| 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 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1673 // They pass on windows given a new baseline and likely only need to be given | 1673 // They pass on windows given a new baseline and likely only need to be given |
| 1674 // platform specific baselines for Linux and Mac. | 1674 // platform specific baselines for Linux and Mac. |
| 1675 BUG10450 LINUX : LayoutTests/fast/css/percent-top-value-with-relative-position.h
tml = FAIL | 1675 BUG10450 LINUX : LayoutTests/fast/css/percent-top-value-with-relative-position.h
tml = FAIL |
| 1676 | 1676 |
| 1677 // Newly added test from 41613:41660 -- relies on ScriptCallStack::state() -- dg
lazkov should fix. | 1677 // Newly added test from 41613:41660 -- relies on ScriptCallStack::state() -- dg
lazkov should fix. |
| 1678 BUG9156 MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAI
L | 1678 BUG9156 MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAI
L |
| 1679 | 1679 |
| 1680 // New failures from 41660:41709 | 1680 // New failures from 41660:41709 |
| 1681 // Newly added tests. | 1681 // Newly added tests. |
| 1682 BUG9161 MAC LINUX WIN : LayoutTests/fast/forms/basic-textareas.html = FAIL | 1682 BUG9161 MAC LINUX WIN : LayoutTests/fast/forms/basic-textareas.html = FAIL |
| 1683 BUG20894 : LayoutTests/http/tests/xmlhttprequest/access-control-basic-whitelist-
request-headers.html = FAIL | |
| 1684 | 1683 |
| 1685 // Tests that fail in debug mode on linux | 1684 // Tests that fail in debug mode on linux |
| 1686 BUG10454 DEBUG LINUX : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH | 1685 BUG10454 DEBUG LINUX : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH |
| 1687 | 1686 |
| 1688 // This test hits a stack-overflow exception earlier in debug mode than in | 1687 // This test hits a stack-overflow exception earlier in debug mode than in |
| 1689 // release mode on Windows. | 1688 // release mode on Windows. |
| 1690 // | 1689 // |
| 1691 // Hits the stack overflow earlier than before the new compiler in both | 1690 // Hits the stack overflow earlier than before the new compiler in both |
| 1692 // release and debug mode on Linux and Mac. | 1691 // release and debug mode on Linux and Mac. |
| 1693 // | 1692 // |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2333 // WK roll 48423:48468 (dglazkov for ukai) | 2332 // WK roll 48423:48468 (dglazkov for ukai) |
| 2334 BUG_DGLAZKOV : LayoutTests/fast/css/font-smoothing.html = FAIL | 2333 BUG_DGLAZKOV : LayoutTests/fast/css/font-smoothing.html = FAIL |
| 2335 BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/css/getComputedStyle/computed-style-wi
thout-renderer.html = FAIL | 2334 BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/css/getComputedStyle/computed-style-wi
thout-renderer.html = FAIL |
| 2336 BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/css/getComputedStyle/computed-style.ht
ml = FAIL | 2335 BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/css/getComputedStyle/computed-style.ht
ml = FAIL |
| 2337 BUG_DGLAZKOV LINUX WIN : LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL | 2336 BUG_DGLAZKOV LINUX WIN : LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL |
| 2338 BUG_DGLAZKOV : LayoutTests/fast/dom/doctype-event-listener-crash.html = CRASH | 2337 BUG_DGLAZKOV : LayoutTests/fast/dom/doctype-event-listener-crash.html = CRASH |
| 2339 | 2338 |
| 2340 // 48468:48483 (avi for dglazkov for ukai) | 2339 // 48468:48483 (avi for dglazkov for ukai) |
| 2341 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-funct
ion.html = FAIL | 2340 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-funct
ion.html = FAIL |
| 2342 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-strin
g.html = FAIL | 2341 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-strin
g.html = FAIL |
| OLD | NEW |