Skip to content

Commit

Permalink
Rollback v8 DEPS roll (for real)
Browse files Browse the repository at this point in the history
I snagged the wrong rev last time.

Reverting back to 11622, which had the comment:
---------------
r11622 | ager@chromium.org | 2009-03-12 23:53:03 -0700 (Thu, 12 Mar 2009) | 6 lines
Update V8 to version 1.1.1.
Contains a couple of layout tests rebaselines.

This time contains an updated gyp file for the mac build.
Review URL: http://codereview.chromium.org/43134
---------------

This also includes the other file change in 11624:

---------------
r11624 | ager@chromium.org | 2009-03-13 02:17:01 -0700 (Fri, 13 Mar 2009) | 6 li
nes

Update V8 to fix an assertion that does not hold.

Add test that tests arbitrary limits on expressions that can be
handled without stack overflows to the test list.  I have filed a bug
report and Kevin is investigating.
Review URL: http://codereview.chromium.org/46029
---------------


trb=darin,ager
Review URL: http://codereview.chromium.org/46048

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11654 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jar@chromium.org committed Mar 13, 2009
1 parent fd401e5 commit a946f33
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 287 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@364",

"src/v8":
"http://v8.googlecode.com/svn/trunk@1501",
"http://v8.googlecode.com/svn/trunk@1458",

"src/webkit/data/layout_tests/LayoutTests":
Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
Expand Down
18 changes: 0 additions & 18 deletions build/temp_gyp/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
'../../v8/src/debug-ia32.cc',
'../../v8/src/debug.cc',
'../../v8/src/debug.h',
'../../v8/src/debug-agent.cc',
'../../v8/src/debug-agent.h',
'../../v8/src/disasm-arm.cc',
'../../v8/src/disasm-ia32.cc',
'../../v8/src/disasm.h',
Expand Down Expand Up @@ -108,10 +106,6 @@
'../../v8/src/ic.h',
'../../v8/src/interpreter-irregexp.cc',
'../../v8/src/interpreter-irregexp.h',
'../../v8/src/jump-target.cc',
'../../v8/src/jump-target.h',
'../../v8/src/jump-target-arm.cc',
'../../v8/src/jump-target-ia32.cc',
'../../v8/src/jsregexp-inl.h',
'../../v8/src/jsregexp.cc',
'../../v8/src/jsregexp.h',
Expand All @@ -134,8 +128,6 @@
'../../v8/src/objects-inl.h',
'../../v8/src/objects.cc',
'../../v8/src/objects.h',
'../../v8/src/oprofile-agent.h',
'../../v8/src/oprofile-agent.cc',
'../../v8/src/parser.cc',
'../../v8/src/parser.h',
'../../v8/src/platform-freebsd.cc',
Expand All @@ -161,10 +153,6 @@
'../../v8/src/regexp-macro-assembler.h',
'../../v8/src/regexp-stack.cc',
'../../v8/src/regexp-stack.h',
'../../v8/src/register-allocator.h',
'../../v8/src/register-allocator.cc',
'../../v8/src/register-allocator-arm.cc',
'../../v8/src/register-allocator-ia32.cc',
'../../v8/src/rewriter.cc',
'../../v8/src/rewriter.h',
'../../v8/src/runtime.cc',
Expand Down Expand Up @@ -210,12 +198,6 @@
'../../v8/src/v8threads.h',
'../../v8/src/variables.cc',
'../../v8/src/variables.h',
'../../v8/src/virtual-frame.h',
'../../v8/src/virtual-frame.cc',
'../../v8/src/virtual-frame-arm.h',
'../../v8/src/virtual-frame-arm.cc',
'../../v8/src/virtual-frame-ia32.h',
'../../v8/src/virtual-frame-ia32.cc',
'../../v8/src/zone-inl.h',
'../../v8/src/zone.cc',
'../../v8/src/zone.h',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ FOUND ITEM: 2
FOUND ITEM: 1
FOUND ITEM: 1
FOUND ITEM: 1
ERROR: Cannot read property 'innerHTML' of null

ERROR:

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ FOUND ITEM: 2
FOUND ITEM: 1
FOUND ITEM: 1
FOUND ITEM: 1
ERROR: Cannot read property 'innerHTML' of null

ERROR:

This file was deleted.

1 change: 1 addition & 0 deletions webkit/tools/layout_tests/test_lists/tests_fixable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1820,3 +1820,4 @@ WIN DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL

// Started failing with r11635 (mbelshe)
WIN : LayoutTests/fast/dom/undetectable-document-all.html = FAIL

0 comments on commit a946f33

Please sign in to comment.