Skip to content

Commit

Permalink
Version 3.2.0-121.0.dev
Browse files Browse the repository at this point in the history
Merge af50ee9 into dev
  • Loading branch information
Dart CI committed Aug 29, 2023
2 parents 7006630 + af50ee9 commit a4e0e79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/lib/mirrors/invocation_fuzz_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

Expand Down
2 changes: 1 addition & 1 deletion tests/lib_2/mirrors/invocation_fuzz_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 2
PATCH 0
PRERELEASE 120
PRERELEASE 121
PRERELEASE_PATCH 0

0 comments on commit a4e0e79

Please sign in to comment.