| Index: tests/lib/mirrors/invocation_fuzz_test.dart
|
| diff --git a/tests/lib/mirrors/invocation_fuzz_test.dart b/tests/lib/mirrors/invocation_fuzz_test.dart
|
| index 6ff924238eff876e934fa4eb9925ba5db7b6f391..61e7626224f08564b3340f73a52d0917abb7353d 100644
|
| --- a/tests/lib/mirrors/invocation_fuzz_test.dart
|
| +++ b/tests/lib/mirrors/invocation_fuzz_test.dart
|
| @@ -23,6 +23,9 @@ var blacklist = [
|
| // Don't change the exit code, which may fool the test harness.
|
| 'dart.io.exitCode',
|
|
|
| + // Don't kill random other processes.
|
| + 'dart.io.Process.killPid',
|
| +
|
| // Don't run blocking io calls.
|
| new RegExp(r".*Sync$"),
|
|
|
|
|