Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: tests/lib/mirrors/invocation_fuzz_test.dart

Issue 1128583002: Add hasStoppedAtBreakpoint (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/tests/service/test_helper.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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$"),
« no previous file with comments | « runtime/observatory/tests/service/test_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698