Changes between Version 8 and Version 9 of WPTExportProcess


Ignore:
Timestamp:
Jun 10, 2020 6:20:04 AM (4 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WPTExportProcess

    v8 v9  
    33= Export changes from WebKit to WPT (Web Platform Tests) =
    44
    5 If you are working on a WebKit patch that modifies the tests located in the directory `LayoutTests/imported/w3c/web-platform-tests` you should export this changes to WPT.
     5If you are working on a WebKit patch that adds new tests or modifies the tests located in the directory `LayoutTests/imported/w3c/web-platform-tests` you should export this changes to WPT.
    66
    77Any change done in this directory will be lost (if not exported to WPT) the next time those tests are re-imported from upstream WPT.
    88
    9 * **Important:** If you are simply importing new WPT tests into WebKit then you can ignore this. This guide is only for when changes are done to the tests (and those changes are not coming from an import of WPT)
     9* **Important:** If you are simply importing changes coming from upstream WPT into WebKit then you can ignore this. This guide is only for when changes are done to the tests (and those changes are not coming directly from WPT itself)
    1010
    1111The guide below describes how the process for exporting changes from WebKit to WPT works.