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

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

Issue 201048: Support running tests under LayoutTests/http/tests/local as local file, in or... (Closed) Base URL: svn://chrome-svn/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
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 // with WML support, so skip its tests. 87 // with WML support, so skip its tests.
88 WONTFIX SKIP : LayoutTests/wml = FAIL 88 WONTFIX SKIP : LayoutTests/wml = FAIL
89 WONTFIX SKIP : LayoutTests/http/tests/wml = FAIL 89 WONTFIX SKIP : LayoutTests/http/tests/wml = FAIL
90 WONTFIX SKIP : LayoutTests/fast/wml = FAIL 90 WONTFIX SKIP : LayoutTests/fast/wml = FAIL
91 91
92 // These tests are based on the JSC JavaScript profiler. The V8 JavaScript 92 // These tests are based on the JSC JavaScript profiler. The V8 JavaScript
93 // profiler is in development and will use a different approach than JSC and 93 // profiler is in development and will use a different approach than JSC and
94 // most likely these tests will always be JSC specific. 94 // most likely these tests will always be JSC specific.
95 WONTFIX SKIP : LayoutTests/fast/profiler = FAIL TIMEOUT 95 WONTFIX SKIP : LayoutTests/fast/profiler = FAIL TIMEOUT
96 96
97 // These tests depend on a bogus assumption that file:// URLs have universal
98 // access to other URLs. This isn't true for us.
99 WONTFIX SKIP : LayoutTests/editing/selection/drag-in-iframe.html = TIMEOUT
100 WONTFIX SKIP : LayoutTests/fast/dom/gc-6.html = TIMEOUT
101 WONTFIX SKIP : LayoutTests/fast/dom/gc-7.html = TIMEOUT
102 WONTFIX SKIP : LayoutTests/fast/frames/frame-set-same-location.html = TIMEOUT
103 WONTFIX SKIP : LayoutTests/fast/frames/frame-set-same-src.html = TIMEOUT
104 WONTFIX SKIP : LayoutTests/fast/frames/hover-timer-crash.html = TIMEOUT
105
106 // This test doesn't terminate because it contains exponential 97 // This test doesn't terminate because it contains exponential
107 // regexps. It is safe to disable because we run the same tests 98 // regexps. It is safe to disable because we run the same tests
108 // (sans the nonterminating ones) as part of the v8 tests. 99 // (sans the nonterminating ones) as part of the v8 tests.
109 WONTFIX SKIP : LayoutTests/fast/regex/test1.html = PASS 100 WONTFIX SKIP : LayoutTests/fast/regex/test1.html = PASS
110 101
111 // We disallow file:// urls from doing XHR to data:.
112 WONTFIX BUG9275 : LayoutTests/fast/encoding/char-decoding.html = FAIL
113
114 // We use worker_uitests to run workers tests. Don't run them in test_shell. 102 // We use worker_uitests to run workers tests. Don't run them in test_shell.
115 WONTFIX SKIP : LayoutTests/fast/workers = PASS TIMEOUT FAIL 103 WONTFIX SKIP : LayoutTests/fast/workers = PASS TIMEOUT FAIL
116 WONTFIX SKIP : LayoutTests/http/tests/workers = PASS TIMEOUT FAIL 104 WONTFIX SKIP : LayoutTests/http/tests/workers = PASS TIMEOUT FAIL
117 WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/workers = PASS TIMEOUT FAIL 105 WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/workers = PASS TIMEOUT FAIL
118 WONTFIX SKIP : LayoutTests/http/tests/eventsource/workers = PASS TIMEOUT FAIL 106 WONTFIX SKIP : LayoutTests/http/tests/eventsource/workers = PASS TIMEOUT FAIL
119 107
120 // Page Cache - based tests. Chromium disables page cache because the WebKit pag e cache keeps previously 108 // 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. 109 // 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 110 // 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. 111 // on which renderer process to use for each of them.
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 // 1040 //
1053 // ----------------------------------------------------------------- 1041 // -----------------------------------------------------------------
1054 // End of SVG tests 1042 // End of SVG tests
1055 // ----------------------------------------------------------------- 1043 // -----------------------------------------------------------------
1056 1044
1057 // This fails because of differences between how CG and Skia tests for 1045 // This fails because of differences between how CG and Skia tests for
1058 // a point in a path. See 1046 // a point in a path. See
1059 // http://code.google.com/p/chromium/issues/detail?id=7465 for details. 1047 // http://code.google.com/p/chromium/issues/detail?id=7465 for details.
1060 BUG10311 WIN LINUX : LayoutTests/fast/canvas/pointInPath.html = FAIL 1048 BUG10311 WIN LINUX : LayoutTests/fast/canvas/pointInPath.html = FAIL
1061 1049
1062 // Following tests are failing because Chrome does not allow file url
1063 // to access non-file urls.
1064 // TODO(port): mac is passing these, does that mean something is wrong?
1065 BUG1026885 LINUX WIN : LayoutTests/editing/selection/4960137.html = FAIL
1066
1067 // These fail the pixel tests in debug mode because they have 1050 // These fail the pixel tests in debug mode because they have
1068 // unpainted space (filled red in Debug but not in Release). 1051 // unpainted space (filled red in Debug but not in Release).
1069 // https://bugs.webkit.org/show_bug.cgi?id=8423 1052 // https://bugs.webkit.org/show_bug.cgi?id=8423
1070 BUG1115062 WIN LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug1788 55.xml = FAIL PASS 1053 BUG1115062 WIN LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug1788 55.xml = FAIL PASS
1071 1054
1072 // Fails on webkit windows as well. 1055 // Fails on webkit windows as well.
1073 BUG1166644 WIN LINUX : LayoutTests/fast/events/attempt-scroll-with-no-scrollbars .html = FAIL 1056 BUG1166644 WIN LINUX : LayoutTests/fast/events/attempt-scroll-with-no-scrollbars .html = FAIL
1074 1057
1075 // The test may require a proper version of Java 6 RC 10 plugin 1058 // The test may require a proper version of Java 6 RC 10 plugin
1076 // installed to run. 1059 // installed to run.
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
1982 BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html = FAIL 1965 BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html = FAIL
1983 1966
1984 // WebKit 44202:44252 introduced new tests 1967 // WebKit 44202:44252 introduced new tests
1985 BUG12881 WIN LINUX : LayoutTests/fast/forms/isindex-placeholder.html = FAIL 1968 BUG12881 WIN LINUX : LayoutTests/fast/forms/isindex-placeholder.html = FAIL
1986 BUG12881 WIN LINUX : LayoutTests/fast/borders/border-radius-constraints.html = F AIL 1969 BUG12881 WIN LINUX : LayoutTests/fast/borders/border-radius-constraints.html = F AIL
1987 BUG12881 WIN LINUX : LayoutTests/fast/borders/border-radius-split-inline.html = FAIL 1970 BUG12881 WIN LINUX : LayoutTests/fast/borders/border-radius-split-inline.html = FAIL
1988 1971
1989 // WebKit 44202:44252 introduced new failures (old tests) 1972 // WebKit 44202:44252 introduced new failures (old tests)
1990 BUG12882 WIN : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = FAI L 1973 BUG12882 WIN : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = FAI L
1991 BUG12882 WIN : LayoutTests/fast/box-shadow/basic-shadows.html = FAIL 1974 BUG12882 WIN : LayoutTests/fast/box-shadow/basic-shadows.html = FAIL
1992 BUG12882 : LayoutTests/fast/dom/Window/open-existing-pop-up-blocking.html = TIME OUT
1993 1975
1994 // WebKit 44286:44342 1976 // WebKit 44286:44342
1995 BUG13174 WIN DEBUG : LayoutTests/transitions/shorthand-border-transitions.html = PASS FAIL 1977 BUG13174 WIN DEBUG : LayoutTests/transitions/shorthand-border-transitions.html = PASS FAIL
1996 1978
1997 // WebKit 44438:44544 1979 // WebKit 44438:44544
1998 BUG13721 LINUX : LayoutTests/fast/dynamic/positioned-movement-with-positioned-ch ildren.html = FAIL 1980 BUG13721 LINUX : LayoutTests/fast/dynamic/positioned-movement-with-positioned-ch ildren.html = FAIL
1999 1981
2000 BUG14207 WIN LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug28341.html = PASS FAIL 1982 BUG14207 WIN LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug28341.html = PASS FAIL
2001 1983
2002 // Newly added test http://trac.webkit.org/changeset/44816 1984 // Newly added test http://trac.webkit.org/changeset/44816
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL 2326 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL
2345 // New database test that fails. 2327 // New database test that fails.
2346 BUG21442 : LayoutTests/storage/test-authorizer.html = TIMEOUT 2328 BUG21442 : LayoutTests/storage/test-authorizer.html = TIMEOUT
2347 2329
2348 // Crashing on Linux Debug as of V8 update at r25855 2330 // Crashing on Linux Debug as of V8 update at r25855
2349 BUG21501 LINUX DEBUG : LayoutTests/svg/custom/linking-a-03-b-preserveAspectRatio .svg = CRASH 2331 BUG21501 LINUX DEBUG : LayoutTests/svg/custom/linking-a-03-b-preserveAspectRatio .svg = CRASH
2350 2332
2351 // New test added by https://trac.webkit.org/changeset/48260. 2333 // New test added by https://trac.webkit.org/changeset/48260.
2352 // Marked as SKIP because it fails to find the test expectations (dies early). 2334 // Marked as SKIP because it fails to find the test expectations (dies early).
2353 BUG21522 SKIP : LayoutTests/http/tests/local/send-dragged-file.html = FAIL 2335 BUG21522 SKIP : LayoutTests/http/tests/local/send-dragged-file.html = FAIL
2336
2337 // Need to rebaseline after we enable file URL universal access in test shell.
2338 BUG1026885 LINUX WIN : LayoutTests/editing/selection/4960137.html = FAIL
2339 BUG_JIANLI : LayoutTests/fast/dom/wrapper-classes.html = FAIL
2340 BUG_JIANLI : LayoutTests/fast/frames/frame-src-attribute.html = FAIL
2341 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL
2342
2343 // Need investigation after we enable file URL universal access in test shell.
2344 BUG_JIANLI WIN : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698