Index: test/mjsunit/tools/tickprocessor.js |
diff --git a/test/mjsunit/tools/tickprocessor.js b/test/mjsunit/tools/tickprocessor.js |
index c48d9f3a5ecccde1476fb419a44ed952c535aa53..00e8f6e73ed05dd002613c23b2ee2e1b00c7846e 100644 |
--- a/test/mjsunit/tools/tickprocessor.js |
+++ b/test/mjsunit/tools/tickprocessor.js |
@@ -380,7 +380,10 @@ function driveTickProcessorTest( |
separateIc, |
TickProcessor.CALL_GRAPH_SIZE, |
ignoreUnknown, |
- stateFilter); |
+ stateFilter, |
+ undefined, |
+ "0", |
+ "auto,auto"); |
var pm = new PrintMonitor(testsPath + refOutput); |
tp.processLogFileInTest(testsPath + logInput); |
tp.printStatistics(); |