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

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

Issue 464010: Mark a few appcache layout tests as slow. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 BUG24182 SLOW WIN : LayoutTests/http/tests/security/xssAuditor/meta-tag-http-ref resh-javascript-url.html = PASS TEXT 86 BUG24182 SLOW WIN : LayoutTests/http/tests/security/xssAuditor/meta-tag-http-ref resh-javascript-url.html = PASS TEXT
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 BUG24182 SLOW : LayoutTests/http/tests/appcache/fail-on-update.html = PASS
97 BUG24182 SLOW : LayoutTests/http/tests/appcache/fallback.html = PASS
98 BUG24182 SLOW : LayoutTests/http/tests/appcache/remove-cache.html = PASS
99
96 // --- collecting results for supported-xml-content-types.html --- 100 // --- collecting results for supported-xml-content-types.html ---
97 // was slow, started to timeout 101 // was slow, started to timeout
98 BUG18702 MAC WIN : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-t ypes.html = PASS TIMEOUT 102 BUG18702 MAC WIN : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-t ypes.html = PASS TIMEOUT
99 103
100 // ----------------------------------------------------------------- 104 // -----------------------------------------------------------------
101 // SKIPPED TESTS 105 // SKIPPED TESTS
102 // ----------------------------------------------------------------- 106 // -----------------------------------------------------------------
103 107
104 // Since V8 is more interruptible than other engines, they use the standard 108 // Since V8 is more interruptible than other engines, they use the standard
105 // long-running-script mechanism to handle very-long-running regexps too. 109 // long-running-script mechanism to handle very-long-running regexps too.
(...skipping 2917 matching lines...) Expand 10 before | Expand all | Expand 10 after
3023 BUG29157 WIN LINUX : LayoutTests/fast/css/namespaces/namespaces-empty.xml = IMA GE+TEXT 3027 BUG29157 WIN LINUX : LayoutTests/fast/css/namespaces/namespaces-empty.xml = IMA GE+TEXT
3024 BUG29157 WIN LINUX MAC : LayoutTests/svg/animations/animVal-basics.html = TIMEO UT 3028 BUG29157 WIN LINUX MAC : LayoutTests/svg/animations/animVal-basics.html = TIMEO UT
3025 3029
3026 // New failures from WebKit r51577 3030 // New failures from WebKit r51577
3027 BUG29164 WIN LINUX MAC : LayoutTests/fast/frames/sandboxed-iframe-plugins.html = TEXT 3031 BUG29164 WIN LINUX MAC : LayoutTests/fast/frames/sandboxed-iframe-plugins.html = TEXT
3028 3032
3029 // New failures from WebKit merge 51581:51584 3033 // New failures from WebKit merge 51581:51584
3030 BUG29167 MAC : LayoutTests/plugins/window-open.html = TEXT PASS 3034 BUG29167 MAC : LayoutTests/plugins/window-open.html = TEXT PASS
3031 BUG29167 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = TEXT PASS 3035 BUG29167 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = TEXT PASS
3032 BUG29167 MAC : LayoutTests/fast/dom/replaceChild.html = IMAGE PASS 3036 BUG29167 MAC : LayoutTests/fast/dom/replaceChild.html = IMAGE 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