| OLD | NEW |
| 1 // This file should almost always be empty. Normally Chromium test expectations | 1 // This file should almost always be empty. Normally Chromium test expectations |
| 2 // are found in | 2 // are found in |
| 3 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt | 3 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt |
| 4 // | 4 // |
| 5 // Only add expectations here to temporarily suppress messages on the bots | 5 // Only add expectations here to temporarily suppress messages on the bots |
| 6 // until the changes can be landed upstream. | 6 // until the changes can be landed upstream. |
| 7 | 7 |
| 8 // We are occasionally hitting a JS stack overflow exception on Linux in | 8 // We are occasionally hitting a JS stack overflow exception on Linux in |
| 9 // release mode. This test already fails on Mac and in debug | 9 // release mode. This test already fails on Mac and in debug |
| 10 // mode on Windows with a JS stack overflow exception. | 10 // mode on Windows with a JS stack overflow exception. |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-insert-text1.html = CRASH | 60 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-insert-text1.html = CRASH |
| 61 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-insert-text2.html = CRASH | 61 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-insert-text2.html = CRASH |
| 62 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-insert-text3.html = CRASH | 62 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-insert-text3.html = CRASH |
| 63 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt-block-1.html = CRASH | 63 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt-block-1.html = CRASH |
| 64 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt-block-2.html = CRASH | 64 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt-block-2.html = CRASH |
| 65 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt-block-3.html = CRASH | 65 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt-block-3.html = CRASH |
| 66 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt1.html = CRASH | 66 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt1.html = CRASH |
| 67 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt2.html = CRASH | 67 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt2.html = CRASH |
| 68 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-text1.html = CRASH | 68 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-text1.html = CRASH |
| 69 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-text2.html = CRASH | 69 BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-text2.html = CRASH |
| 70 |
| 71 // Failing with webkit roll 57659 -> 57677. |
| 72 BUGAJWONG LINUX DEBUG : fast/canvas/toDataURL-noData.html = CRASH |
| OLD | NEW |