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

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

Issue 160355: List individual storage related layout tests rather than excluding them all. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | webkit/tools/test_shell/test_shell.cc » ('j') | 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 // controls are rare on the web, defer this fix. 580 // controls are rare on the web, defer this fix.
581 BUG1130795 WIN LINUX : LayoutTests/fast/forms/box-shadow-override.html = FAIL 581 BUG1130795 WIN LINUX : LayoutTests/fast/forms/box-shadow-override.html = FAIL
582 582
583 // These tests are not valid: the so-called expected results are not known to 583 // These tests are not valid: the so-called expected results are not known to
584 // be correct. 584 // be correct.
585 // TODO(ojan): They are *our* tests. 585 // TODO(ojan): They are *our* tests.
586 // It seems silly to skip our own tests when we can change/delete them. 586 // It seems silly to skip our own tests when we can change/delete them.
587 // I'm marking them as deferred for now, but we should do something with them. 587 // I'm marking them as deferred for now, but we should do something with them.
588 BUG849072 SKIP : chrome/http/mime = PASS 588 BUG849072 SKIP : chrome/http/mime = PASS
589 589
590 // We don't support the storage APIs. Some of the them hang. 590 // These tests all depend on DOM Storage events which are not yet supported.
591 BUG4360 SKIP : LayoutTests/storage = PASS 591 BUG4360 : LayoutTests/storage/domstorage/window-attributes-exist.html = FAIL
592 BUG4360 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS 592 BUG4360 : LayoutTests/storage/domstorage/localstorage/iframe-events.html = TIMEO UT
593 BUG4360 SKIP : LayoutTests/http/tests/loading/deleted-host-in-resource-load-dele gate-callback.html = TIMEOUT 593 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/iframe-events.html = TIM EOUT
594 BUG4360 : LayoutTests/storage/domstorage/localstorage/simple-events.html = FAIL
595 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/simple-events.html = FAI L
596 BUG4360 : LayoutTests/storage/domstorage/localstorage/index-get-and-set.html = F AIL
597 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html = FAIL
598 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-markup .html = FAIL
599 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark up.html = FAIL
600 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-setatt ribute.html = FAIL
601 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta ttribute.html = FAIL
602 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-setwin dow.html = FAIL
603 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setw indow.html = FAIL
604 BUG4360 : LayoutTests/storage/domstorage/localstorage/string-conversion.html = F AIL
605 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = FAIL
606
607 // Our DOM Storage implementation doesn't use WebKit's private browsing feature (even for incognito mode).
608 WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-s torage.html = FAIL
609 WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects -storage.html = FAIL
610
611 // Depends on SessionStorage. I'm not sure if this is working yet, but I don't think we need to SKIP it.
612 BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate- callback.html = TIMEOUT
613
614 // Database
615 BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS
616 BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS
617 BUG4359 SKIP : LayoutTests/storage/empty-statement.html = PASS
618 BUG4359 SKIP : LayoutTests/storage/execute-sql-args.html = PASS
619 BUG4359 SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS
620 BUG4359 SKIP : LayoutTests/storage/multiple-databases-garbage-collection.html = PASS
621 BUG4359 SKIP : LayoutTests/storage/multiple-transactions.html = PASS
622 BUG4359 SKIP : LayoutTests/storage/open-database-empty-version.html = PASS
623 BUG4359 SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS
624 BUG4359 SKIP : LayoutTests/storage/quota-tracking.html = PASS
625 BUG4359 SKIP : LayoutTests/storage/sql-data-types.html = PASS
626 BUG4359 SKIP : LayoutTests/storage/sql-data-types.js = PASS
627 BUG4359 SKIP : LayoutTests/storage/success-callback.html = PASS
628 BUG4359 SKIP : LayoutTests/storage/transaction-callback-exception-crash.html = P ASS
629 BUG4359 SKIP : LayoutTests/storage/transaction-error-callback.html = PASS
630 BUG4359 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS
594 631
595 // Fails due to storage APIs not implemented. Might be worth re-baselining 632 // Fails due to storage APIs not implemented. Might be worth re-baselining
596 // temporarily so the rest of the conditions are still tested. 633 // temporarily so the rest of the conditions are still tested.
597 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence. html = FAIL 634 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence. html = FAIL
598 635
599 // These tests are disabled until <audio> and <video> tags are supported. 636 // These tests are disabled until <audio> and <video> tags are supported.
600 // Disable <video> and <audio> tests for mac and linux until there is 637 // Disable <video> and <audio> tests for mac and linux until there is
601 // proper support. 638 // proper support.
602 BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT 639 BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT
603 BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL 640 BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL
(...skipping 2468 matching lines...) Expand 10 before | Expand all | Expand 10 after
3072 BUG17883 WIN LINUX : LayoutTests/editing/execCommand/5138441.html = FAIL 3109 BUG17883 WIN LINUX : LayoutTests/editing/execCommand/5138441.html = FAIL
3073 BUG17883 WIN LINUX : LayoutTests/editing/pasteboard/display-block-on-spans.html = FAIL 3110 BUG17883 WIN LINUX : LayoutTests/editing/pasteboard/display-block-on-spans.html = FAIL
3074 3111
3075 // Test failures from WebKit merge 46508 to 46531 3112 // Test failures from WebKit merge 46508 to 46531
3076 BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style-without -renderer.html = FAIL 3113 BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style-without -renderer.html = FAIL
3077 BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style.html = FAIL 3114 BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style.html = FAIL
3078 BUG17974 : LayoutTests/fast/css/remove-shorthand.html = FAIL 3115 BUG17974 : LayoutTests/fast/css/remove-shorthand.html = FAIL
3079 BUG17974 WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL 3116 BUG17974 WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL
3080 BUG17974 WIN MAC: LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL 3117 BUG17974 WIN MAC: LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL
3081 BUG17974 WIN: LyoutTests/transtions/cancel-transitions.html = FAIL 3118 BUG17974 WIN: LyoutTests/transtions/cancel-transitions.html = FAIL
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698