Skip to content

Commit

Permalink
Roll V8 to version 3.6.6.1
Browse files Browse the repository at this point in the history
This includes the new GC.

TBR=

Review URL: http://codereview.chromium.org/8231017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105021 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
ricow@chromium.org committed Oct 12, 2011
1 parent 4edb135 commit 9b05f19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ vars = {
"ffmpeg_revision": "103983",
"sfntly_revision": "98",
"skia_revision": "2453",
"v8_revision": "9442",
"v8_revision": "9586",
"webrtc_revision": "711",

# Note: On most bots, clang is not checked out via DEPS but by
Expand Down
8 changes: 8 additions & 0 deletions webkit/tools/layout_tests/test_expectations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ BUG_SATISH: fast/speech/input-appearance-numberandspeech.html = IMAGE
BUG_SATISH: fast/speech/input-appearance-searchandspeech.html = IMAGE
BUG_SATISH: fast/speech/input-appearance-speechbutton.html = IMAGE
BUG_SATISH: fast/speech/speech-bidi-rendering.html = IMAGE

// We need to upstream new test expectations for these after fixing some
// V8 bugs. Keeping here until we are sure that the push with the new GC
// stays in.
BUG_RICOW : fast/js/array-functions-non-arrays.html = TEXT
BUG_RICOW : fast/js/array-prototype-properties.html = TEXT
BUG_RICOW : fast/js/kde/RegExp.html = TEXT
BUG_RICOW : fast/js/toString-overrides.html = TEXT

0 comments on commit 9b05f19

Please sign in to comment.