Created attachment 375048[details]
Archive of layout-test-results from ews100 for mac-highsierra
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews100 Port: mac-highsierra Platform: Mac OS X 10.13.6
Created attachment 375049[details]
Archive of layout-test-results from ews104 for mac-highsierra-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104 Port: mac-highsierra-wk2 Platform: Mac OS X 10.13.6
Created attachment 375051[details]
Archive of layout-test-results from ews117 for mac-highsierra
The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews117 Port: mac-highsierra Platform: Mac OS X 10.13.6
Created attachment 375052[details]
Archive of layout-test-results from ews210 for win-future
The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: ews210 Port: win-future Platform: CYGWIN_NT-10.0-17763-3.0.5-338.x86_64-x86_64-64bit
Created attachment 375059[details]
Archive of layout-test-results from ews215 for win-future
The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: ews215 Port: win-future Platform: CYGWIN_NT-10.0-17763-3.0.5-338.x86_64-x86_64-64bit
I found this bug because I was trying to import this tests also in bug 200716. Marked now as duplicated.
I wonder why you are importing them inside the path LayoutTests/http/wpt instead of LayoutTests/imported/w3c/web-platform-tests ?
Comment on attachment 375057[details]
Patch
The expectations for the tests css/css-images/multiple-position-color-stop-linear-2.html and css/css-images/multiple-position-color-stop-radial-2.html are wrongly imported.
This are ref-tests and the expectation file should be an -expected.html and not an -expected.txt
The issue here is that the W3C test importer is currently unable to correctly resolve the paths to the expectations of this tests because the expectation reference uses absolute paths. I suggest to apply the fix from bug 200717 and re-run the import.
(In reply to Carlos Alberto Lopez Perez from comment #17)
> Comment on attachment 375057[details]
> Patch
>
> The expectations for the tests
> css/css-images/multiple-position-color-stop-linear-2.html and
> css/css-images/multiple-position-color-stop-radial-2.html are wrongly
> imported.
>
> This are ref-tests and the expectation file should be an -expected.html and
> not an -expected.txt
>
> The issue here is that the W3C test importer is currently unable to
> correctly resolve the paths to the expectations of this tests because the
> expectation reference uses absolute paths. I suggest to apply the fix from
> bug 200717 and re-run the import.
Note: Fix for bug 200717 has already landed in r249139
(In reply to Simon Fraser (smfr) from comment #16)
> Is http/wpt the wrong place? Youenne?
http/wpt is the wrong place indeed.
http/wpt are for tests that use WPT infrastructure but we do not sync them, for instance they use internals API.
http/wpt tests are served as http://localhost:8800/WebKit/...
imported/w3c/web-platform-tests is the way to go to import them.
(In reply to youenn fablet from comment #20)
> Normally, the import-w3c-tests should import the tests in the right folder.
Is this documented anywhere?
I found another issue on the WPT importer, it was breaking the SVG files ( bug 202806 )
In any case, I think I have the tests imported correctly now.. patch incoming
2019-07-28 14:48 PDT, Simon Fraser (smfr)
2019-07-28 15:56 PDT, EWS Watchlist
2019-07-28 16:04 PDT, EWS Watchlist
2019-07-28 16:38 PDT, EWS Watchlist
2019-07-28 16:43 PDT, EWS Watchlist
2019-07-28 17:54 PDT, Simon Fraser (smfr)
2019-07-28 18:51 PDT, Simon Fraser (smfr)
2019-07-28 21:00 PDT, EWS Watchlist
2019-10-10 11:31 PDT, Carlos Alberto Lopez Perez