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 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2330 BUG10480 LINUX DEBUG : LayoutTests/editing/selection/move-by-line-001.html = PAS
S FAIL | 2330 BUG10480 LINUX DEBUG : LayoutTests/editing/selection/move-by-line-001.html = PAS
S FAIL |
2331 | 2331 |
2332 // Flakey crashes in js tests. Cause unknown. | 2332 // Flakey crashes in js tests. Cause unknown. |
2333 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS | 2333 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS |
2334 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P
ASS | 2334 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P
ASS |
2335 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS
H PASS | 2335 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS
H PASS |
2336 | 2336 |
2337 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL
PASS | 2337 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL
PASS |
2338 | 2338 |
2339 // WebKit 48001:48020 | 2339 // WebKit 48001:48020 |
2340 // New Webkit test: http://trac.webkit.org/changeset/48011 | |
2341 // maxLength does not work for IME input in this test. | |
2342 BUG20993 : LayoutTests/fast/forms/input-maxlength-ime-completed.html = FAIL | |
2343 // Need to implement clearAllDatabases in layoutTestController. | 2340 // Need to implement clearAllDatabases in layoutTestController. |
2344 BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL | 2341 BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL |
2345 | 2342 |
2346 // WebKit 48020:48030 | 2343 // WebKit 48020:48030 |
2347 BUG21033 : LayoutTests/fast/events/message-port-multi.html = TIMEOUT | 2344 BUG21033 : LayoutTests/fast/events/message-port-multi.html = TIMEOUT |
2348 BUG21033 : LayoutTests/fast/dom/Window/window-postmessage-args.html = FAIL | 2345 BUG21033 : LayoutTests/fast/dom/Window/window-postmessage-args.html = FAIL |
2349 BUG21033 WIN LINUX : LayoutTests/fast/events/init-events.html = FAIL | 2346 BUG21033 WIN LINUX : LayoutTests/fast/events/init-events.html = FAIL |
OLD | NEW |