| 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 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2816 | 2816 |
| 2817 // WebKit merge 45659:45664 | 2817 // WebKit merge 45659:45664 |
| 2818 BUG16355 WIN : LayoutTests/media/audio-delete-while-slider-thumb-clicked.html =
TIMEOUT | 2818 BUG16355 WIN : LayoutTests/media/audio-delete-while-slider-thumb-clicked.html =
TIMEOUT |
| 2819 BUG16355 WIN : LayoutTests/media/audio-delete-while-step-button-clicked.html = T
IMEOUT | 2819 BUG16355 WIN : LayoutTests/media/audio-delete-while-step-button-clicked.html = T
IMEOUT |
| 2820 BUG16355 LINUX : LayoutTests/fast/forms/slider-delete-while-dragging-thumb.html
= FAIL | 2820 BUG16355 LINUX : LayoutTests/fast/forms/slider-delete-while-dragging-thumb.html
= FAIL |
| 2821 | 2821 |
| 2822 // Tests that rely on cross-process MessagePorts | 2822 // Tests that rely on cross-process MessagePorts |
| 2823 BUG16410 : LayoutTests/fast/workers/worker-cloneport.html = FAIL CRASH | 2823 BUG16410 : LayoutTests/fast/workers/worker-cloneport.html = FAIL CRASH |
| 2824 BUG16410 : LayoutTests/fast/workers/worker-messageport-gc.html = FAIL CRASH | 2824 BUG16410 : LayoutTests/fast/workers/worker-messageport-gc.html = FAIL CRASH |
| 2825 BUG16410 : LayoutTests/fast/workers/worker-messageport.html = FAIL CRASH | 2825 BUG16410 : LayoutTests/fast/workers/worker-messageport.html = FAIL CRASH |
| 2826 |
| 2827 // WebKit merge 45685:45738 |
| 2828 BUG16241 : LayoutTests/fast/dom/anchor-toString.html = FAIL |
| 2829 BUG16410 : LayoutTests/http/tests/security/MessagePort/event-listener-context.ht
ml = FAIL |
| OLD | NEW |