| Summary: | Add watchlist comment for patches touching imported WPT tests. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> | ||||||||
| Component: | Tools / Tests | Assignee: | Carlos Alberto Lopez Perez <clopez> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | cdumez, dbates, dino, ews-watchlist, glenn, jbedard, mjs, psaavedra, rniwa, sam, webkit-bug-importer, youennf | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=212597 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Carlos Alberto Lopez Perez
2020-05-25 15:02:55 PDT
Created attachment 400222 [details]
Patch
This patch modifies the imported web-platform-tests. Please ensure that any changes on the tests are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess Created attachment 400223 [details]
Patch
Comment on attachment 400223 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=400223&action=review > Tools/Scripts/webkitpy/common/config/watchlist:481 > + "WebPlatformTests": [ "This patch modifies the imported web-platform-tests. Please ensure that any changes on the tests are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess" ], Is there a way to not have this message in case only -expected.txt files are changed? Also, it might be a bit annoying for patches that are resending from upstream. Will it happen for every patch being uploaded? (In reply to youenn fablet from comment #4) > Comment on attachment 400223 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=400223&action=review > > > Tools/Scripts/webkitpy/common/config/watchlist:481 > > + "WebPlatformTests": [ "This patch modifies the imported web-platform-tests. Please ensure that any changes on the tests are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess" ], > > Is there a way to not have this message in case only -expected.txt files are > changed? Yes, I think I can use a negative lookahead regex expression to exclude -expected.txt from the list. Good idea. > Also, it might be a bit annoying for patches that are resending from > upstream. > Will it happen for every patch being uploaded? I think it will only comment once (once per bug). It won't comment again on the same bug (even if you upload new patches to the bug). Created attachment 400248 [details]
Patch
Is this ok now? r? Comment on attachment 400248 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=400248&action=review > Tools/Scripts/webkitpy/common/config/watchlist:460 > + "WebPlatformTests": [ "clopez@igalia.com" ], Can you add youennf@gmail.com as well? > Tools/Scripts/webkitpy/common/config/watchlist:481 > + "WebPlatformTests": [ "This patch modifies the imported web-platform-tests. Please ensure that any changes on the tests are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess" ], s/the imported web-platform-tests/imported WPT tests/ (In reply to youenn fablet from comment #8) > Comment on attachment 400248 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=400248&action=review > > > Tools/Scripts/webkitpy/common/config/watchlist:460 > > + "WebPlatformTests": [ "clopez@igalia.com" ], > > Can you add youennf@gmail.com as well? > > > Tools/Scripts/webkitpy/common/config/watchlist:481 > > + "WebPlatformTests": [ "This patch modifies the imported web-platform-tests. Please ensure that any changes on the tests are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess" ], > > s/the imported web-platform-tests/imported WPT tests/ Ok. Thanks! Committed r262295: <https://trac.webkit.org/changeset/262295> |