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 249044: Rebaseline a couple of tests whose expectations are slightly different than W... (Closed) Base URL: svn://chrome-svn/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
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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 BUG8696 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL 814 BUG8696 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL
815 815
816 BUG10385 : LayoutTests/fast/dom/dom-constructors.html = FAIL 816 BUG10385 : LayoutTests/fast/dom/dom-constructors.html = FAIL
817 817
818 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL 818 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL
819 819
820 BUG10401 : LayoutTests/plugins/npruntime.html = TIMEOUT FAIL 820 BUG10401 : LayoutTests/plugins/npruntime.html = TIMEOUT FAIL
821 BUG6735 : LayoutTests/plugins/netscape-throw-exception.html = FAIL 821 BUG6735 : LayoutTests/plugins/netscape-throw-exception.html = FAIL
822 822
823 BUG10432 WIN LINUX : LayoutTests/fast/overflow/004.html = FAIL 823 BUG10432 WIN LINUX : LayoutTests/fast/overflow/004.html = FAIL
824 BUG10433 WIN LINUX : LayoutTests/fast/dom/Window/webkitConvertPoint.html = FAIL
825 824
826 BUG9071 MAC WIN DEBUG SLOW : LayoutTests/editing/selection/drag-to-contenteditab le-iframe.html = FAIL PASS 825 BUG9071 MAC WIN DEBUG SLOW : LayoutTests/editing/selection/drag-to-contenteditab le-iframe.html = FAIL PASS
827 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm l = FAIL 826 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm l = FAIL
828 BUG10436 WIN LINUX : LayoutTests/fast/block/float/nested-clearance.html = FAIL
829 827
830 // ----------------------------------------------------------------- 828 // -----------------------------------------------------------------
831 // SVG TESTS 829 // SVG TESTS
832 // ----------------------------------------------------------------- 830 // -----------------------------------------------------------------
833 831
834 // These are regressions from 1.0, but deemed DEFERable for 2.0. 832 // These are regressions from 1.0, but deemed DEFERable for 2.0.
835 BUG8635 LINUX WIN : LayoutTests/svg/custom/pattern-y-offset.svg = FAIL 833 BUG8635 LINUX WIN : LayoutTests/svg/custom/pattern-y-offset.svg = FAIL
836 BUG8635 LINUX WIN : LayoutTests/svg/batik/paints/patternRegions.svg = FAIL 834 BUG8635 LINUX WIN : LayoutTests/svg/batik/paints/patternRegions.svg = FAIL
837 BUG8635 LINUX WIN : LayoutTests/svg/custom/pattern-cycle-detection.svg = FAIL 835 BUG8635 LINUX WIN : LayoutTests/svg/custom/pattern-cycle-detection.svg = FAIL
838 836
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 BUG_SENORBLANCO : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL 2280 BUG_SENORBLANCO : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL
2283 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/forms/selected-index-assert.html = FAIL 2281 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/forms/selected-index-assert.html = FAIL
2284 BUG_SENORBLANCO WIN LINUX : LayoutTests/svg/filters/feComposite.svg = FAIL 2282 BUG_SENORBLANCO WIN LINUX : LayoutTests/svg/filters/feComposite.svg = FAIL
2285 2283
2286 // WebKit update 48904:48927 2284 // WebKit update 48904:48927
2287 BUG_SENORBLANCO : LayoutTests/fast/js/toString-stack-overflow.html = FAIL 2285 BUG_SENORBLANCO : LayoutTests/fast/js/toString-stack-overflow.html = FAIL
2288 BUG_SENORBLANCO WIN : LayoutTests/fast/replaced/border-radius-clip.html = FAIL 2286 BUG_SENORBLANCO WIN : LayoutTests/fast/replaced/border-radius-clip.html = FAIL
2289 BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-30 2-redirect.html = FAIL 2287 BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-30 2-redirect.html = FAIL
2290 BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-re fresh-redirect.html = FAIL 2288 BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-re fresh-redirect.html = FAIL
2291 BUG_SENORBLANCO LINUX : LayoutTests/svg/custom/circular-marker-reference-3.svg = FAIL 2289 BUG_SENORBLANCO LINUX : LayoutTests/svg/custom/circular-marker-reference-3.svg = FAIL
OLDNEW
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/webkitConvertPoint-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698