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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 // and it should replace the first "?" substring. This makes absolutely no | 466 // and it should replace the first "?" substring. This makes absolutely no |
467 // sense. | 467 // sense. |
468 BUG1089231 : LayoutTests/fast/events/stopPropagation-submit.html = FAIL | 468 BUG1089231 : LayoutTests/fast/events/stopPropagation-submit.html = FAIL |
469 | 469 |
470 // ----------------------------------------------------------------- | 470 // ----------------------------------------------------------------- |
471 // Workers | 471 // Workers |
472 // ----------------------------------------------------------------- | 472 // ----------------------------------------------------------------- |
473 | 473 |
474 BUG10271 SKIP MAC LINUX : LayoutTests/fast/workers = TIMEOUT FAIL | 474 BUG10271 SKIP MAC LINUX : LayoutTests/fast/workers = TIMEOUT FAIL |
475 BUG10271 SKIP : LayoutTests/fast/workers/stress-js-execution.html = TIMEOUT FAIL | 475 BUG10271 SKIP : LayoutTests/fast/workers/stress-js-execution.html = TIMEOUT FAIL |
476 BUG10271 SKIP : LayoutTests/fast/workers/worker-timeout.html = TIMEOUT FAIL | |
477 BUG10271 SKIP : LayoutTests/http/tests/workers = TIMEOUT FAIL | 476 BUG10271 SKIP : LayoutTests/http/tests/workers = TIMEOUT FAIL |
478 BUG10271 SKIP : LayoutTests/http/tests/xmlhttprequest/workers = TIMEOUT FAIL | 477 BUG10271 SKIP : LayoutTests/http/tests/xmlhttprequest/workers = TIMEOUT FAIL |
479 BUG10271 MAC LINUX : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH FA
IL | 478 BUG10271 MAC LINUX : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH FA
IL |
480 | 479 |
481 // This is expected to fail after we remove the uses of v8::Locker when we | 480 // This is expected to fail after we remove the uses of v8::Locker when we |
482 // switch to process-per-worker model. Re-enable this when we fully support | 481 // switch to process-per-worker model. Re-enable this when we fully support |
483 // worker thread. | 482 // worker thread. |
484 BUG12428 SKIP : LayoutTests/fast/workers/worker-terminate.html = CRASH FAIL | 483 BUG12428 SKIP : LayoutTests/fast/workers/worker-terminate.html = CRASH FAIL |
485 | 484 |
486 // ----------------------------------------------------------------- | 485 // ----------------------------------------------------------------- |
(...skipping 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2698 | 2697 |
2699 // WebKit 44252:44286 | 2698 // WebKit 44252:44286 |
2700 BUG13105 REBASELINE : LayoutTests/fast/backgrounds/body-generated-image-propagat
ed-to-root.html = FAIL | 2699 BUG13105 REBASELINE : LayoutTests/fast/backgrounds/body-generated-image-propagat
ed-to-root.html = FAIL |
2701 | 2700 |
2702 // WebKit 44286:44342 | 2701 // WebKit 44286:44342 |
2703 // This test crashes the next layout tests, so skip until resolved. | 2702 // This test crashes the next layout tests, so skip until resolved. |
2704 BUG13176 SKIP : LayoutTests/fast/workers/worker-close.html = FAIL | 2703 BUG13176 SKIP : LayoutTests/fast/workers/worker-close.html = FAIL |
2705 BUG13174 WIN REBASELINE : LayoutTests/transitions/shorthand-border-transitions.h
tml = FAIL | 2704 BUG13174 WIN REBASELINE : LayoutTests/transitions/shorthand-border-transitions.h
tml = FAIL |
2706 BUG13174 LINUX REBASELINE : LayoutTests/fast/dynamic/anchor-lock.html = FAIL | 2705 BUG13174 LINUX REBASELINE : LayoutTests/fast/dynamic/anchor-lock.html = FAIL |
2707 BUG13174 LINUX REBASELINE : LayoutTests/fast/transforms/bounding-rect-zoom.html
= FAIL | 2706 BUG13174 LINUX REBASELINE : LayoutTests/fast/transforms/bounding-rect-zoom.html
= FAIL |
OLD | NEW |