OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |