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

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

Issue 155114: Assigning a specific bug to a recent layout test failure (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 | « no previous file | 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 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 // These tests are flaky as of 2009/06/09. Need to investigate. 1112 // These tests are flaky as of 2009/06/09. Need to investigate.
1113 BUG13692 WIN : LayoutTests/dom/html/level2/html/HTMLParamElement03.html = CRASH PASS 1113 BUG13692 WIN : LayoutTests/dom/html/level2/html/HTMLParamElement03.html = CRASH PASS
1114 BUG13692 WIN : LayoutTests/svg/custom/polyline-hittest.svg = CRASH PASS 1114 BUG13692 WIN : LayoutTests/svg/custom/polyline-hittest.svg = CRASH PASS
1115 BUG13692 WIN : LayoutTests/tables/mozilla/marvin/tables_bgcolor_green.html = CRA SH PASS 1115 BUG13692 WIN : LayoutTests/tables/mozilla/marvin/tables_bgcolor_green.html = CRA SH PASS
1116 BUG13692 MAC : LayoutTests/fast/dom/Document/open-with-pending-load.html = CRASH PASS 1116 BUG13692 MAC : LayoutTests/fast/dom/Document/open-with-pending-load.html = CRASH PASS
1117 BUG13692 MAC : LayoutTests/fast/invalid/019.html = CRASH PASS 1117 BUG13692 MAC : LayoutTests/fast/invalid/019.html = CRASH PASS
1118 1118
1119 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. 1119 // <body><canvas height=100></canvas></body> is 1 px taller than upstream.
1120 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F AIL 1120 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F AIL
1121 1121
1122 // This test has been failing since the FocusController::setFocused API was
1123 // added in WebKit.
1124 BUG16018 : LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL
1125
1122 // ---------------------------------------------------------------------------- 1126 // ----------------------------------------------------------------------------
1123 // NEW FOR THE MERGE 1127 // NEW FOR THE MERGE
1124 // 1128 //
1125 // These tests need to have their output inspected to make sure it's reasonable 1129 // These tests need to have their output inspected to make sure it's reasonable
1126 // and then baselined if necessary. 1130 // and then baselined if necessary.
1127 // ---------------------------------------------------------------------------- 1131 // ----------------------------------------------------------------------------
1128 1132
1129 // Accessibility is off in the browser, and accessibility is not a priority 1133 // Accessibility is off in the browser, and accessibility is not a priority
1130 // for the current release. 1134 // for the current release.
1131 BUG10322 : LayoutTests/accessibility = FAIL 1135 BUG10322 : LayoutTests/accessibility = FAIL
(...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after
2776 2780
2777 // WebKit 45381:45403 New tests 2781 // WebKit 45381:45403 New tests
2778 BUG15710 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = T IMEOUT 2782 BUG15710 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = T IMEOUT
2779 2783
2780 // Webkit 45403:45431 2784 // Webkit 45403:45431
2781 BUG15733 LINUX WIN : LayoutTests/compositing/repaint/content-into-overflow.html = FAIL 2785 BUG15733 LINUX WIN : LayoutTests/compositing/repaint/content-into-overflow.html = FAIL
2782 BUG15733 LINUX WIN : LayoutTests/compositing/repaint/overflow-into-content.html = FAIL 2786 BUG15733 LINUX WIN : LayoutTests/compositing/repaint/overflow-into-content.html = FAIL
2783 2787
2784 // WebKit 45431:45444 2788 // WebKit 45431:45444
2785 BUG15780 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut es.html = FAIL TIMEOUT 2789 BUG15780 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut es.html = FAIL TIMEOUT
2786 BUG15780 : LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL
2787 BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL 2790 BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL
2788 BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL 2791 BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL
2789 BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL 2792 BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL
2790 2793
2791 // WebKit 45460:45473 2794 // WebKit 45460:45473
2792 BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html = FAIL 2795 BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html = FAIL
2793 2796
2794 // WebKit 45473:45487 2797 // WebKit 45473:45487
2795 BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL 2798 BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL
2796 BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL 2799 BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2946 BUG15892 MAC : LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-patternT ransform-prop.html = TIMEOUT 2949 BUG15892 MAC : LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-patternT ransform-prop.html = TIMEOUT
2947 BUG15892 MAC : LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-patternU nits-prop.html = TIMEOUT 2950 BUG15892 MAC : LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-patternU nits-prop.html = TIMEOUT
2948 BUG15892 MAC : LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-g radientTransform-prop.html = TIMEOUT 2951 BUG15892 MAC : LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-g radientTransform-prop.html = TIMEOUT
2949 BUG15892 MAC : LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-g radientUnits-prop.html = TIMEOUT 2952 BUG15892 MAC : LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-g radientUnits-prop.html = TIMEOUT
2950 BUG15892 MAC : chrome/fast/dom/messageport-gc.html = TIMEOUT 2953 BUG15892 MAC : chrome/fast/dom/messageport-gc.html = TIMEOUT
2951 2954
2952 // WebKit 45495:45535 2955 // WebKit 45495:45535
2953 BUG15921 SKIP : LayoutTests/media/controls-strict.html = FAIL 2956 BUG15921 SKIP : LayoutTests/media/controls-strict.html = FAIL
2954 2957
2955 // Webkit 45535:45555 2958 // Webkit 45535:45555
2956 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL 2959 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698