Skip to content
Snippets Groups Projects
Commit 4c10e6db authored by whesse@chromium.org's avatar whesse@chromium.org
Browse files

Update V8 to version 2.2.16.

Update V8, and disable a test until its expectations are changed in Webkit/chromium port.  BUG=46235  TEST=none
Add a bleeding-edge revision to DEPS to upload to the try server, to find the reerror in this CL.
Review URL: http://codereview.chromium.org/2729005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49511 0039d316-1c4b-4281-b951-d872f2087c98
parent 0d12fde3
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@826",
"src/v8":
"http://v8.googlecode.com/svn/trunk@4809",
"http://v8.googlecode.com/svn/trunk@4841",
"src/native_client":
"http://nativeclient.googlecode.com/svn/trunk/src/native_client@" +
......
......@@ -404,6 +404,11 @@ IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, MAYBE_TestStepOut) {
#else
#define MAYBE_TestStepIn TestStepIn
#endif
// Disable TestStepIn completely while test expectations are not updated
// in Webkit. See http://crbug.com/46235
#undef MAYBE_TestStepIn
#define MAYBE_TestStepIn DISABLED_TestStepIn
// Tests step in functionality in the debugger.
IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, MAYBE_TestStepIn) {
RunTest("testStepIn", kDebuggerStepTestPage);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment