summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-26 15:23:38 +0000
committerager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-26 15:23:38 +0000
commit96c247116d36960569f32ceac7433c7c3754facb (patch)
tree5fe2a9f05b34fbbcbfced17061d213c7735ff4e5 /webkit
parentfdc58a9963abb0a9f4cac157b2f3f1eac8e4160d (diff)
downloadchromium_src-96c247116d36960569f32ceac7433c7c3754facb.zip
chromium_src-96c247116d36960569f32ceac7433c7c3754facb.tar.gz
chromium_src-96c247116d36960569f32ceac7433c7c3754facb.tar.bz2
One test has been fixed in V8 bleeding_edge. Adding a comment to the
test list to avoid duplicate work. Review URL: http://codereview.chromium.org/18593 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt5
1 files changed, 4 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 2622fb3..ca85eef 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -1050,13 +1050,16 @@ LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2.html = FAIL
LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL
LayoutTests/fast/dom/constructors-cached.html = FAIL
LayoutTests/fast/js/arguments.html = FAIL
-LayoutTests/fast/js/construct-global-object.html = FAIL
LayoutTests/fast/js/function-dot-arguments.html = FAIL
LayoutTests/fast/js/primitive-method-this.html = FAIL
LayoutTests/http/tests/plugins/local-geturl-from-remote.html = CRASH FAIL
LINUX : LayoutTests/scrollbars/listbox-scrollbar-combinations.html = FAIL
LINUX : LayoutTests/scrollbars/overflow-scrollbar-combinations.html = FAIL
+// This is a V8 issues. It has been fixed in V8 bleeding_edge
+// revision 1157.
+LayoutTests/fast/js/construct-global-object.html = FAIL
+
// The handling of the selection functions on HTMLInputElements differ
// from the Firefox behavior. We should follow Firefox and I believe
// that WebKit should as well. I have submitted a patch to fix this