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

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

Issue 62120: For two layout tests that were split into pieces to allow us to pass most of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « webkit/data/layout_tests/platform/chromium-win/pending/security/block-test-expected.txt ('k') | 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 consist of lines with specifications of what 1 // This file consist 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 25 matching lines...) Expand all
36 // Notes: 36 // Notes:
37 // -A test cannot be both DEFER and WONTFIX 37 // -A test cannot be both DEFER and WONTFIX
38 // -A test can be included twice, but not via the same path. 38 // -A test can be included twice, but not via the same path.
39 // -If a test is included twice, then the more precise path wins. 39 // -If a test is included twice, then the more precise path wins.
40 // -CRASH tests cannot be DEFER or WONTFIX 40 // -CRASH tests cannot be DEFER or WONTFIX
41 41
42 // ----------------------------------------------------------------- 42 // -----------------------------------------------------------------
43 // SKIPPED TESTS 43 // SKIPPED TESTS
44 // ----------------------------------------------------------------- 44 // -----------------------------------------------------------------
45 45
46 // The action taken when trying to load the resource
47 // (http://255.255.255.255/test.jpg) depends on the network proxy settings
48 // of the machine running the test, so we don't worry about that case.
49 WONTFIX : LayoutTests/security/block-test-no-port.html = PASS FAIL
50
51 // Since V8 is more interruptible than other engines, they use the standard
52 // long-running-script mechanism to handle very-long-running regexps too.
53 // See http://code.google.com/p/v8/issues/detail?id=287
54 WONTFIX SKIP : LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT
55
46 // XHTML tests. These tests seem like they work, but only because the 56 // XHTML tests. These tests seem like they work, but only because the
47 // expected output expects to see JS errors. There is no point in running 57 // expected output expects to see JS errors. There is no point in running
48 // these tests, because they are giving us a false sense of testing that isn't 58 // these tests, because they are giving us a false sense of testing that isn't
49 // really happening. Furthermore, since they appear to pass if we do try to 59 // really happening. Furthermore, since they appear to pass if we do try to
50 // run them, we can't even list them as permanently expected to fail. 60 // run them, we can't even list them as permanently expected to fail.
51 BUG793944 WONTFIX SKIP : LayoutTests/dom/xhtml = PASS 61 BUG793944 WONTFIX SKIP : LayoutTests/dom/xhtml = PASS
52 62
53 // We do not want to support Legacy mac encodings on Windows/Linux. 63 // We do not want to support Legacy mac encodings on Windows/Linux.
54 // On Mac, we can support them by building platform/text/mac, but 64 // On Mac, we can support them by building platform/text/mac, but
55 // probably we don't want there, either. 65 // probably we don't want there, either.
(...skipping 1902 matching lines...) Expand 10 before | Expand all | Expand 10 after
1958 LINUX MAC : LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL 1968 LINUX MAC : LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL
1959 LINUX MAC : LayoutTests/plugins/destroy-stream-twice.html = TIMEOUT 1969 LINUX MAC : LayoutTests/plugins/destroy-stream-twice.html = TIMEOUT
1960 WIN LINUX : LayoutTests/fast/dom/location-new-window-no-crash.html = FAIL 1970 WIN LINUX : LayoutTests/fast/dom/location-new-window-no-crash.html = FAIL
1961 MAC : LayoutTests/fast/dom/location-new-window-no-crash.html = CRASH FAIL 1971 MAC : LayoutTests/fast/dom/location-new-window-no-crash.html = CRASH FAIL
1962 1972
1963 // Crashes sometimes. Race? Memory corruption? 1973 // Crashes sometimes. Race? Memory corruption?
1964 // Might be related to https://bugs.webkit.org/show_bug.cgi?id=22834 1974 // Might be related to https://bugs.webkit.org/show_bug.cgi?id=22834
1965 LINUX : LayoutTests/fast/canvas/set-colors.html = PASS CRASH 1975 LINUX : LayoutTests/fast/canvas/set-colors.html = PASS CRASH
1966 1976
1967 // Needs an FTP implementation to work completely. 1977 // Needs an FTP implementation to work completely.
1968 LINUX MAC : pending/security/block-test.html = FAIL
1969 LINUX MAC : LayoutTests/security/block-test.html = FAIL 1978 LINUX MAC : LayoutTests/security/block-test.html = FAIL
1970 1979
1971 // Flakey. Not clear when it started, but it was before 3/9/09. 1980 // Flakey. Not clear when it started, but it was before 3/9/09.
1972 // This test also started failing with the merge of March 25th 2009 1981 // This test also started failing with the merge of March 25th 2009
1973 LINUX : LayoutTests/fast/clip/outline-overflowClip.html = CRASH PASS FAIL 1982 LINUX : LayoutTests/fast/clip/outline-overflowClip.html = CRASH PASS FAIL
1974 DEFER WIN : LayoutTests/transitions/transition-end-event-transform.html = FAIL P ASS 1983 DEFER WIN : LayoutTests/transitions/transition-end-event-transform.html = FAIL P ASS
1975 1984
1976 // Timing out starting 03/10/09 1985 // Timing out starting 03/10/09
1977 MAC : LayoutTests/fast/dom/navigator-detached-no-crash.html = PASS TIMEOUT 1986 MAC : LayoutTests/fast/dom/navigator-detached-no-crash.html = PASS TIMEOUT
1978 1987
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 DEFER WIN LINUX : LayoutTests/fast/forms/range-thumb-height-percentage.html = FA IL 2265 DEFER WIN LINUX : LayoutTests/fast/forms/range-thumb-height-percentage.html = FA IL
2257 2266
2258 DEFER SKIP BUG9613 : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = PASS 2267 DEFER SKIP BUG9613 : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = PASS
2259 2268
2260 WIN : LayoutTests/editing/selection/5136696.html = FAIL PASS 2269 WIN : LayoutTests/editing/selection/5136696.html = FAIL PASS
2261 LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html = FAIL PAS S 2270 LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html = FAIL PAS S
2262 WIN : LayoutTests/http/tests/misc/url-in-utf16be.html = CRASH PASS 2271 WIN : LayoutTests/http/tests/misc/url-in-utf16be.html = CRASH PASS
2263 2272
2264 // Merge WebKit 42133:42199 regressions 2273 // Merge WebKit 42133:42199 regressions
2265 LayoutTests/fast/events/context-no-deselect.html = FAIL 2274 LayoutTests/fast/events/context-no-deselect.html = FAIL
2266 LayoutTests/fast/js/regexp-overflow.html = FAIL TIMEOUT
2267 WIN LINUX : LayoutTests/fast/repaint/reflection-repaint-test.html = FAIL 2275 WIN LINUX : LayoutTests/fast/repaint/reflection-repaint-test.html = FAIL
2268 WIN LINUX : LayoutTests/fast/repaint/transform-layout-repaint.html = FAIL 2276 WIN LINUX : LayoutTests/fast/repaint/transform-layout-repaint.html = FAIL
2269 LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = FAIL 2277 LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = FAIL
2270 LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL 2278 LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL
2271 WIN LINUX : LayoutTests/http/tests/navigation/success200-frames-loadsame.html = FAIL 2279 WIN LINUX : LayoutTests/http/tests/navigation/success200-frames-loadsame.html = FAIL
2272 LayoutTests/security/block-test-no-port.html = FAIL
2273 WIN : LayoutTests/security/block-test.html = FAIL
2274 LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT
2275 LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT 2280 LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT
2276 2281
2277 // Started failing between revisions 13096 and 13099. 2282 // Started failing between revisions 13096 and 13099.
2278 DEBUG WIN : LayoutTests/http/tests/navigation/post-basic.html = CRASH 2283 DEBUG WIN : LayoutTests/http/tests/navigation/post-basic.html = CRASH
2279 2284
2280 // Flaky since rev 13111. 2285 // Flaky since rev 13111.
2281 MAC : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL PASS 2286 MAC : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL PASS
2282 2287
2283 // These tests were affected by rolling out WebKit i8n patches. 2288 // These tests were affected by rolling out WebKit i8n patches.
2284 DEFER BUG9768 : LayoutTests/fast/block/positioning/047.html = FAIL 2289 DEFER BUG9768 : LayoutTests/fast/block/positioning/047.html = FAIL
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS 2370 BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS
2366 BUG9797 WIN DEBUG : LayoutTests/editing/selection/4776665.html = FAIL PASS 2371 BUG9797 WIN DEBUG : LayoutTests/editing/selection/4776665.html = FAIL PASS
2367 BUG9797 WIN DEBUG : LayoutTests/animations/change-keyframes.html = FAIL PASS 2372 BUG9797 WIN DEBUG : LayoutTests/animations/change-keyframes.html = FAIL PASS
2368 BUG9797 WIN DEBUG : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = F AIL PASS 2373 BUG9797 WIN DEBUG : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = F AIL PASS
2369 BUG9797 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-first-tim e.html = CRASH PASS 2374 BUG9797 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-first-tim e.html = CRASH PASS
2370 BUG9797 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/state-after-network-er ror.html = CRASH PASS 2375 BUG9797 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/state-after-network-er ror.html = CRASH PASS
2371 BUG9797 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/supported-xml-content- types.html = CRASH PASS 2376 BUG9797 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/supported-xml-content- types.html = CRASH PASS
2372 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/tabgroup.svg = CRASH PASS 2377 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/tabgroup.svg = CRASH PASS
2373 BUG9797 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-gauss-01-b.svg = CRASH PASS 2378 BUG9797 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-gauss-01-b.svg = CRASH PASS
2374 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = CRASH FAIL 2379 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = CRASH FAIL
OLDNEW
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-win/pending/security/block-test-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698