Skip to content

Commit

Permalink
[CFE] Mark errors found by weekly bot runs #96
Browse files Browse the repository at this point in the history
Change-Id: I25e3b8acd6e2f39cbd79cb4d392383796da51512
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/249182
Commit-Queue: Jens Johansen <jensj@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
  • Loading branch information
jensjoha authored and Commit Bot committed Jun 21, 2022
1 parent cc9d14d commit 32d320b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/front_end/test/fasta/testing/suite.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,9 @@ class FuzzCompiles
}

return pass(result);
} catch (e, st) {
return new Result<ComponentResult>(result, semiFuzzCrash,
"Crashed with '$e' when fuzz compiling.\n\n$st");
} finally {
if (originalFlag != null) {
context.explicitExperimentalFlags[
Expand Down
2 changes: 2 additions & 0 deletions pkg/front_end/testcases/strong.status
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dart2js/late_from_dill/main: SemiFuzzFailure
dart2js/late_statics: SemiFuzzFailure
static_field_lowering/opt_in: SemiFuzzFailure

dartdevc/static_interop_erasure/main: SemiFuzzCrash # https://github.com/dart-lang/sdk/issues/49301

const_functions/const_functions_list: SemiFuzzCrash
generic_metadata/typedef_generic_types_in_arguments_and_bounds: SemiFuzzCrash

Expand Down
2 changes: 2 additions & 0 deletions pkg/front_end/testcases/weak.status
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ nnbd_mixed/mixed_mixin: SemiFuzzFailure
no_such_method_forwarders/abstract_override_abstract_different_type: SemiFuzzFailure
no_such_method_forwarders/abstract_override_with_different_signature: SemiFuzzFailure

dartdevc/static_interop_erasure/main: SemiFuzzCrash # https://github.com/dart-lang/sdk/issues/49301

dart2js/tear_off_patch/main: semiFuzzFailureOnForceRebuildBodies # needs custom libraries.json (and platform?) not setup here
general/constants/with_unevaluated_agnostic/various_2: SemiFuzzFailure # Looks similar to https://dart-review.googlesource.com/c/sdk/+/242441
general/no_such_method_forwarder: SemiFuzzFailure # https://dart-review.googlesource.com/c/sdk/+/242444
Expand Down

0 comments on commit 32d320b

Please sign in to comment.