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. |