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 2010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2021 // Changed in http://trac.webkit.org/changeset/42082 | 2021 // Changed in http://trac.webkit.org/changeset/42082 |
2022 // This is deferred because it involves a scenario (submitting a form to | 2022 // This is deferred because it involves a scenario (submitting a form to |
2023 // about:blank) that is unlikely to occur on real web pages. That only | 2023 // about:blank) that is unlikely to occur on real web pages. That only |
2024 // explains why this test sometimes times-out. | 2024 // explains why this test sometimes times-out. |
2025 BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.htm
l = TIMEOUT CRASH | 2025 BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.htm
l = TIMEOUT CRASH |
2026 BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIME
OUT CRASH | 2026 BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIME
OUT CRASH |
2027 | 2027 |
2028 // Merge WebKit: 42026:42115 new tests | 2028 // Merge WebKit: 42026:42115 new tests |
2029 BUG10475 WIN LINUX : LayoutTests/fast/block/positioning/negative-rel-position.ht
ml = FAIL | 2029 BUG10475 WIN LINUX : LayoutTests/fast/block/positioning/negative-rel-position.ht
ml = FAIL |
2030 // This test isn't just slow -- sometimes it times out indefinitely. | 2030 // This test isn't just slow -- sometimes it times out indefinitely. |
| 2031 BUG10475 : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.
html = TIMEOUT PASS |
2031 BUG10475 WIN LINUX : LayoutTests/fast/forms/range-thumb-height-percentage.html =
FAIL | 2032 BUG10475 WIN LINUX : LayoutTests/fast/forms/range-thumb-height-percentage.html =
FAIL |
2032 | 2033 |
2033 SKIP BUG9613 : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = PAS
S | 2034 SKIP BUG9613 : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = PAS
S |
2034 | 2035 |
2035 BUG10476 WIN LINUX : LayoutTests/editing/selection/5136696.html = FAIL PASS | 2036 BUG10476 WIN LINUX : LayoutTests/editing/selection/5136696.html = FAIL PASS |
2036 BUG10476 : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html
= FAIL PASS | 2037 BUG10476 : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html
= FAIL PASS |
2037 | 2038 |
2038 // Merge WebKit 42133:42199 regressions | 2039 // Merge WebKit 42133:42199 regressions |
2039 BUG10477 WIN LINUX : LayoutTests/fast/repaint/reflection-repaint-test.html = FAI
L | 2040 BUG10477 WIN LINUX : LayoutTests/fast/repaint/reflection-repaint-test.html = FAI
L |
2040 BUG10477 WIN LINUX : LayoutTests/fast/repaint/transform-layout-repaint.html = FA
IL | 2041 BUG10477 WIN LINUX : LayoutTests/fast/repaint/transform-layout-repaint.html = FA
IL |
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3057 | 3058 |
3058 BUG18569 MAC DEBUG : LayoutTests/fast/repaint/overflow-scroll-delete.html = PASS
CRASH | 3059 BUG18569 MAC DEBUG : LayoutTests/fast/repaint/overflow-scroll-delete.html = PASS
CRASH |
3059 | 3060 |
3060 // Flaky. Timing? | 3061 // Flaky. Timing? |
3061 BUG18584 : LayoutTests/animations/change-one-anim.html = FAIL PASS | 3062 BUG18584 : LayoutTests/animations/change-one-anim.html = FAIL PASS |
3062 BUG18584 WIN : LayoutTests/animations/play-state.html = FAIL PASS | 3063 BUG18584 WIN : LayoutTests/animations/play-state.html = FAIL PASS |
3063 BUG18584 : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS | 3064 BUG18584 : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS |
3064 | 3065 |
3065 // Baseline is out-of-date | 3066 // Baseline is out-of-date |
3066 BUG18610 WIN LINUX : LayoutTests/security/block-test.html = FAIL | 3067 BUG18610 WIN LINUX : LayoutTests/security/block-test.html = FAIL |
OLD | NEW |