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

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

Issue 2029823002: Fix MockFileSystem.walk and add test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Import Expectations Modified Created 4 years, 6 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
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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 imported/wpt/webgl [ Skip ] 305 imported/wpt/webgl [ Skip ]
306 imported/wpt/webmessaging [ Skip ] 306 imported/wpt/webmessaging [ Skip ]
307 ## Owners: hta@chromium.org 307 ## Owners: hta@chromium.org
308 # imported/wpt/webrtc [ Pass ] 308 # imported/wpt/webrtc [ Pass ]
309 imported/wpt/websockets [ Skip ] 309 imported/wpt/websockets [ Skip ]
310 ## Owners: michaeln@chromium.org,jsbell@chromium.org 310 ## Owners: michaeln@chromium.org,jsbell@chromium.org
311 # imported/wpt/webstorage [ Pass ] 311 # imported/wpt/webstorage [ Pass ]
312 imported/wpt/webvtt [ Skip ] 312 imported/wpt/webvtt [ Skip ]
313 imported/wpt/workers [ Skip ] 313 imported/wpt/workers [ Skip ]
314 314
315 ## Owners: raikiri@google.com
315 # Skip OWNERS files in web-platform-tests. crbug.com/584660 316 # Skip OWNERS files in web-platform-tests. crbug.com/584660
316 imported/wpt/user-timing/OWNERS [ Skip ] 317 #imported/wpt/user-timing/OWNERS [ Pass ]
317 imported/wpt/common/OWNERS [ Skip ] 318 #imported/wpt/common/OWNERS [ Pass ]
318 imported/wpt/custom-elements/OWNERS [ Skip ] 319 #imported/wpt/custom-elements/OWNERS [ Pass ]
319 imported/wpt/gamepad/OWNERS [ Skip ] 320 #imported/wpt/gamepad/OWNERS [ Pass ]
320 imported/wpt/FileAPI/OWNERS [ Skip ] 321 #imported/wpt/FileAPI/OWNERS [ Pass ]
321 imported/wpt/html/OWNERS [ Skip ] 322 #imported/wpt/html/OWNERS [ Pass ]
322 imported/wpt/images/OWNERS [ Skip ] 323 #imported/wpt/images/OWNERS [ Pass ]
323 imported/wpt/webrtc/OWNERS [ Skip ] 324 #imported/wpt/webrtc/OWNERS [ Pass ]
324 imported/wpt/html-imports/OWNERS [ Skip ] 325 #imported/wpt/html-imports/OWNERS [ Pass ]
325 imported/wpt/IndexedDB/OWNERS [ Skip ] 326 #imported/wpt/IndexedDB/OWNERS [ Pass ]
326 imported/wpt/dom/OWNERS [ Skip ] 327 #imported/wpt/dom/OWNERS [ Pass ]
327 imported/wpt/shadow-dom/OWNERS [ Skip ] 328 #imported/wpt/shadow-dom/OWNERS [ Pass ]
328 imported/wpt/encoding/OWNERS [ Skip ] 329 #imported/wpt/encoding/OWNERS [ Pass ]
329 imported/wpt/hr-time/OWNERS [ Skip ] 330 #imported/wpt/hr-time/OWNERS [ Pass ]
330 imported/wpt/pointerevents/OWNERS [ Skip ] 331 #imported/wpt/pointerevents/OWNERS [ Pass ]
331 imported/wpt/webstorage/OWNERS [ Skip ] 332 #imported/wpt/webstorage/OWNERS [ Pass ]
332 imported/wpt/mediacapture-streams/OWNERS [ Skip ] 333 #imported/wpt/mediacapture-streams/OWNERS [ Pass ]
333 imported/wpt/media/OWNERS [ Skip ] 334 #imported/wpt/media/OWNERS [ Pass ]
334 imported/wpt/touch-events/OWNERS [ Skip ] 335 #imported/wpt/touch-events/OWNERS [ Pass ]
335 imported/wpt/uievents/OWNERS [ Skip ] 336 #imported/wpt/uievents/OWNERS [ Pass ]
336 imported/wpt/web-animations/OWNERS [ Skip ] 337 #imported/wpt/web-animations/OWNERS [ Pass ]
337 imported/wpt/quirks-mode/OWNERS [ Skip ] 338 #imported/wpt/quirks-mode/OWNERS [ Pass ]
qyearsley 2016/06/02 14:24:38 This whole section can just be deleted from the fi
338 339
339 # Exceptions for individual files that fail due to bugs in the 340 # Exceptions for individual files that fail due to bugs in the
340 # upstream tests that we shouldn't bother importing until they are 341 # upstream tests that we shouldn't bother importing until they are
341 # fixed. Please include an explanation, ideally with a crbug reference 342 # fixed. Please include an explanation, ideally with a crbug reference
342 # (if it's a blink/test tooling issue) or an upstream bug reference 343 # (if it's a blink/test tooling issue) or an upstream bug reference
343 # (if the test itself is buggy). 344 # (if the test itself is buggy).
344 345
345 # crbug.com/490694: Needs to support *.headers. 346 # crbug.com/490694: Needs to support *.headers.
346 imported/wpt/html/dom/documents/resource-metadata-management/document-lastModifi ed.html [ Skip ] 347 imported/wpt/html/dom/documents/resource-metadata-management/document-lastModifi ed.html [ Skip ]
347 imported/wpt/html/syntax/parsing-html-fragments/the-input-byte-stream-001.html [ Skip ] 348 imported/wpt/html/syntax/parsing-html-fragments/the-input-byte-stream-001.html [ Skip ]
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared 792 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared
792 imported/wpt/dom/nodes/Document-createElement-namespace-tests/generate.py [ Skip ] 793 imported/wpt/dom/nodes/Document-createElement-namespace-tests/generate.py [ Skip ]
793 794
794 # Untriaged: Test results contain local file paths 795 # Untriaged: Test results contain local file paths
795 imported/wpt/html/semantics/document-metadata/the-base-element/base_about_blank. html [ Skip ] 796 imported/wpt/html/semantics/document-metadata/the-base-element/base_about_blank. html [ Skip ]
796 imported/wpt/html/semantics/document-metadata/the-base-element/base_srcdoc.html [ Skip ] 797 imported/wpt/html/semantics/document-metadata/the-base-element/base_srcdoc.html [ Skip ]
797 798
798 # Untriaged: Tests don't complete. 799 # Untriaged: Tests don't complete.
799 imported/wpt/html/semantics/document-metadata/the-style-element/style-error-01.h tml [ Skip ] 800 imported/wpt/html/semantics/document-metadata/the-style-element/style-error-01.h tml [ Skip ]
800 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe-allowfull screen.html [ Skip ] 801 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe-allowfull screen.html [ Skip ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698