| 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 4afd372be2df7e8591ffa8d40601f691c729f535..223d15d41113c865c2eef3fd3885f216e31472a1 100644
|
| --- a/tests/lib/mirrors/invocation_fuzz_test.dart
|
| +++ b/tests/lib/mirrors/invocation_fuzz_test.dart
|
| @@ -26,6 +26,10 @@ var blacklist = [
|
| // Don't kill random other processes.
|
| 'dart.io.Process.killPid',
|
|
|
| + // Don't break into the debugger.
|
| + 'dart.debugger.Debugger.breakHereIf',
|
| + 'dart.debugger.Debugger.breakHere',
|
| +
|
| // Don't run blocking io calls.
|
| new RegExp(r".*Sync$"),
|
|
|
|
|