Changes between Version 7 and Version 8 of WPTExportProcess


Ignore:
Timestamp:
May 29, 2020 11:10:49 AM (4 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WPTExportProcess

    v7 v8  
    4040* On WPT, testharness tests don't require a ''-expected.txt'' file. There are no expectations for them, they should all simply ''PASS''. So don't export the ''-expected.txt'' files.
    4141* On WPT, the reference for ref-tests is not determined by the filename like in WebKit (''-expected.html''), instead the test contains a link to it inside a {{{<link rel="match" href="...">}}} header.
     42  * So you may need to use a different filename for the ref-test expectation file in WebKit and WPT.