diff options
author | olehougaard@google.com <olehougaard@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-19 07:06:42 +0000 |
---|---|---|
committer | olehougaard@google.com <olehougaard@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-19 07:06:42 +0000 |
commit | 559a5a413950b4d7ea379bdd4a954e744d8a0bf2 (patch) | |
tree | 3660359ff1025be02e57fd06b8ca23c66044c8eb /webkit | |
parent | 5dc53350ca741bd7f522ec35f4f1298c2bc25afa (diff) | |
download | chromium_src-559a5a413950b4d7ea379bdd4a954e744d8a0bf2.zip chromium_src-559a5a413950b4d7ea379bdd4a954e744d8a0bf2.tar.gz chromium_src-559a5a413950b4d7ea379bdd4a954e744d8a0bf2.tar.bz2 |
Documenting the current status of a few layout tests.
Review URL: http://codereview.chromium.org/15034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7295 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 5c7e71e..e053000 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -540,11 +540,13 @@ SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL // Failing because looking up a method on an object fails when the stack is // full because of recursion. +// Partially fixed in bleeding_edge: Now gives a StackOverflowException, +// which isn't unreasonable when calling a method on a full stack. LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL // V8 completely fails to parse the JS at all; suspect it's because of the // 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) +// Fixed in bleeding_edge@999. LayoutTests/fast/js/static-scope-object.html = FAIL // http://b/issue?id=1344252 LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL |