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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
441 | 441 |
442 // wap css tests were added in http://trac.webkit.org/changeset/43887 and are | 442 // wap css tests were added in http://trac.webkit.org/changeset/43887 and are |
443 // skipped on all platforms upstream. | 443 // skipped on all platforms upstream. |
444 // We are not planning to support these. | 444 // We are not planning to support these. |
445 BUG12310 WONTFIX SKIP : LayoutTests/fast/wcss = FAIL | 445 BUG12310 WONTFIX SKIP : LayoutTests/fast/wcss = FAIL |
446 | 446 |
447 // This test requires LayoutTestController.setCacheModel, which we don't impleme nt | 447 // This test requires LayoutTestController.setCacheModel, which we don't impleme nt |
448 // because we can't emulate the cahcing behaviors it expects. | 448 // because we can't emulate the cahcing behaviors it expects. |
449 WONTFIX : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL | 449 WONTFIX : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL |
450 | 450 |
451 // Touch events are not supported. | |
452 WONTFIX SKIP : LayoutTests/fast/events/touch-coords-in-zoom-and-scroll.html = FA IL TIMEOUT | |
453 WONTFIX SKIP : LayoutTests/fast/events/basic-touch-events.html = FAIL | |
454 | |
451 // ----------------------------------------------------------------- | 455 // ----------------------------------------------------------------- |
452 // CHROME REWRITTEN TESTS | 456 // CHROME REWRITTEN TESTS |
453 // ----------------------------------------------------------------- | 457 // ----------------------------------------------------------------- |
454 | 458 |
455 // These tests have been rewritten, with the original being ignored, | 459 // These tests have been rewritten, with the original being ignored, |
456 // because they rely on being able to shadow the 'top' variable on the | 460 // because they rely on being able to shadow the 'top' variable on the |
457 // global object. For security we disallow shadowing of top. | 461 // global object. For security we disallow shadowing of top. |
458 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL | 462 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL |
459 | 463 |
460 // We're taking a different approach on this test than Webkit does, related to | 464 // We're taking a different approach on this test than Webkit does, related to |
(...skipping 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3009 | 3013 |
3010 // Broke with http://trac.webkit.org/changeset/51939 | 3014 // Broke with http://trac.webkit.org/changeset/51939 |
3011 BUG30049 : LayoutTests/platform/win/editing/selection/doubleclick-should-not-exp and-across-lines.html = TEXT MISSING | 3015 BUG30049 : LayoutTests/platform/win/editing/selection/doubleclick-should-not-exp and-across-lines.html = TEXT MISSING |
3012 | 3016 |
3013 // Flaky crash. | 3017 // Flaky crash. |
3014 BUG30174 : LayoutTests/media/video-source-type.html = CRASH PASS | 3018 BUG30174 : LayoutTests/media/video-source-type.html = CRASH PASS |
3015 | 3019 |
3016 // Flaky. | 3020 // Flaky. |
3017 BUG30180 : LayoutTests/fast/text/international/hindi-whitespace.html = IMAGE PAS S | 3021 BUG30180 : LayoutTests/fast/text/international/hindi-whitespace.html = IMAGE PAS S |
3018 | 3022 |
3019 // New test with http://trac.webkit.org/changeset/51982 | |
3020 LayoutTests/fast/events/basic-touch-events.html = TEXT | |
3021 | |
3022 // evan's fix rolled out in http://trac.webkit.org/changeset/52071 due to compat issues. | 3023 // evan's fix rolled out in http://trac.webkit.org/changeset/52071 due to compat issues. |
3023 BUG30343 LINUX : LayoutTests/fast/css/large-number-round-trip.html = TEXT | 3024 BUG30343 LINUX : LayoutTests/fast/css/large-number-round-trip.html = TEXT |
3024 | 3025 |
3025 // These tests got very flaky (failing 8/10 runs!) after | 3026 // These tests got very flaky (failing 8/10 runs!) after |
3026 // http://src.chromium.org/viewvc/chrome?view=rev&revision=34610 | 3027 // http://src.chromium.org/viewvc/chrome?view=rev&revision=34610 |
3027 // The only relevant change there is that we now sort tests purely | 3028 // The only relevant change there is that we now sort tests purely |
3028 // lexicographically instead of putting the http tests first. This is a good | 3029 // lexicographically instead of putting the http tests first. This is a good |
3029 // thing because it matches upstream. The regressions are likely due to timing | 3030 // thing because it matches upstream. The regressions are likely due to timing |
3030 // issues because the http tests moved from one debug shard to another. | 3031 // issues because the http tests moved from one debug shard to another. |
3031 // Likely, moving Windows to using Apache2 will fix this as the Linux/Mac builds | 3032 // Likely, moving Windows to using Apache2 will fix this as the Linux/Mac builds |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3132 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+ TEXT CRASH | 3133 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+ TEXT CRASH |
3133 | 3134 |
3134 // WebKit roll 52852 -> 52867 | 3135 // WebKit roll 52852 -> 52867 |
3135 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT | 3136 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT |
3136 | 3137 |
3137 // Flaky crash | 3138 // Flaky crash |
3138 BUG31794 WIN MAC : LayoutTests/storage/domstorage/localstorage/enumerate-storage .html = CRASH PASS | 3139 BUG31794 WIN MAC : LayoutTests/storage/domstorage/localstorage/enumerate-storage .html = CRASH PASS |
3139 | 3140 |
3140 // Flaky | 3141 // Flaky |
3141 BUG31803 LINUX : LayoutTests/editing/inserting/12882.html = IMAGE PASS | 3142 BUG31803 LINUX : LayoutTests/editing/inserting/12882.html = IMAGE PASS |
3143 | |
3144 | |
3145 | |
Andrew T Wilson (Slow)
2010/01/11 19:06:45
nit: white space at end of file.
| |
OLD | NEW |