Revision: 10682
Author:   [email protected]
Date:     Mon Feb 13 02:24:55 2012
Log:      Fix test expectations for the tickprocessor.

Review URL: https://chromiumcodereview.appspot.com/9388003
http://code.google.com/p/v8/source/detail?r=10682

Modified:
 /branches/bleeding_edge/test/mjsunit/tools/tickprocessor.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/tools/tickprocessor.js Tue Dec 7 03:01:02 2010 +++ /branches/bleeding_edge/test/mjsunit/tools/tickprocessor.js Mon Feb 13 02:24:55 2012
@@ -376,8 +376,11 @@
   }
   assertTrue(pathLen != -1);
   var testsPath = TEST_FILE_NAME.substr(0, pathLen + 1);
-  var tp = new TickProcessor(
- new CppEntriesProviderMock(), separateIc, ignoreUnknown, stateFilter);
+  var tp = new TickProcessor(new CppEntriesProviderMock(),
+                             separateIc,
+                             TickProcessor.CALL_GRAPH_SIZE,
+                             ignoreUnknown,
+                             stateFilter);
   var pm = new PrintMonitor(testsPath + refOutput);
   tp.processLogFileInTest(testsPath + logInput);
   tp.printStatistics();

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to