Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Side by Side Diff: third_party/WebKit/LayoutTests/W3CImportExpectations

Issue 2405143002: Worker: Import "imported/wpt/workers" tests (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file controls which subdirectories of the w3c test repos we do (or don't) import. 1 # This file controls which subdirectories of the w3c test repos we do (or don't) import.
2 # 2 #
3 # This file acts as a blacklist; directories and files not listed here will auto matically 3 # This file acts as a blacklist; directories and files not listed here will auto matically
4 # be found and imported. The only exception is that the manual tests (i.e. those with a 4 # be found and imported. The only exception is that the manual tests (i.e. those with a
5 # filename ending with "-manual.html" or "-manual.htm") are never imported. 5 # filename ending with "-manual.html" or "-manual.htm") are never imported.
6 6
7 # When removing blacklist entries: 7 # When removing blacklist entries:
8 # * Comment out the line rather than deleting it, to show it is intentional 8 # * Comment out the line rather than deleting it, to show it is intentional
9 # * Change [ Skip ] to [ Pass ] 9 # * Change [ Skip ] to [ Pass ]
10 # * Add a leading comment: ## Owners: user@example.com 10 # * Add a leading comment: ## Owners: user@example.com
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 imported/wpt/webauthn [ Skip ] 317 imported/wpt/webauthn [ Skip ]
318 imported/wpt/webdriver [ Skip ] 318 imported/wpt/webdriver [ Skip ]
319 imported/wpt/webgl [ Skip ] 319 imported/wpt/webgl [ Skip ]
320 imported/wpt/webmessaging [ Skip ] 320 imported/wpt/webmessaging [ Skip ]
321 ## Owners: hta@chromium.org 321 ## Owners: hta@chromium.org
322 # imported/wpt/webrtc [ Pass ] 322 # imported/wpt/webrtc [ Pass ]
323 imported/wpt/websockets [ Skip ] 323 imported/wpt/websockets [ Skip ]
324 ## Owners: michaeln@chromium.org,jsbell@chromium.org 324 ## Owners: michaeln@chromium.org,jsbell@chromium.org
325 # imported/wpt/webstorage [ Pass ] 325 # imported/wpt/webstorage [ Pass ]
326 imported/wpt/webvtt [ Skip ] 326 imported/wpt/webvtt [ Skip ]
327 imported/wpt/workers [ Skip ] 327 ## Owners: nhiroki@chromium.org
328 # imported/wpt/workers [ Pass ]
tkent 2016/10/11 06:41:56 Next auto-import will import tests in workers/, bu
328 329
329 # Exceptions for individual files that fail due to bugs in the 330 # Exceptions for individual files that fail due to bugs in the
330 # upstream tests that we shouldn't bother importing until they are 331 # upstream tests that we shouldn't bother importing until they are
331 # fixed. Please include an explanation, ideally with a crbug reference 332 # fixed. Please include an explanation, ideally with a crbug reference
332 # (if it's a blink/test tooling issue) or an upstream bug reference 333 # (if it's a blink/test tooling issue) or an upstream bug reference
333 # (if the test itself is buggy). 334 # (if the test itself is buggy).
334 335
335 # crbug.com/490694: Needs to support *.headers. 336 # crbug.com/490694: Needs to support *.headers.
336 imported/wpt/html/dom/documents/resource-metadata-management/document-lastModifi ed.html [ Skip ] 337 imported/wpt/html/dom/documents/resource-metadata-management/document-lastModifi ed.html [ Skip ]
337 imported/wpt/html/syntax/parsing-html-fragments/the-input-byte-stream-001.html [ Skip ] 338 imported/wpt/html/syntax/parsing-html-fragments/the-input-byte-stream-001.html [ Skip ]
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) 754 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout)
754 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ] 755 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ]
755 756
756 # Untriaged: Test results contain local file paths 757 # Untriaged: Test results contain local file paths
757 imported/wpt/html/semantics/document-metadata/the-base-element/base_about_blank. html [ Skip ] 758 imported/wpt/html/semantics/document-metadata/the-base-element/base_about_blank. html [ Skip ]
758 imported/wpt/html/semantics/document-metadata/the-base-element/base_srcdoc.html [ Skip ] 759 imported/wpt/html/semantics/document-metadata/the-base-element/base_srcdoc.html [ Skip ]
759 760
760 # Untriaged: Tests don't complete. 761 # Untriaged: Tests don't complete.
761 imported/wpt/html/semantics/document-metadata/the-style-element/style-error-01.h tml [ Skip ] 762 imported/wpt/html/semantics/document-metadata/the-style-element/style-error-01.h tml [ Skip ]
762 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe-allowfull screen.html [ Skip ] 763 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe-allowfull screen.html [ Skip ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698