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. | 451 // Touch events are not supported. |
452 WONTFIX SKIP : LayoutTests/fast/events/touch-coords-in-zoom-and-scroll.html = FA
IL TIMEOUT | 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 | 453 WONTFIX SKIP : LayoutTests/fast/events/basic-touch-events.html = FAIL |
454 | 454 |
455 // ----------------------------------------------------------------- | 455 // ----------------------------------------------------------------- |
456 // CHROME REWRITTEN TESTS | 456 // CHROME REWRITTEN TESTS |
457 // ----------------------------------------------------------------- | 457 // ----------------------------------------------------------------- |
458 | 458 |
459 // These tests have been rewritten, with the original being ignored, | 459 // These tests have been rewritten, with the original being ignored, |
460 // 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 |
461 // global object. For security we disallow shadowing of top. | 461 // global object. For security we disallow shadowing of top. |
(...skipping 2673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3135 // WebKit roll 52852 -> 52867 | 3135 // WebKit roll 52852 -> 52867 |
3136 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT | 3136 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT |
3137 | 3137 |
3138 // Flaky crash | 3138 // Flaky crash |
3139 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 |
3140 | 3140 |
3141 // Flaky | 3141 // Flaky |
3142 BUG31803 LINUX : LayoutTests/editing/inserting/12882.html = IMAGE PASS | 3142 BUG31803 LINUX : LayoutTests/editing/inserting/12882.html = IMAGE PASS |
3143 | 3143 |
3144 | 3144 |
3145 | 3145 // from http://trac.webkit.org/changeset/53078 |
| 3146 BUG_JOHNNYG LINUX : LayoutTests/fast/text/find-kana.html = CRASH |
OLD | NEW |