We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d73e4 commit 5aff08bCopy full SHA for 5aff08b
tests/lib/mirrors/invocation_fuzz_test.dart
@@ -37,7 +37,12 @@ var blacklist = [
37
'dart.isolate._isolateScheduleImmediate',
38
'dart.io._Timer._createTimer', /// smi: ok
39
'dart.async.runZoned', /// string: ok
40
+ 'dart.async._AsyncRun._scheduleImmediate',
41
+ 'dart.async._ScheduleImmediate._closure',
42
'dart.async._asyncRunCallback',
43
+ 'dart.async._rootHandleUncaughtError',
44
+ 'dart.async._schedulePriorityAsyncCallback',
45
+ 'dart.async._setScheduleImmediateClosure',
46
47
// These either cause the VM to segfault or throw uncatchable API errors.
48
// TODO(15274): Fix them and remove from blacklist.
0 commit comments