Chromium Code Reviews| Index: webkit/tools/layout_tests/test_lists/tests_fixable.txt |
| diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt |
| index bb3a07d8faaae4ee5799ea67f023efd38a3f235a..d46443452b73a9f550421e3260dc835d9bdbc10f 100644 |
| --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt |
| +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt |
| @@ -545,10 +545,15 @@ SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL |
| // V8 failures as a result of the WebKit merge. |
| // http://code.google.com/p/v8/issues/detail?id=92 |
| + |
| +// Failing because looking up a method on an object fails when the stack is |
| +// full because of recursion. |
| LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL |
| +// V8 completely fails to parse the JS at all; suspect its because of the |
|
Evan Martin
2008/12/16 21:43:48
s/its/it's/
|
| +// Unicode BOM at the beginning of the file. |
| LayoutTests/fast/js/removing-Cf-characters.html = FAIL |
| +// V8 is using the wrong global object (this could be serious) |
| LayoutTests/fast/js/static-scope-object.html = FAIL |
| -LayoutTests/fast/js/delete-getters-setters.html = FAIL |
| // http://b/issue?id=1344252 |
| LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL |