[ dartfuzz ] Additional logging cleanup

Change-Id: I5bf18fb17089902b463ebb6561f40069047ee665
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134540
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Ben Konyi 2020-02-05 19:47:59 +00:00 committed by commit-bot@chromium.org
parent 0617d85227
commit a9bc5edbae

View file

@ -261,7 +261,8 @@ class TestRunnerKBC implements TestRunner {
if (generate != null) {
print([generate, '--gen-bytecode', platform, '-o', dill, fileName]
.join(" ")
.replaceAll('$top/', ''));
.replaceAll('$top/', '')
.replaceAll('$tmp/', ''));
}
print(cmd.join(" ").replaceAll('$top/', '').replaceAll('$tmp/', ''));
}
@ -565,7 +566,7 @@ class DartFuzzTest {
print(
"dart runtime/tools/dartfuzz/dartfuzz.dart --${fp ? "" : "no-"}fp --${ffi ? "" : "no-"}ffi "
"--${flatTp ? "" : "no-"}flat "
"--seed ${seed} $fileName");
"--seed ${seed} fuzz.dart");
print("\n-- RUN 1 --\n");
runner1.printReproductionCommand();
print("\n-- RUN 2 --\n");