<div dir="ltr"><div>I created a bug to track this (serve imported w3c tests using wptserve: <a href="https://bugs.webkit.org/show_bug.cgi?id=127094">https://bugs.webkit.org/show_bug.cgi?id=127094</a>).</div><div>I also plan to work on merging Blink patches to allow checking testharness-based tests without the use of any -expected file: <a href="https://bugs.webkit.org/show_bug.cgi?id=127095">https://bugs.webkit.org/show_bug.cgi?id=127095</a>.<br>
</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014/1/6 Dirk Pranke <span dir="ltr">&lt;<a href="mailto:dpranke@chromium.org" target="_blank">dpranke@chromium.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">Ryosuke and I discussed this a bit over IRC. Ryosuke&#39;s main concern was that supporting multiple document roots adds a fair amount of complexity to NRWT. Conceptually, it&#39;s probably easier to add support to run the W3C&#39;s new server (known as wptserve) and then maybe use it for *all* imported tests from the W3C.</div>


<div class="gmail_extra"><br></div><div class="gmail_extra">If it turns out that wptserve is too slow, and you would prefer to run only some of the directories over http (i.e., the 10k+ CSS tests don&#39;t need http), you&#39;ll probably need to modify how wptserve is run (and NRWT) as well, anyway, so the patch would be different.</div>


<div class="gmail_extra"><br></div><div class="gmail_extra">Ryosuke, please let me know if I&#39;ve misstated your thinking at all.</div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br></div></font></span><div class="gmail_extra">
<span class="HOEnZb"><font color="#888888">-- Dirk<br><br></font></span><div class="gmail_quote"><div><div class="h5">

On Mon, Jan 6, 2014 at 11:23 AM, Ryosuke Niwa <span dir="ltr">&lt;<a href="mailto:rniwa@webkit.org" target="_blank">rniwa@webkit.org</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5">

<div dir="ltr"><div>I don&#39;t think we should do this given that the python server has been added to W3C testing harness, and they&#39;re gonna convert all existing tests to use that instead:</div><div><a href="http://lists.w3.org/Archives/Public/public-test-infra/2014JanMar/0000.html" target="_blank">http://lists.w3.org/Archives/Public/public-test-infra/2014JanMar/0000.html</a><br>




</div><div><br></div><div>We should simply wait for that effort to take place and add a support for the python server instead.</div></div><div class="gmail_extra"><br clear="all"><div>- R. Niwa</div><div><div>


<br><br><div class="gmail_quote">On Fri, Dec 6, 2013 at 12:25 AM, youenn fablet <span dir="ltr">&lt;<a href="mailto:youennf@gmail.com" target="_blank">youennf@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr"><div>As long as the newly imported tests use relative URLs, alias may be used as a workaround. I will give it a try.</div><div><div>Bug entry is at <a href="https://bugs.webkit.org/show_bug.cgi?id=125339" target="_blank">https://bugs.webkit.org/show_bug.cgi?id=125339</a></div>





</div><div><div>Any further help appreciated,<br></div><div>  Youenn</div><div><br></div></div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/12/6 Darin Adler <span dir="ltr">&lt;<a href="mailto:darin@apple.com" target="_blank">darin@apple.com</a>&gt;</span><br>





<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>If that&#39;s really ends up being super hard we can always put yet another third-party or imported directory inside the http directory as previously suggested. it&#39;s annoying to have three different places for imported tests and code, but not something I want to hold us up for a long time. <br>





<br>-- Darin<div><br></div><div>Sent from my iPhone</div></div><div><div><div><br>On Dec 5, 2013, at 5:51 PM, Ryosuke Niwa &lt;<a href="mailto:rniwa@webkit.org" target="_blank">rniwa@webkit.org</a>&gt; wrote:<br>
<br></div><blockquote type="cite"><div><div dir="ltr">On Wed, Dec 4, 2013 at 11:19 AM, Darin Adler <span dir="ltr">&lt;<a href="mailto:darin@apple.com" target="_blank">darin@apple.com</a>&gt;</span> wrote:<br><div class="gmail_extra">





<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div style="word-wrap:break-word"><div>On Dec 4, 2013, at 6:48 AM, youenn fablet &lt;<a href="mailto:youennf@gmail.com" target="_blank">youennf@gmail.com</a>&gt; wrote:<br><div><br><blockquote type="cite"><div dir="ltr">








I am planning to add some XHR tests from <a href="https://github.com/w3c/web-platform-tests" style="font-family:arial,sans-serif;font-size:13px" target="_blank">https://github.com/w3c/web-platform-tests</a>. <div>
My initial plan was <font face="arial, sans-serif">to add them in a subdirectory of LayoutTests/http/tests/w3c.</font></div><div><span style="font-family:arial,sans-serif">If adding them into </span><font face="arial, sans-serif">LayoutTests/imported/w3c</font><span style="font-family:arial,sans-serif">, that would probably require updating </span><span style="font-family:arial,sans-serif">the test scripts to start/stop the HTTP test server for that particular sub-folder.</span><br>









</div><div><span style="font-family:arial,sans-serif"><br></span></div><div><font face="arial, sans-serif">Any preference?</font></div></div></blockquote><br></div></div><div>I’d prefer LayoutTests/imported/w3c. Although I’m not so happy about the different terminology we are using for “imported” vs. “ThirdParty”, which seems like the same concept at the top level of the directory structure.</div>








</div></blockquote><div><br></div><div>One trickiness to it is that we don&#39;t currently run any HTTP test in parallel and the document root of the HTTP server is set to LayoutTests/http/tests so we might need to modify that or restart the HTTP server whenever we&#39;re running HTTP tests outside of LayoutTests/http.</div>








<div><br></div><div>- R. Niwa</div><div><br></div></div></div></div>
</div></blockquote></div></div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div>
<br></div></div><div class="im">_______________________________________________<br>
webkit-dev mailing list<br>
<a href="mailto:webkit-dev@lists.webkit.org" target="_blank">webkit-dev@lists.webkit.org</a><br>
<a href="https://lists.webkit.org/mailman/listinfo/webkit-dev" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-dev</a><br>
<br></div></blockquote></div><br></div></div>
</blockquote></div><br></div>