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

Side by Side Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 196003: Clean up some test exceptions from when I gardened.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | Annotate | Revision Log
« 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 consists of lines with specifications of what 1 // This file consists of lines with specifications of what
2 // to expect from layout test cases. The test cases can be directories 2 // to expect from layout test cases. The test cases can be directories
3 // in which case the expectations apply to all test cases in that 3 // in which case the expectations apply to all test cases in that
4 // directory and any subdirectory. The format of the file is along the 4 // directory and any subdirectory. The format of the file is along the
5 // lines of: 5 // lines of:
6 // 6 //
7 // LayoutTests/fast/js/fixme.js = FAIL 7 // LayoutTests/fast/js/fixme.js = FAIL
8 // LayoutTests/fast/js/flaky.js = FAIL PASS 8 // LayoutTests/fast/js/flaky.js = FAIL PASS
9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
10 // 10 //
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 WONTFIX SKIP : LayoutTests/http/tests/workers = PASS TIMEOUT FAIL 116 WONTFIX SKIP : LayoutTests/http/tests/workers = PASS TIMEOUT FAIL
117 WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/workers = PASS TIMEOUT FAIL 117 WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/workers = PASS TIMEOUT FAIL
118 WONTFIX SKIP : LayoutTests/http/tests/eventsource/workers = PASS TIMEOUT FAIL 118 WONTFIX SKIP : LayoutTests/http/tests/eventsource/workers = PASS TIMEOUT FAIL
119 119
120 // Page Cache - based tests. Chromium disables page cache because the WebKit pag e cache keeps previously 120 // Page Cache - based tests. Chromium disables page cache because the WebKit pag e cache keeps previously
121 // loaded pages alive in memory to be able to quickly substitute them when user clicks History buttons. 121 // loaded pages alive in memory to be able to quickly substitute them when user clicks History buttons.
122 // Chromium wants those to be separate navigations made via browser process to b e able to make decision 122 // Chromium wants those to be separate navigations made via browser process to b e able to make decision
123 // on which renderer process to use for each of them. 123 // on which renderer process to use for each of them.
124 WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT F AIL 124 WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT F AIL
125 WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-b ack.html = TIMEOUT FAIL 125 WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-b ack.html = TIMEOUT FAIL
126 // Depends on page cache, as far as I can tell.
127 WONTFIX SKIP BUG10635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached .html = TIMEOUT FAIL
126 128
127 // ----------------------------------------------------------------- 129 // -----------------------------------------------------------------
128 // FAILING TESTS 130 // FAILING TESTS
129 // ----------------------------------------------------------------- 131 // -----------------------------------------------------------------
130 132
131 // We don't intend to pass all of these cases, so this is an expected fail. 133 // We don't intend to pass all of these cases, so this is an expected fail.
132 // Window resizing is not implemented in chrome. 134 // Window resizing is not implemented in chrome.
133 BUG1137420 WONTFIX : LayoutTests/fast/dom/Window/window-resize.html = FAIL 135 BUG1137420 WONTFIX : LayoutTests/fast/dom/Window/window-resize.html = FAIL
134 136
135 // This test is completely timing dependent. It is testing the time 137 // This test is completely timing dependent. It is testing the time
(...skipping 2148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 2286
2285 // Webkit 47790:47797 2287 // Webkit 47790:47797
2286 BUG20356 : LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.htm l = TIMEOUT 2288 BUG20356 : LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.htm l = TIMEOUT
2287 2289
2288 // WebKit 47797:47804 2290 // WebKit 47797:47804
2289 BUG20376 WIN : LayoutTests/media/audio-play-event.html = TIMEOUT 2291 BUG20376 WIN : LayoutTests/media/audio-play-event.html = TIMEOUT
2290 // Was marked as flakey above (I commented it out). 2292 // Was marked as flakey above (I commented it out).
2291 BUG20376 WIN : LayoutTests/media/video-src-remove.html = TIMEOUT FAIL 2293 BUG20376 WIN : LayoutTests/media/video-src-remove.html = TIMEOUT FAIL
2292 2294
2293 // WebKit 47821:47827 2295 // WebKit 47821:47827
2294 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = F AIL 2296 BUG20987 : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = FAI L
2295 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide.html = FAIL 2297 BUG20987 : LayoutTests/fast/events/pageshow-pagehide.html = FAIL
2296 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-cached.html = TIM EOUT
2297 2298
2298 // WebKit 47827:47830 2299 // WebKit 47827:47830
2299 BUG_JORLOW : LayoutTests/editing/pasteboard/files-during-page-drags.html = FAIL 2300 BUG20985 : LayoutTests/editing/pasteboard/files-during-page-drags.html = FAIL
2300 2301
2301 // This newly added test times out on Mac: 2302 // This newly added test times out on Mac:
2302 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT 2303 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT
2303 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT 2304 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT
2304 2305
2305 // Mac LayoutTest/http errors after removing blanket exception. 2306 // Mac LayoutTest/http errors after removing blanket exception.
2306 BUG20748 MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIME OUT 2307 BUG20748 MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIME OUT
2307 BUG20748 MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin -navigation.html = TIMEOUT 2308 BUG20748 MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin -navigation.html = TIMEOUT
2308 BUG20748 MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT 2309 BUG20748 MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT
2309 BUG20748 MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT 2310 BUG20748 MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT
(...skipping 12 matching lines...) Expand all
2322 // subdirectory, where things are automagically skipped, into the script-tests 2323 // subdirectory, where things are automagically skipped, into the script-tests
2323 // directory and is no longer automatically skipped. 2324 // directory and is no longer automatically skipped.
2324 BUG20908 WONTFIX SKIP : LayoutTests/animations/script-tests/TEMPLATE.html = PASS FAIL CRASH TIMEOUT 2325 BUG20908 WONTFIX SKIP : LayoutTests/animations/script-tests/TEMPLATE.html = PASS FAIL CRASH TIMEOUT
2325 2326
2326 // Flakey crashes in js tests. Cause unknown. 2327 // Flakey crashes in js tests. Cause unknown.
2327 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS 2328 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS
2328 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P ASS 2329 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P ASS
2329 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS H PASS 2330 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS H PASS
2330 2331
2331 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL PASS 2332 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL PASS
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