summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplesner@chromium.org <plesner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 11:38:48 +0000
committerplesner@chromium.org <plesner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 11:38:48 +0000
commit8ad6c4d30892a7e5cef7dbd5bfbeb9aa7fa0563e (patch)
tree08eb55efdd9d100a40b09b83f85686befd816592
parent7f629ad9fe92f1b3e30073a74a83f0482dd5a4c2 (diff)
downloadchromium_src-8ad6c4d30892a7e5cef7dbd5bfbeb9aa7fa0563e.zip
chromium_src-8ad6c4d30892a7e5cef7dbd5bfbeb9aa7fa0563e.tar.gz
chromium_src-8ad6c4d30892a7e5cef7dbd5bfbeb9aa7fa0563e.tar.bz2
Update layout test expectations after behavior of arguments array was updated to conform with ES5.
Review URL: http://codereview.chromium.org/200143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26802 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xwebkit/tools/layout_tests/test_expectations.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index 4f1f1b2..6ff1b28 100755
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -255,6 +255,10 @@ WONTFIX : LayoutTests/fast/dom/gc-9.html = PASS FAIL
// says that it must be a string.
WONTFIX : LayoutTests/fast/js/kde/evil-n.html = FAIL
+// This test checks that properties of arguments arrays are non-enumerable
+// which is incorrect according to the ES5 spec.
+WONTFIX : LayoutTests/fast/js/kde/function.html = FAIL
+
// This test is broken. The regular expression used contains an error
// which kjs swallows and returns false, which is the expected result,
// but for which we issue a syntax error.