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 |
| 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 |
| 10 // mode on window with a JS stack overflow exception. |
| 11 // |
| 12 // http://code.google.com/p/v8/issues/detail?id=277 |
| 13 BUG10457 RELEASE LINUX : fast/js/large-expressions.html = FAIL PASS |
OLD | NEW |