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

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

Issue 518036: Fix our version of eventSender to handle keyLocation arg correctly. (Closed)
Patch Set: updated the comment Created 10 years, 11 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
« no previous file with comments | « no previous file | webkit/tools/test_shell/event_sending_controller.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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 BUG10291 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-pattern-01-b.svg = FAI L 920 BUG10291 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-pattern-01-b.svg = FAI L
921 921
922 BUG10415 WIN LINUX : LayoutTests/svg/custom/pattern-with-transformation.svg = FA IL 922 BUG10415 WIN LINUX : LayoutTests/svg/custom/pattern-with-transformation.svg = FA IL
923 923
924 // New in WebKit r52559 924 // New in WebKit r52559
925 BUG31344 : LayoutTests/svg/custom/global-constructors.html = TEXT 925 BUG31344 : LayoutTests/svg/custom/global-constructors.html = TEXT
926 926
927 // New in WebKit r52580. 927 // New in WebKit r52580.
928 BUG31345 WIN LINUX : LayoutTests/svg/custom/mask-on-multiple-objects.svg = IMAGE 928 BUG31345 WIN LINUX : LayoutTests/svg/custom/mask-on-multiple-objects.svg = IMAGE
929 929
930 // New in WebKit r52608.
931 BUG31360 : LayoutTests/fast/events/keydown-numpad-keys.html = TEXT
932
933 // Text fails very rarely, 1/200 runs or fewer. 930 // Text fails very rarely, 1/200 runs or fewer.
934 BUG29737 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-light-01-f.svg = TEXT PASS 931 BUG29737 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-light-01-f.svg = TEXT PASS
935 BUG29737 MAC RELEASE : LayoutTests/svg/W3C-SVG-1.1/filters-light-01-f.svg = TEXT PASS 932 BUG29737 MAC RELEASE : LayoutTests/svg/W3C-SVG-1.1/filters-light-01-f.svg = TEXT PASS
936 933
937 // ----------------------------------------------------------------- 934 // -----------------------------------------------------------------
938 // End SVG Regressions 935 // End SVG Regressions
939 // ----------------------------------------------------------------- 936 // -----------------------------------------------------------------
940 937
941 // Selection wrong. 938 // Selection wrong.
942 BUG10292 MAC LINUX : LayoutTests/editing/selection/5354455-1.html = FAIL 939 BUG10292 MAC LINUX : LayoutTests/editing/selection/5354455-1.html = FAIL
(...skipping 2233 matching lines...) Expand 10 before | Expand all | Expand 10 after
3176 BUG_JAPHET : LayoutTests/svg/custom/non-circular-marker-reference.svg = FAIL 3173 BUG_JAPHET : LayoutTests/svg/custom/non-circular-marker-reference.svg = FAIL
3177 BUG_JAPHET : LayoutTests/svg/custom/shapes-supporting-markers.svg = FAIL 3174 BUG_JAPHET : LayoutTests/svg/custom/shapes-supporting-markers.svg = FAIL
3178 BUG_JAPHET : LayoutTests/svg/W3C-SVG-1.1/filters-composite-02-b.svg = FAIL 3175 BUG_JAPHET : LayoutTests/svg/W3C-SVG-1.1/filters-composite-02-b.svg = FAIL
3179 BUG_JAPHET : LayoutTests/svg/W3C-SVG-1.1/filters-displace-01-f.svg = FAIL 3176 BUG_JAPHET : LayoutTests/svg/W3C-SVG-1.1/filters-displace-01-f.svg = FAIL
3180 BUG_JAPHET : LayoutTests/svg/W3C-SVG-1.1/filters-image-01-b.svg = FAIL 3177 BUG_JAPHET : LayoutTests/svg/W3C-SVG-1.1/filters-image-01-b.svg = FAIL
3181 BUG_JAPHET : LayoutTests/svg/custom/feDisplacementMap-01.svg = FAIL 3178 BUG_JAPHET : LayoutTests/svg/custom/feDisplacementMap-01.svg = FAIL
3182 BUG_JAPHET : LayoutTests/svg/custom/marker-referencePoint.svg = FAIL 3179 BUG_JAPHET : LayoutTests/svg/custom/marker-referencePoint.svg = FAIL
3183 BUG_JAPHET : LayoutTests/svg/custom/marker-strokeWidth-changes.svg = FAIL 3180 BUG_JAPHET : LayoutTests/svg/custom/marker-strokeWidth-changes.svg = FAIL
3184 BUG_JAPHET : LayoutTests/svg/custom/marker-opacity.svg = FAIL 3181 BUG_JAPHET : LayoutTests/svg/custom/marker-opacity.svg = FAIL
3185 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT 3182 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/test_shell/event_sending_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698