Skip to content

Commit 32d320b

Browse files
jensjohaCommit Bot
authored and
Commit Bot
committed
[CFE] Mark errors found by weekly bot runs #96
Change-Id: I25e3b8acd6e2f39cbd79cb4d392383796da51512 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/249182 Commit-Queue: Jens Johansen <[email protected]> Reviewed-by: Johnni Winther <[email protected]>
1 parent cc9d14d commit 32d320b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

pkg/front_end/test/fasta/testing/suite.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,9 @@ class FuzzCompiles
12481248
}
12491249

12501250
return pass(result);
1251+
} catch (e, st) {
1252+
return new Result<ComponentResult>(result, semiFuzzCrash,
1253+
"Crashed with '$e' when fuzz compiling.\n\n$st");
12511254
} finally {
12521255
if (originalFlag != null) {
12531256
context.explicitExperimentalFlags[

pkg/front_end/testcases/strong.status

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ dart2js/late_from_dill/main: SemiFuzzFailure
1313
dart2js/late_statics: SemiFuzzFailure
1414
static_field_lowering/opt_in: SemiFuzzFailure
1515

16+
dartdevc/static_interop_erasure/main: SemiFuzzCrash # https://github.com/dart-lang/sdk/issues/49301
17+
1618
const_functions/const_functions_list: SemiFuzzCrash
1719
generic_metadata/typedef_generic_types_in_arguments_and_bounds: SemiFuzzCrash
1820

pkg/front_end/testcases/weak.status

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ nnbd_mixed/mixed_mixin: SemiFuzzFailure
1010
no_such_method_forwarders/abstract_override_abstract_different_type: SemiFuzzFailure
1111
no_such_method_forwarders/abstract_override_with_different_signature: SemiFuzzFailure
1212

13+
dartdevc/static_interop_erasure/main: SemiFuzzCrash # https://github.com/dart-lang/sdk/issues/49301
14+
1315
dart2js/tear_off_patch/main: semiFuzzFailureOnForceRebuildBodies # needs custom libraries.json (and platform?) not setup here
1416
general/constants/with_unevaluated_agnostic/various_2: SemiFuzzFailure # Looks similar to https://dart-review.googlesource.com/c/sdk/+/242441
1517
general/no_such_method_forwarder: SemiFuzzFailure # https://dart-review.googlesource.com/c/sdk/+/242444

0 commit comments

Comments
 (0)