OLD | NEW |
1 // This file consist of lines with specifications of what | 1 // This file consist 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 2299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2310 MAC : LayoutTests/svg/hixie/perf/001.xml = FAIL | 2310 MAC : LayoutTests/svg/hixie/perf/001.xml = FAIL |
2311 MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL | 2311 MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL |
2312 | 2312 |
2313 // Broken by r13217. | 2313 // Broken by r13217. |
2314 LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL | 2314 LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL |
2315 | 2315 |
2316 BUG9798 : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS | 2316 BUG9798 : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS |
2317 BUG9798 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS | 2317 BUG9798 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS |
2318 BUG9798 LINUX : LayoutTests/svg/batik/filters/filterRegions.svg = FAIL PASS | 2318 BUG9798 LINUX : LayoutTests/svg/batik/filters/filterRegions.svg = FAIL PASS |
2319 BUG9798 LINUX : LayoutTests/fonts/cursive.html = FAIL PASS | 2319 BUG9798 LINUX : LayoutTests/fonts/cursive.html = FAIL PASS |
| 2320 BUG9798 LINUX : LayoutTests/http/tests/misc/image-blocked-src-change.html = FAIL
PASS |
| 2321 BUG9798 LINUX : LayoutTests/scrollbars/basic-scrollbar.html = FAIL PASS |
2320 BUG9798 WIN : LayoutTests/http/tests/misc/image-blocked-src-change.html = FAIL P
ASS | 2322 BUG9798 WIN : LayoutTests/http/tests/misc/image-blocked-src-change.html = FAIL P
ASS |
2321 BUG9798 WIN : LayoutTests/http/tests/uri/escaped-entity.html = TIMEOUT PASS | 2323 BUG9798 WIN : LayoutTests/http/tests/uri/escaped-entity.html = TIMEOUT PASS |
2322 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p
reflight-cache-timeout.html = TIMEOUT PASS | 2324 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p
reflight-cache-timeout.html = TIMEOUT PASS |
2323 BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin.html =
FAIL PASS | 2325 BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin.html =
FAIL PASS |
2324 BUG9798 MAC : LayoutTests/svg/hixie/processing-model/003.xml = TIMEOUT PASS | 2326 BUG9798 MAC : LayoutTests/svg/hixie/processing-model/003.xml = TIMEOUT PASS |
| 2327 BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync.h
tml = FAIL PASS |
2325 | 2328 |
2326 BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS | 2329 BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS |
2327 BUG9797 WIN DEBUG : LayoutTests/animations/change-keyframes.html = FAIL PASS | 2330 BUG9797 WIN DEBUG : LayoutTests/animations/change-keyframes.html = FAIL PASS |
2328 BUG9797 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-first-tim
e.html = CRASH PASS | 2331 BUG9797 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-first-tim
e.html = CRASH PASS |
| 2332 BUG9797 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/state-after-network-er
ror.html = CRASH PASS |
| 2333 BUG9797 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-
types.html = CRASH PASS |
2329 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/tabgroup.svg = CRASH PASS | 2334 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/tabgroup.svg = CRASH PASS |
2330 | 2335 |
2331 | 2336 |
OLD | NEW |