Skip to content

Commit e811801

Browse files
jensjohaCommit Bot
authored and
Commit Bot
committed
[CFE] Fix weekly bot #106
Weekly bot fails because of fuzz crashes on macros/scope_access which crashes with this error: weak suite stdout> Crashed with 'Bad state: Found 3 entries for file:///b/s/w/ir/cache/builder/sdk/pkg/front_end/testcases/macros/scope_access.dart::Class weak suite stdout> ' when fuzz compiling. weak suite stdout> weak suite stdout> #0 ClosedWorldClassHierarchy.sanityChecks (package:kernel/class_hierarchy.dart:1046:21) weak suite stdout> #1 ClosedWorldClassHierarchy.applyTreeChanges (package:kernel/class_hierarchy.dart:980:12) weak suite stdout> #2 IncrementalCompiler._computeTransitiveClosure (package:front_end/src/fasta/incremental_compiler.dart:1759:15) weak suite stdout> #3 IncrementalCompiler._calculateOutputLibrariesAndIssueLibraryProblems (package:front_end/src/fasta/incremental_compiler.dart:724:25) weak suite stdout> #4 IncrementalCompiler.computeDelta.<anonymous closure> (package:front_end/src/fasta/incremental_compiler.dart:469:11) As this area is in flux I've just marked them as crashing. Change-Id: Ifb30d931c9097c04d227833722ff956619ea7b86 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256662 Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Jens Johansen <[email protected]>
1 parent bd2d261 commit e811801

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkg/front_end/testcases/strong.status

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with
77
# strong-mode enabled.
88

9+
macros/scope_access: SemiFuzzCrash
10+
911
dart2js/flutter_issue94561/main: SemiFuzzFailure
1012
dart2js/flutter_issue94561/main.no_link: SemiFuzzFailure
1113
dart2js/late_fields: SemiFuzzFailure

pkg/front_end/testcases/weak.status

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
# Status file for the weak_suite.dart test suite.
66

7+
macros/scope_access: SemiFuzzCrash
8+
79
const_functions/const_functions_list: SemiFuzzCrash
810
generic_metadata/typedef_generic_types_in_arguments_and_bounds: SemiFuzzCrash
911
nnbd_mixed/mixed_mixin: SemiFuzzFailure

0 commit comments

Comments
 (0)