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

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

Issue 294017: Roll WebKit up to 49830 and fix a build error caused by that revision.... (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/StorageEventDispatcherImpl.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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 BUG21118 WIN LINUX : LayoutTests/fast/forms/box-shadow-override.html = FAIL 700 BUG21118 WIN LINUX : LayoutTests/fast/forms/box-shadow-override.html = FAIL
701 701
702 // These tests are not valid: the so-called expected results are not known to 702 // These tests are not valid: the so-called expected results are not known to
703 // be correct. 703 // be correct.
704 // TODO(ojan): They are *our* tests. 704 // TODO(ojan): They are *our* tests.
705 // It seems silly to skip our own tests when we can change/delete them. 705 // It seems silly to skip our own tests when we can change/delete them.
706 // I'm marking them as deferred for now, but we should do something with them. 706 // I'm marking them as deferred for now, but we should do something with them.
707 BUG24192 SKIP : chrome/http/mime = PASS 707 BUG24192 SKIP : chrome/http/mime = PASS
708 708
709 // These tests all depend on DOM Storage events which are not yet supported. 709 // These tests all depend on DOM Storage events which are not yet supported.
710 BUG4360 : LayoutTests/storage/domstorage/localstorage/iframe-events.html = TIMEO UT 710 BUG4360 : LayoutTests/storage/domstorage/localstorage/iframe-events.html = TIMEO UT FAIL
711 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/iframe-events.html = TIM EOUT 711 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/iframe-events.html = TIM EOUT
712 BUG4360 : LayoutTests/storage/domstorage/localstorage/simple-events.html = FAIL 712 BUG4360 : LayoutTests/storage/domstorage/localstorage/simple-events.html = FAIL
713 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/simple-events.html = FAI L 713 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/simple-events.html = FAI L
714 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html = FAIL 714 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html = FAIL
715 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark up.html = FAIL 715 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark up.html = FAIL
716 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta ttribute.html = FAIL 716 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta ttribute.html = FAIL
717 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setw indow.html = FAIL 717 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setw indow.html = FAIL
718 BUG4360 : LayoutTests/storage/domstorage/localstorage/string-conversion.html = F AIL 718 BUG4360 : LayoutTests/storage/domstorage/localstorage/string-conversion.html = F AIL
719 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = FAIL 719 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = FAIL
720 720
(...skipping 2443 matching lines...) Expand 10 before | Expand all | Expand 10 after
3164 BUG_YUTAK : LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.htm l = FAIL 3164 BUG_YUTAK : LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.htm l = FAIL
3165 BUG_YUTAK : LayoutTests/svg/W3C-SVG-1.1/masking-mask-01-b.svg = FAIL 3165 BUG_YUTAK : LayoutTests/svg/W3C-SVG-1.1/masking-mask-01-b.svg = FAIL
3166 BUG_YUTAK MAC : LayoutTests/svg/custom/grayscale-gradient-mask.svg = FAIL 3166 BUG_YUTAK MAC : LayoutTests/svg/custom/grayscale-gradient-mask.svg = FAIL
3167 BUG_YUTAK LINUX : LayoutTests/http/tests/security/mixedContent/insecure-plugin-i n-iframe.html = FAIL 3167 BUG_YUTAK LINUX : LayoutTests/http/tests/security/mixedContent/insecure-plugin-i n-iframe.html = FAIL
3168 3168
3169 // WebKit Roll 49761:49809 3169 // WebKit Roll 49761:49809
3170 BUG_JAPHET LINUX WIN : LayoutTests/fast/canvas/arc360.html = FAIL 3170 BUG_JAPHET LINUX WIN : LayoutTests/fast/canvas/arc360.html = FAIL
3171 BUG_JAPHET LINUX : LayoutTests/fast/css/transition-color-unspecified.html = FAIL 3171 BUG_JAPHET LINUX : LayoutTests/fast/css/transition-color-unspecified.html = FAIL
3172 BUG_JAPHET : LayoutTests/media/media-load-event.html = FAIL 3172 BUG_JAPHET : LayoutTests/media/media-load-event.html = FAIL
3173 BUG_JAPHET : LayoutTests/media/progress-event-at-least-one.html = FAIL 3173 BUG_JAPHET : LayoutTests/media/progress-event-at-least-one.html = FAIL
3174
3175 // WebKit Roll 49809:49830
3176 BUG_YUTAK LINUX : LayoutTests/svg/custom/marker-default-width-height.svg = FAIL
3177 BUG_YUTAK MAC : LayoutTests/svg/W3C-SVG-1.1/filters-diffuse-01-f.svg = FAIL
OLDNEW
« no previous file with comments | « webkit/api/src/StorageEventDispatcherImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698