summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt3
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_ignored.txt6
2 files changed, 6 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index e053000..449deb4 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -543,9 +543,6 @@ SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL
// 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
// Fixed in bleeding_edge@999.
LayoutTests/fast/js/static-scope-object.html = FAIL
// http://b/issue?id=1344252
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
index 149fe9e..310a615 100644
--- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
@@ -145,6 +145,12 @@ LayoutTests/fast/js/function-names.html = FAIL PASS
LINUX WIN : LayoutTests/fast/images/embed-image.html = FAIL
LINUX WIN : LayoutTests/fast/images/object-image.html = FAIL
+// Safari has a unique handling of the BOM characters among browsers.
+// There is a strong suspicion that this is a security problem, so we
+// follow the rest of the browsers on this one.
+LayoutTests/fast/js/removing-Cf-characters.html = FAIL
+
+
// -----------------------------------------------------------------
// CHROME REWRITTEN TESTS
// -----------------------------------------------------------------