File tree 3 files changed +7
-0
lines changed 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1248,6 +1248,9 @@ class FuzzCompiles
1248
1248
}
1249
1249
1250
1250
return pass (result);
1251
+ } catch (e, st) {
1252
+ return new Result <ComponentResult >(result, semiFuzzCrash,
1253
+ "Crashed with '$e ' when fuzz compiling.\n\n $st " );
1251
1254
} finally {
1252
1255
if (originalFlag != null ) {
1253
1256
context.explicitExperimentalFlags[
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ dart2js/late_from_dill/main: SemiFuzzFailure
13
13
dart2js/late_statics: SemiFuzzFailure
14
14
static_field_lowering/opt_in: SemiFuzzFailure
15
15
16
+ dartdevc/static_interop_erasure/main: SemiFuzzCrash # https://github.com/dart-lang/sdk/issues/49301
17
+
16
18
const_functions/const_functions_list: SemiFuzzCrash
17
19
generic_metadata/typedef_generic_types_in_arguments_and_bounds: SemiFuzzCrash
18
20
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ nnbd_mixed/mixed_mixin: SemiFuzzFailure
10
10
no_such_method_forwarders/abstract_override_abstract_different_type: SemiFuzzFailure
11
11
no_such_method_forwarders/abstract_override_with_different_signature: SemiFuzzFailure
12
12
13
+ dartdevc/static_interop_erasure/main: SemiFuzzCrash # https://github.com/dart-lang/sdk/issues/49301
14
+
13
15
dart2js/tear_off_patch/main: semiFuzzFailureOnForceRebuildBodies # needs custom libraries.json (and platform?) not setup here
14
16
general/constants/with_unevaluated_agnostic/various_2: SemiFuzzFailure # Looks similar to https://dart-review.googlesource.com/c/sdk/+/242441
15
17
general/no_such_method_forwarder: SemiFuzzFailure # https://dart-review.googlesource.com/c/sdk/+/242444
You can’t perform that action at this time.
0 commit comments