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

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

Issue 255065: The second half of http://trac.webkit.org/changeset/49040... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/api/src/WebStorageNamespaceImpl.cpp ('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 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 // controls are rare on the web, defer this fix. 631 // controls are rare on the web, defer this fix.
632 BUG21118 WIN LINUX : LayoutTests/fast/forms/box-shadow-override.html = FAIL 632 BUG21118 WIN LINUX : LayoutTests/fast/forms/box-shadow-override.html = FAIL
633 633
634 // These tests are not valid: the so-called expected results are not known to 634 // These tests are not valid: the so-called expected results are not known to
635 // be correct. 635 // be correct.
636 // TODO(ojan): They are *our* tests. 636 // TODO(ojan): They are *our* tests.
637 // It seems silly to skip our own tests when we can change/delete them. 637 // It seems silly to skip our own tests when we can change/delete them.
638 // I'm marking them as deferred for now, but we should do something with them. 638 // I'm marking them as deferred for now, but we should do something with them.
639 BUG849072 SKIP : chrome/http/mime = PASS 639 BUG849072 SKIP : chrome/http/mime = PASS
640 640
641 // Disable quota test for now.
642 BUG16876 : LayoutTests/storage/domstorage/localstorage/quota.html = FAIL
643
641 // These tests all depend on DOM Storage events which are not yet supported. 644 // These tests all depend on DOM Storage events which are not yet supported.
642 BUG4360 : LayoutTests/storage/domstorage/window-attributes-exist.html = FAIL 645 BUG4360 : LayoutTests/storage/domstorage/window-attributes-exist.html = FAIL
643 BUG4360 : LayoutTests/storage/domstorage/localstorage/iframe-events.html = TIMEO UT 646 BUG4360 : LayoutTests/storage/domstorage/localstorage/iframe-events.html = TIMEO UT
644 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/iframe-events.html = TIM EOUT 647 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/iframe-events.html = TIM EOUT
645 BUG4360 : LayoutTests/storage/domstorage/localstorage/simple-events.html = FAIL 648 BUG4360 : LayoutTests/storage/domstorage/localstorage/simple-events.html = FAIL
646 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/simple-events.html = FAI L 649 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/simple-events.html = FAI L
647 BUG4360 : LayoutTests/storage/domstorage/localstorage/index-get-and-set.html = F AIL 650 BUG4360 : LayoutTests/storage/domstorage/localstorage/index-get-and-set.html = F AIL
648 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html = FAIL 651 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html = FAIL
649 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-markup .html = FAIL 652 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-markup .html = FAIL
650 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark up.html = FAIL 653 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark up.html = FAIL
(...skipping 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after
3062 BUG_ATWILSON : LayoutTests/fast/css/text-rendering.html = FAIL 3065 BUG_ATWILSON : LayoutTests/fast/css/text-rendering.html = FAIL
3063 BUG_ATWILSON WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL 3066 BUG_ATWILSON WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL
3064 // This was happening previously - might be a flakey test? 3067 // This was happening previously - might be a flakey test?
3065 BUG_ATWILSON LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEO UT PASS 3068 BUG_ATWILSON LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEO UT PASS
3066 BUG_ATWILSON MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = F AIL 3069 BUG_ATWILSON MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = F AIL
3067 3070
3068 // WebKit update: 48994:49006 3071 // WebKit update: 48994:49006
3069 BUG_ATWILSON LINUX : LayoutTests/animations/transform-origin-vs-functions.html = FAIL 3072 BUG_ATWILSON LINUX : LayoutTests/animations/transform-origin-vs-functions.html = FAIL
3070 BUG_ATWILSON WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL 3073 BUG_ATWILSON WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL
3071 3074
OLDNEW
« no previous file with comments | « webkit/api/src/WebStorageNamespaceImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698