[gardening] Resolve _NativeCallableIsolateLocal fuzzer TODO

After investigation, we've decided to just leave this class out of
fuzzing, since it's a private class.

Bug: https://github.com/dart-lang/sdk/issues/53350
Change-Id: I208fe4d81e9c0245955aa241e1f1643a21274cff
Fixes: https://github.com/dart-lang/sdk/issues/53350
TEST=No code changes
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/323100
Auto-Submit: Liam Appelbe <liama@google.com>
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
This commit is contained in:
Liam Appelbe 2023-08-29 06:42:58 +00:00 committed by Commit Queue
parent 012dc72147
commit af50ee90f6
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ var denylist = [
// Don't instantiate structs with bogus memory.
'dart.ffi._AsTypedListFinalizerData',
// TODO(http://dartbug.com/53350): Re-enable after fix/investigation.
// Don't instantiate callables with random function pointers.
'dart.ffi._NativeCallableIsolateLocal',
];

View file

@ -48,7 +48,7 @@ var denylist = [
// Don't instantiate structs with bogus memory.
'dart.ffi._AsTypedListFinalizerData',
// TODO(http://dartbug.com/53350): Re-enable after fix/investigation.
// Don't instantiate callables with random function pointers.
'dart.ffi._NativeCallableIsolateLocal',
];