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

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

Issue 424012: supported-xml-content-types is so slow that it now also times out on windows.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 BUG24182 SLOW WIN RELEASE : LayoutTests/fast/loader/local-CSS-from-local.html = PASS 87 BUG24182 SLOW WIN RELEASE : LayoutTests/fast/loader/local-CSS-from-local.html = PASS
88 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/incremental/split-hex-entitie s.pl = PASS 88 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/incremental/split-hex-entitie s.pl = PASS
89 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/XMLHttpRequest Exception.html = PASS 89 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/XMLHttpRequest Exception.html = PASS
90 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/connection-err or-sync.html = PASS 90 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/connection-err or-sync.html = PASS
91 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/loading/onload-vs-immediate-r efresh.pl = PASS 91 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/loading/onload-vs-immediate-r efresh.pl = PASS
92 BUG24182 SLOW DEBUG : LayoutTests/editing/selection/extend-selection.html = PASS 92 BUG24182 SLOW DEBUG : LayoutTests/editing/selection/extend-selection.html = PASS
93 BUG24182 SLOW WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = PASS 93 BUG24182 SLOW WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = PASS
94 BUG24182 SLOW DEBUG : LayoutTests/svg/css/getComputedStyle-basic.xhtml = PASS 94 BUG24182 SLOW DEBUG : LayoutTests/svg/css/getComputedStyle-basic.xhtml = PASS
95 95
96 // --- collecting results for supported-xml-content-types.html --- 96 // --- collecting results for supported-xml-content-types.html ---
97 BUG24182 SLOW WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/supported-xml- content-types.html = PASS
98 // was slow, started to timeout 97 // was slow, started to timeout
99 BUG18702 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types .html = PASS TIMEOUT 98 BUG18702 MAC WIN : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-t ypes.html = PASS TIMEOUT
100 99
101 // ----------------------------------------------------------------- 100 // -----------------------------------------------------------------
102 // SKIPPED TESTS 101 // SKIPPED TESTS
103 // ----------------------------------------------------------------- 102 // -----------------------------------------------------------------
104 103
105 // Since V8 is more interruptible than other engines, they use the standard 104 // Since V8 is more interruptible than other engines, they use the standard
106 // long-running-script mechanism to handle very-long-running regexps too. 105 // long-running-script mechanism to handle very-long-running regexps too.
107 // See http://code.google.com/p/v8/issues/detail?id=287 106 // See http://code.google.com/p/v8/issues/detail?id=287
108 WONTFIX SKIP : LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT 107 WONTFIX SKIP : LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT
109 108
(...skipping 2922 matching lines...) Expand 10 before | Expand all | Expand 10 after
3032 3031
3033 // Video Captions are added upsteram (r51191), need to implement. 3032 // Video Captions are added upsteram (r51191), need to implement.
3034 BUG28301 : LayoutTests/media/media-captions.html = TIMEOUT 3033 BUG28301 : LayoutTests/media/media-captions.html = TIMEOUT
3035 3034
3036 // New tests, seems proper drawing method is not implemented in Skia. Upstream r 51212. 3035 // New tests, seems proper drawing method is not implemented in Skia. Upstream r 51212.
3037 BUG28317 : LayoutTests/fast/css/color-correction-on-background-image.html = FAIL 3036 BUG28317 : LayoutTests/fast/css/color-correction-on-background-image.html = FAIL
3038 BUG28317 : LayoutTests/fast/css/color-correction-untagged-images.html = FAIL 3037 BUG28317 : LayoutTests/fast/css/color-correction-untagged-images.html = FAIL
3039 3038
3040 // Failures in TestShell that resulted from Mac plugin/focus fixes in r32631. 3039 // Failures in TestShell that resulted from Mac plugin/focus fixes in r32631.
3041 BUG28380 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = CRASH FAIL 3040 BUG28380 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = CRASH FAIL
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