summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS4
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt8
2 files changed, 10 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 2e7497d..5edcf41 100644
--- a/DEPS
+++ b/DEPS
@@ -31,7 +31,7 @@ vars = {
"ffmpeg_revision": "108357",
"sfntly_revision": "98",
"skia_revision": "2600",
- "v8_revision": "9637",
+ "v8_revision": "9897",
"webrtc_revision": "883",
"jsoncpp_revision": "246",
}
@@ -97,7 +97,7 @@ deps = {
(Var("googlecode_url") % "gyp") + "/trunk@1085",
"src/v8":
- (Var("googlecode_url") % "v8") + "/branches/3.6@" + Var("v8_revision"),
+ (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
"src/native_client":
Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index e9de73e..1056a09 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -8,3 +8,11 @@
// PLEASE DO NOT LEAVE ENTRIES IN THIS FILE FOR MORE THAN 24 HRS.
BUGCASEQ SLOW MAC : platform/chromium/compositing/zoom-animator-scale-test2.html = PASS MISSING
+
+// V8 roll, lots of ES5 related changes, upstream if V8 sticks.
+BUGRICOW : fast/js/array-functions-non-arrays.html = TEXT
+BUGRICOW : fast/js/eval-cross-window.html = TEXT
+BUGRICOW : fast/js/regexp-caching.html = TEXT
+BUGRICOW : fast/js/toString-overrides.html = TEXT
+BUGRICOW : fast/js/toString-recursion.html = TEXT
+BUGRICOW : http/tests/security/xss-eval.html = TEXT