Skip to content

Commit

Permalink
[CFE] Fix weekly bot #112
Browse files Browse the repository at this point in the history
Change-Id: I35efbe3a409516b386980d65befb4ac835483c2b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264160
Commit-Queue: Jens Johansen <[email protected]>
Reviewed-by: Johnni Winther <[email protected]>
  • Loading branch information
jensjoha authored and Commit Queue committed Oct 28, 2022
1 parent 7edc7a6 commit 47cb34d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkg/front_end/test/spell_checking_list_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ misses
misspelled
mistake
mistakes
mixups
mmethod
mod
modelled
Expand Down
6 changes: 4 additions & 2 deletions pkg/front_end/test/vm_service_for_leak_detection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ Future<void> main(List<String> args) async {
"--enable-asserts",
Platform.script.resolve("incremental_suite.dart").toString(),
"-DaddDebugBreaks=true",
// import_package_by_file_uri by design imports the same file in two
// "import_package_by_file_uri" by design imports the same file in two
// different ways, thus getting two copies of the same library.
"-DskipTests=import_package_by_file_uri"
// "issue_49968" gets "by design" the same library twice because of
// mixups with import urls and file urls.
"-DskipTests=import_package_by_file_uri,issue_49968"
]);
} else {
await heapHelper.start([
Expand Down
1 change: 1 addition & 0 deletions pkg/front_end/testcases/weak.status
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ macros/multiple_augment_class: SemiFuzzFailure # https://github.com/dart-lang/sd

general/issue48765: semiFuzzFailureOnForceRebuildBodies # private class
general/mixin_from_patch/main: semiFuzzFailureOnForceRebuildBodies # needs custom libraries.json (and platform?) not setup here
general/multiple_class_patches/main: semiFuzzFailureOnForceRebuildBodies # needs custom libraries.json (and platform?) not setup here
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 47cb34d

Please sign in to comment.