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

Side by Side Diff: webkit/tools/layout_tests/test_lists/tests_ignored.txt

Issue 21110: Moves some navigation tests to the ignore list as we never intend to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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/tools/layout_tests/test_lists/tests_fixable.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 // These tests will be run (unless skipped), but do not expect ever to pass 1 // These tests will be run (unless skipped), but do not expect ever to pass
2 // them. They use platform-specific conventions, or features we have decided 2 // them. They use platform-specific conventions, or features we have decided
3 // never to support. 3 // never to support.
4 4
5 // ----------------------------------------------------------------- 5 // -----------------------------------------------------------------
6 // SKIPPED TESTS 6 // SKIPPED TESTS
7 // ----------------------------------------------------------------- 7 // -----------------------------------------------------------------
8 8
9 // XHTML tests. See bug 793944. These tests seem like they work, but 9 // XHTML tests. See bug 793944. These tests seem like they work, but
10 // only because the expected output expects to see JS errors. There is 10 // only because the expected output expects to see JS errors. There is
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 // convert to local time for dates within the UNIX 32-bit epoch, 172 // convert to local time for dates within the UNIX 32-bit epoch,
173 // and follow the ECMA rules for dates outside that range. 173 // and follow the ECMA rules for dates outside that range.
174 // The ECMA rules say to use current DST rules for all dates, 174 // The ECMA rules say to use current DST rules for all dates,
175 // and that all dates that are separated by an exact multiple of 175 // and that all dates that are separated by an exact multiple of
176 // 28 years must behave exactly the same. 176 // 28 years must behave exactly the same.
177 // OS local time services are more accurate than this ECMA rule, 177 // OS local time services are more accurate than this ECMA rule,
178 // which is a discrepancy. 178 // which is a discrepancy.
179 SKIP : LayoutTests/fast/js/date-DST-time-cusps.html = PASS FAIL 179 SKIP : LayoutTests/fast/js/date-DST-time-cusps.html = PASS FAIL
180 SKIP : LayoutTests/fast/js/date-big-setdate.html = PASS FAIL 180 SKIP : LayoutTests/fast/js/date-big-setdate.html = PASS FAIL
181 181
182 // The following tests fail because of difference in how the test shell
183 // navigation controller tracks navigations as compared to how the Mac
184 // implementation does it.
185 LayoutTests/http/tests/history/redirect-200-refresh-0-seconds.pl = FAIL
186 LayoutTests/http/tests/history/redirect-js-location-replace-0-seconds.html = FAI L
187 LayoutTests/http/tests/history/redirect-js-location-replace-2-seconds.html = FAI L
188 LayoutTests/http/tests/history/redirect-js-location-replace-before-load.html = F AIL
189 LayoutTests/http/tests/history/redirect-meta-refresh-0-seconds.html = FAIL
190
182 // ----------------------------------------------------------------- 191 // -----------------------------------------------------------------
183 // CHROME REWRITTEN TESTS 192 // CHROME REWRITTEN TESTS
184 // ----------------------------------------------------------------- 193 // -----------------------------------------------------------------
185 194
186 // These tests have been rewritten, with the original being ignored, 195 // These tests have been rewritten, with the original being ignored,
187 // because they were written in ways which are not cross-browser. 196 // because they were written in ways which are not cross-browser.
188 // (e.g. they expect implementation-dependent strings in output) 197 // (e.g. they expect implementation-dependent strings in output)
189 LayoutTests/fast/js/date-proto-generic-invocation.html = FAIL 198 LayoutTests/fast/js/date-proto-generic-invocation.html = FAIL
190 LayoutTests/fast/js/kde/function.html = FAIL 199 LayoutTests/fast/js/kde/function.html = FAIL
191 LayoutTests/fast/js/kde/inbuilt_function_tostring.html = FAIL 200 LayoutTests/fast/js/kde/inbuilt_function_tostring.html = FAIL
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 255
247 // Bug 5053: The issue is which global object to use as the implicit 256 // Bug 5053: The issue is which global object to use as the implicit
248 // receiver for cross-frame calls. Currently, IE, Firefox and Chrome 257 // receiver for cross-frame calls. Currently, IE, Firefox and Chrome
249 // agree and only Safari is doing it this way. 258 // agree and only Safari is doing it this way.
250 LayoutTests/fast/frames/cross-site-this.html = FAIL 259 LayoutTests/fast/frames/cross-site-this.html = FAIL
251 260
252 // This tests a Safari incompatibility. This test should fail since 261 // This tests a Safari incompatibility. This test should fail since
253 // it contains syntax errors that JSC for some reason choose not to 262 // it contains syntax errors that JSC for some reason choose not to
254 // throw. V8 follows the spec. 263 // throw. V8 follows the spec.
255 LayoutTests/fast/js/reparsing-semicolon-insertion.html = FAIL 264 LayoutTests/fast/js/reparsing-semicolon-insertion.html = FAIL
OLDNEW
« no previous file with comments | « webkit/tools/layout_tests/test_lists/tests_fixable.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698