| 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 3066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3077 | 3077 |
| 3078 // Another crash of unknown origin | 3078 // Another crash of unknown origin |
| 3079 // First crash at http://src.chromium.org/viewvc/chrome?view=rev&revision=34558,
which doesn't make much sense. | 3079 // First crash at http://src.chromium.org/viewvc/chrome?view=rev&revision=34558,
which doesn't make much sense. |
| 3080 BUG_DGLAZKOV WIN : LayoutTests/svg/webarchive/svg-script-subresouces.svg = FAIL
CRASH | 3080 BUG_DGLAZKOV WIN : LayoutTests/svg/webarchive/svg-script-subresouces.svg = FAIL
CRASH |
| 3081 | 3081 |
| 3082 // Flaky ASSERTION FAILED: currentThread() == m_openingThread | 3082 // Flaky ASSERTION FAILED: currentThread() == m_openingThread |
| 3083 // This test is flaky since this file is added. | 3083 // This test is flaky since this file is added. |
| 3084 BUG30543 : LayoutTests/storage/domstorage/localstorage/enumerate-with-length-and
-key.html = CRASH PASS | 3084 BUG30543 : LayoutTests/storage/domstorage/localstorage/enumerate-with-length-and
-key.html = CRASH PASS |
| 3085 | 3085 |
| 3086 // Flaky. | 3086 // Flaky. |
| 3087 BUG30593 LINUX MAC : LayoutTests/websocket/tests/url-with-credential.html = TEXT
PASS | |
| 3088 BUG9798 WIN LINUX : LayoutTests/fast/loader/javascript-url-encoding-2.html = TIM
EOUT PASS | 3087 BUG9798 WIN LINUX : LayoutTests/fast/loader/javascript-url-encoding-2.html = TIM
EOUT PASS |
| 3089 BUG9798 RELEASE : LayoutTests/fast/loading/subframe-removes-itself.html = TEXT P
ASS | 3088 BUG9798 RELEASE : LayoutTests/fast/loading/subframe-removes-itself.html = TEXT P
ASS |
| 3090 BUG9798 LINUX MAC : LayoutTests/fast/loader/invalid-charset-on-script-crashes-lo
ader.html = TIMEOUT PASS | 3089 BUG9798 LINUX MAC : LayoutTests/fast/loader/invalid-charset-on-script-crashes-lo
ader.html = TIMEOUT PASS |
| 3091 BUG9798 MAC RELEASE : LayoutTests/fast/borders/block-mask-overlay-image.html = T
EXT PASS | 3090 BUG9798 MAC RELEASE : LayoutTests/fast/borders/block-mask-overlay-image.html = T
EXT PASS |
| 3092 | 3091 |
| 3093 // Webkit roll 52198->52205 | 3092 // Webkit roll 52198->52205 |
| 3094 // Newly added test in r52202 | 3093 // Newly added test in r52202 |
| 3095 BUG29737 : LayoutTests/svg/filters/filter-source-position.svg = IMAGE+TEXT | 3094 BUG29737 : LayoutTests/svg/filters/filter-source-position.svg = IMAGE+TEXT |
| 3096 | 3095 |
| 3097 // Flaky since SVG filters turned on | 3096 // Flaky since SVG filters turned on |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3137 BUG31146 WIN : LayoutTests/inspector/console-clear.html = TEXT | 3136 BUG31146 WIN : LayoutTests/inspector/console-clear.html = TEXT |
| 3138 | 3137 |
| 3139 // Began failing in the 52554->52633 merge. (Debug has been slow for at least | 3138 // Began failing in the 52554->52633 merge. (Debug has been slow for at least |
| 3140 // 700 runs as of that merge.) | 3139 // 700 runs as of that merge.) |
| 3141 BUG31257 WIN RELEASE : LayoutTests/inspector/console-dirxml.html = TEXT | 3140 BUG31257 WIN RELEASE : LayoutTests/inspector/console-dirxml.html = TEXT |
| 3142 BUG31257 WIN DEBUG SLOW: LayoutTests/inspector/console-dirxml.html = TEXT | 3141 BUG31257 WIN DEBUG SLOW: LayoutTests/inspector/console-dirxml.html = TEXT |
| 3143 | 3142 |
| 3144 // WebKit roll 52633 -> 52667 | 3143 // WebKit roll 52633 -> 52667 |
| 3145 BUG_AJWONG WIN : LayoutTests/svg/batik/text/textFeatures.svg = TEXT | 3144 BUG_AJWONG WIN : LayoutTests/svg/batik/text/textFeatures.svg = TEXT |
| 3146 BUG_AJWONG WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE | 3145 BUG_AJWONG WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE |
| OLD | NEW |