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

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

Issue 753323002: Skip more of event loop dispatch in invocation fuzzer to avoid triggering runtime errors we cannot … (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | « no previous file | 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 017bcb0679ceb3c3d69233a9d0159b50f2d43859..975d1bce2198ce936a3eb51c0f10e48ccfbe9eb3 100644
--- a/tests/lib/mirrors/invocation_fuzz_test.dart
+++ b/tests/lib/mirrors/invocation_fuzz_test.dart
@@ -37,7 +37,12 @@ var blacklist = [
'dart.isolate._isolateScheduleImmediate',
'dart.io._Timer._createTimer', /// smi: ok
'dart.async.runZoned', /// string: ok
+ 'dart.async._AsyncRun._scheduleImmediate',
+ 'dart.async._ScheduleImmediate._closure',
'dart.async._asyncRunCallback',
+ 'dart.async._rootHandleUncaughtError',
+ 'dart.async._schedulePriorityAsyncCallback',
+ 'dart.async._setScheduleImmediateClosure',
// These either cause the VM to segfault or throw uncatchable API errors.
// TODO(15274): Fix them and remove from blacklist.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698