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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 // Checks for very kjs-specific garbage collector | 247 // Checks for very kjs-specific garbage collector |
248 // behavior. Gc-9 is completely braindamaged; it tests that certain | 248 // behavior. Gc-9 is completely braindamaged; it tests that certain |
249 // properties are reset by the garbage collector. It looks to pass recently. | 249 // properties are reset by the garbage collector. It looks to pass recently. |
250 WONTFIX : LayoutTests/fast/dom/gc-9.html = PASS FAIL | 250 WONTFIX : LayoutTests/fast/dom/gc-9.html = PASS FAIL |
251 | 251 |
252 // This test checks that ((new Error()).message is undefined, which is | 252 // This test checks that ((new Error()).message is undefined, which is |
253 // a direct contradiction of the javascript spec 15.11.4.3 which | 253 // a direct contradiction of the javascript spec 15.11.4.3 which |
254 // says that it must be a string. | 254 // says that it must be a string. |
255 WONTFIX : LayoutTests/fast/js/kde/evil-n.html = FAIL | 255 WONTFIX : LayoutTests/fast/js/kde/evil-n.html = FAIL |
256 | 256 |
| 257 // This test checks that properties of arguments arrays are non-enumerable |
| 258 // which is incorrect according to the ES5 spec. |
| 259 WONTFIX : LayoutTests/fast/js/kde/function.html = FAIL |
| 260 |
257 // This test is broken. The regular expression used contains an error | 261 // This test is broken. The regular expression used contains an error |
258 // which kjs swallows and returns false, which is the expected result, | 262 // which kjs swallows and returns false, which is the expected result, |
259 // but for which we issue a syntax error. | 263 // but for which we issue a syntax error. |
260 WONTFIX : LayoutTests/fast/js/code-serialize-paren.html = FAIL | 264 WONTFIX : LayoutTests/fast/js/code-serialize-paren.html = FAIL |
261 | 265 |
262 // These tests check for a kjs-specific extension, that source file | 266 // These tests check for a kjs-specific extension, that source file |
263 // name and line numbers are available as properties on exception | 267 // name and line numbers are available as properties on exception |
264 // objects. We handle error positions differently. | 268 // objects. We handle error positions differently. |
265 WONTFIX : LayoutTests/fast/js/exception-linenums-in-html-1.html = FAIL | 269 WONTFIX : LayoutTests/fast/js/exception-linenums-in-html-1.html = FAIL |
266 WONTFIX : LayoutTests/fast/js/exception-linenums-in-html-2.html = FAIL | 270 WONTFIX : LayoutTests/fast/js/exception-linenums-in-html-2.html = FAIL |
(...skipping 2055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2322 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL | 2326 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL |
2323 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 2327 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
2324 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL | 2328 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL |
2325 | 2329 |
2326 // WK roll 48388:48399 (brettw) | 2330 // WK roll 48388:48399 (brettw) |
2327 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL | 2331 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL |
2328 BUG21919 WIN LINUX : LayoutTests/transforms/2d/hindi-rotated.html = FAIL | 2332 BUG21919 WIN LINUX : LayoutTests/transforms/2d/hindi-rotated.html = FAIL |
2329 | 2333 |
2330 // Flaky. The width of containing RenderBlocks sometimes becomes larger | 2334 // Flaky. The width of containing RenderBlocks sometimes becomes larger |
2331 BUG21958 MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS | 2335 BUG21958 MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS |
OLD | NEW |