summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
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