Index: test/mjsunit/es6/tail-call-megatest.js |
diff --git a/test/mjsunit/es6/tail-call-megatest.js b/test/mjsunit/es6/tail-call-megatest.js |
index 1de8ec6c8e9b54a6ec69024ba1879589c03aba8c..8c563ea9765c57c5b3d92b8ca7a1344ff3bba4da 100644 |
--- a/test/mjsunit/es6/tail-call-megatest.js |
+++ b/test/mjsunit/es6/tail-call-megatest.js |
@@ -366,7 +366,7 @@ function run_tests(shard) { |
var iter = 0; |
var tests_executed = 0; |
if (shard !== undefined) { |
- print("Running shard #" + shard); |
+// print("Running shard #" + shard); |
} |
f_variants.forEach((f_cfg) => { |
check_new_target_variants.forEach((check_new_target) => { |
@@ -378,7 +378,7 @@ function run_tests(shard) { |
g_inlinable_variants.forEach((g_inlinable) => { |
test_warmup_counts.forEach((test_warmup_count) => { |
if (shard !== undefined && (iter++) % SHARDS_COUNT != shard) { |
- print("skipping..."); |
+// print("skipping..."); |
return; |
} |
tests_executed++; |
@@ -396,8 +396,8 @@ function run_tests(shard) { |
deopt_mode, |
}; |
var source = test_template(cfg); |
- print("===================="); |
- print(source); |
+// print("===================="); |
+// print(source); |
eval(source); |
}); |
}); |
@@ -408,7 +408,7 @@ function run_tests(shard) { |
}); |
}); |
}); |
- print("Number of tests executed: " + tests_executed); |
+// print("Number of tests executed: " + tests_executed); |
} |
// Uncomment to run all the tests at once or use shard runners. |