summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 12:15:44 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 12:15:44 +0000
commit6e17bb92de55577af86410a1e9709df91ec9617b (patch)
tree4bf1a673e497e634824b793dc3516405799fc364
parent0ebc8c425784e8b7c37981fd5334520ec38ab0dc (diff)
downloadchromium_src-6e17bb92de55577af86410a1e9709df91ec9617b.zip
chromium_src-6e17bb92de55577af86410a1e9709df91ec9617b.tar.gz
chromium_src-6e17bb92de55577af86410a1e9709df91ec9617b.tar.bz2
Update V8 to version 2.2.24.
This version contains an implementation of ES5 Object.freeze. This is the reason for the temporary test_expectations. I will upstream them if/when this update shows no problems. Review URL: http://codereview.chromium.org/2997003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52309 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt44
2 files changed, 45 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index a2c6096..58afa76 100644
--- a/DEPS
+++ b/DEPS
@@ -52,7 +52,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@836",
"src/v8":
- "http://v8.googlecode.com/svn/trunk@5033",
+ "http://v8.googlecode.com/svn/trunk@5065",
"src/native_client":
"http://nativeclient.googlecode.com/svn/trunk/src/native_client@" +
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index 0ca4cc3..6987b3b 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -4,3 +4,47 @@
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
+
+// TODO(ager): Get rid of these once they have been upstreamed as part
+// of a V8 update.
+//
+// These tests all fail because the expected output is wrong. The
+// reason is that JSC does not currently implement Object.freeze and
+// Object.isFrozen. These test has intentionally been marked as FAIL,
+// which makes it easy to fix this when webkit implements these ES5 features.
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-21.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-24.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.9-0-1.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.9-0-2.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.9-1.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-0-1.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-0-2.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-1.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-1.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-2.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-3.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-4.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-5.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-6.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-7.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-8.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-9.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-10.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-11.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-12.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-13.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-14.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-15.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-16.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-17.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-18.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-19.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-20.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-21.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-22.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-23.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-24.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-25.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-26.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-27.html = FAIL
+BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.14-2-6.html = FAIL