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

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

Issue 208033: Mark LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html... (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
« 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 338
339 // This test is not reliable. The behavior depends on exactly how the 339 // This test is not reliable. The behavior depends on exactly how the
340 // stack limit is reached. We're happy with our behavior on this test 340 // stack limit is reached. We're happy with our behavior on this test
341 // as long as we don't crash. 341 // as long as we don't crash.
342 WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL PASS 342 WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL PASS
343 343
344 // Our DOM Storage implementation doesn't use WebKit's private browsing feature (even for incognito mode). 344 // Our DOM Storage implementation doesn't use WebKit's private browsing feature (even for incognito mode).
345 WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-s torage.html = FAIL 345 WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-s torage.html = FAIL
346 WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects -storage.html = FAIL 346 WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects -storage.html = FAIL
347 347
348 // These tests propagate auth credentials back to the renderer, which we
349 // don't want to do.
350 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-creden tials.html = FAIL
351 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automat ically.html = FAIL
352
348 // ----------------------------------------------------------------- 353 // -----------------------------------------------------------------
349 // CHROME REWRITTEN TESTS 354 // CHROME REWRITTEN TESTS
350 // ----------------------------------------------------------------- 355 // -----------------------------------------------------------------
351 356
352 // These tests have been rewritten, with the original being ignored, 357 // These tests have been rewritten, with the original being ignored,
353 // because they rely on being able to shadow the 'top' variable on the 358 // because they rely on being able to shadow the 'top' variable on the
354 // global object. For security we disallow shadowing of top. 359 // global object. For security we disallow shadowing of top.
355 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL 360 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL
356 361
357 // We're taking a different approach on this test than Webkit does, related to 362 // We're taking a different approach on this test than Webkit does, related to
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after
2274 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL 2279 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL
2275 2280
2276 // New test added in r48318 (GoogleURL bug) 2281 // New test added in r48318 (GoogleURL bug)
2277 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL 2282 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL
2278 2283
2279 // New test added in r48336 (V8 bug) 2284 // New test added in r48336 (V8 bug)
2280 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL 2285 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL
2281 BUG21767 : LayoutTests/http/tests/security/cross-frame-access-enumeration.html = TIMEOUT 2286 BUG21767 : LayoutTests/http/tests/security/cross-frame-access-enumeration.html = TIMEOUT
2282 2287
2283 // WK roll to 48371 2288 // WK roll to 48371
2284 BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.ht ml = FAIL
2285 BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.h tml = FAIL
2286 BUG21841 MAC : LayoutTests/plugins/destroy-during-npp-new.html = FAIL 2289 BUG21841 MAC : LayoutTests/plugins/destroy-during-npp-new.html = FAIL
2287 2290
2288 // missing upstream baseline from 48368 2291 // missing upstream baseline from 48368
2289 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho r.html = FAIL 2292 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho r.html = FAIL
2290 2293
2291 BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL 2294 BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL
2292 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL 2295 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL
2293 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL 2296 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL
2294 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL 2297 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL
2295 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL 2298 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL
2296 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL 2299 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL
2297 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL 2300 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL
2298 2301
2299 // WK roll 48388:48399 (brettw) 2302 // WK roll 48388:48399 (brettw)
2300 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main -frame.html = FAIL 2303 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main -frame.html = FAIL
2301 2304
2302 // Flaky. The width of containing RenderBlocks sometimes becomes larger 2305 // Flaky. The width of containing RenderBlocks sometimes becomes larger
2303 BUG21958 WIN MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS 2306 BUG21958 WIN MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS
2304 2307
2305 // WK roll 48399:48423 (brettw) 2308 // WK roll 48399:48423 (brettw)
2306 BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html = FAIL 2309 BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html = FAIL
2307 BUG22014 LINUX : LayoutTests/transitions/hang-with-bad-transition-list.html = PA SS FAIL 2310 BUG22014 LINUX : LayoutTests/transitions/hang-with-bad-transition-list.html = PA SS FAIL
2308 2311
2309 // WK roll 48423:48468 (dglazkov for ukai) 2312 // WK roll 48423:48468 (dglazkov for ukai)
2310 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/css/font-smoothing.html = FAIL 2313 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/css/font-smoothing.html = FAIL
2311 2314
2312 // 48468:48483 (avi for dglazkov for ukai) 2315 // 48468:48483 (avi for dglazkov for ukai)
2313 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-funct ion.html = FAIL 2316 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-funct ion.html = FAIL
2314 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-strin g.html = FAIL 2317 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-strin g.html = 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