Changes between Version 8 and Version 9 of WPTExportProcess
- Timestamp:
- Jun 10, 2020, 6:20:04 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WPTExportProcess
v8 v9 3 3 = Export changes from WebKit to WPT (Web Platform Tests) = 4 4 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.5 If 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. 6 6 7 7 Any change done in this directory will be lost (if not exported to WPT) the next time those tests are re-imported from upstream WPT. 8 8 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) 10 10 11 11 The guide below describes how the process for exporting changes from WebKit to WPT works.