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 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2018 | 2018 |
2019 // The text extends outside the selection on linux (was happening before the | 2019 // The text extends outside the selection on linux (was happening before the |
2020 // merge). | 2020 // merge). |
2021 BUG10446 LINUX : LayoutTests/editing/execCommand/selectAll.html = FAIL | 2021 BUG10446 LINUX : LayoutTests/editing/execCommand/selectAll.html = FAIL |
2022 | 2022 |
2023 // Regressions from merge 41559:41588, probably just needs rebaselining. | 2023 // Regressions from merge 41559:41588, probably just needs rebaselining. |
2024 BUG10675 MAC : chrome/fast/forms/basic-textareas-quirks.html = FAIL | 2024 BUG10675 MAC : chrome/fast/forms/basic-textareas-quirks.html = FAIL |
2025 BUG10675 MAC : chrome/fast/forms/basic-textareas.html = FAIL | 2025 BUG10675 MAC : chrome/fast/forms/basic-textareas.html = FAIL |
2026 | 2026 |
2027 // Needs rebaseline. | 2027 // Needs rebaseline. |
2028 BUG10447 MAC LINUX : LayoutTests/fast/forms/linebox-overflow-in-textarea-padding
.html = FAIL | 2028 BUG10447 MAC : LayoutTests/fast/forms/linebox-overflow-in-textarea-padding.html
= FAIL |
2029 | 2029 |
2030 // Started failing 3/12/09. Unclear which CL caused it though. | 2030 // Started failing 3/12/09. Unclear which CL caused it though. |
2031 BUG10448 MAC : LayoutTests/fast/overflow/image-selection-highlight.html = FAIL | 2031 BUG10448 MAC : LayoutTests/fast/overflow/image-selection-highlight.html = FAIL |
2032 | 2032 |
2033 // Started failing after merge 41559:41588 | 2033 // Started failing after merge 41559:41588 |
2034 BUG10449 MAC : LayoutTests/fast/dom/HTMLElement/innerHTML-selection-crash.html =
CRASH PASS | 2034 BUG10449 MAC : LayoutTests/fast/dom/HTMLElement/innerHTML-selection-crash.html =
CRASH PASS |
2035 | 2035 |
2036 // Newly added tests with merge 41588:41613. | 2036 // Newly added tests with merge 41588:41613. |
2037 // They pass on windows given a new baseline and likely only need to be given | 2037 // They pass on windows given a new baseline and likely only need to be given |
2038 // platform specific baselines for Linux and Mac. | 2038 // platform specific baselines for Linux and Mac. |
(...skipping 28 matching lines...) Expand all Loading... |
2067 BUG9163 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttpreque
st-missing-file-exception.html = FAIL | 2067 BUG9163 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttpreque
st-missing-file-exception.html = FAIL |
2068 // Unknown what change caused these to fail. | 2068 // Unknown what change caused these to fail. |
2069 | 2069 |
2070 // Merge 41709:41733 | 2070 // Merge 41709:41733 |
2071 // Expectations changed upstream. | 2071 // Expectations changed upstream. |
2072 BUG10453 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16be.html = CRASH TIM
EOUT PASS | 2072 BUG10453 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16be.html = CRASH TIM
EOUT PASS |
2073 | 2073 |
2074 // Tests that fail in debug mode on linux | 2074 // Tests that fail in debug mode on linux |
2075 BUG10454 DEBUG LINUX : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH | 2075 BUG10454 DEBUG LINUX : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH |
2076 | 2076 |
2077 // Need rebaseline | |
2078 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/002-xhtml.xhtml = FA
IL | |
2079 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/002.html = FAIL | |
2080 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/003-declarative.xhtm
l = FAIL | |
2081 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/003-xhtml.xhtml = FA
IL | |
2082 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/003.html = FAIL | |
2083 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/004-declarative.xhtm
l = FAIL | |
2084 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml = FA
IL | |
2085 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/004.html = FAIL | |
2086 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/007-declarative.xhtm
l = FAIL | |
2087 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/007-xhtml.xhtml = FA
IL | |
2088 BUG10455 LINUX : LayoutTests/fast/body-propagation/overflow/007.html = FAIL | |
2089 BUG10455 LINUX : LayoutTests/fast/forms/input-readonly-autoscroll.html = FAIL | |
2090 BUG10455 LINUX : LayoutTests/fast/overflow/003.xml = FAIL | |
2091 BUG10455 LINUX : LayoutTests/fast/overflow/007.html = FAIL | |
2092 BUG10455 LINUX : LayoutTests/fast/repaint/selection-gap-overflow-scroll.html = F
AIL | |
2093 BUG10677 LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL | |
2094 BUG10677 LINUX : chrome/fast/forms/basic-textareas.html = FAIL | |
2095 | |
2096 BUG10456 LINUX : LayoutTests/fast/canvas/zero-size-fill-rect.html = CRASH PASS | 2077 BUG10456 LINUX : LayoutTests/fast/canvas/zero-size-fill-rect.html = CRASH PASS |
2097 | 2078 |
2098 // This test hits a stack-overflow exception earlier in debug mode than in | 2079 // This test hits a stack-overflow exception earlier in debug mode than in |
2099 // release mode on Windows. | 2080 // release mode on Windows. |
2100 // | 2081 // |
2101 // Hits the stack overflow earlier than before the new compiler in both | 2082 // Hits the stack overflow earlier than before the new compiler in both |
2102 // release and debug mode on Linux and Mac. | 2083 // release and debug mode on Linux and Mac. |
2103 // | 2084 // |
2104 // http://code.google.com/p/v8/issues/detail?id=277 | 2085 // http://code.google.com/p/v8/issues/detail?id=277 |
2105 BUG10457 MAC LINUX : LayoutTests/fast/js/large-expressions.html = FAIL | 2086 BUG10457 MAC LINUX : LayoutTests/fast/js/large-expressions.html = FAIL |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2572 BUG11012 MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FA
IL | 2553 BUG11012 MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FA
IL |
2573 // Was marked as SLOW, now TIMEOUT. | 2554 // Was marked as SLOW, now TIMEOUT. |
2574 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT | 2555 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT |
2575 | 2556 |
2576 // Temporarily disable worker tests that fail after | 2557 // Temporarily disable worker tests that fail after |
2577 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 | 2558 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 |
2578 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S | 2559 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S |
2579 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS | 2560 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS |
2580 // The following failure was filed in BUG9798, used to be FAIL and PASS. | 2561 // The following failure was filed in BUG9798, used to be FAIL and PASS. |
2581 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S | 2562 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S |
OLD | NEW |