Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failures on [co19] Roll co19 to 229159c140868cc4e9b4122cc82c88d91c43febb #2622

Closed
sgrekhov opened this issue Apr 26, 2024 · 0 comments
Closed
Assignees
Labels
bad-test Report tests in need of updates. When closed, the tests should be considered good

Comments

@sgrekhov
Copy link
Contributor

There are new test failures on [co19] Roll co19 to 229159c140868cc4e9b4122cc82c88d91c43febb.

The tests

co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t01 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t01 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t02 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t02 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t03 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t04 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t05 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t05 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t06 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t06 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t07 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t07 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t08 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t08 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t09 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t09 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t01 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t01 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t02 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t02 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t03 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t04 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t05 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t06 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t06 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t07 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t07 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t08 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t08 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmenting_functions_A04_t11 MissingCompileTimeError (expected Pass)
    and 35 more tests

are failing on configurations

analyzer-asserts-linux
cfe-strong-linux
cfe-weak-linux
dart2js-hostasserts-linux-chrome-unsound
dart2js-hostasserts-linux-d8
dart2js-linux-chrome
dart2wasm-linux-chrome
dart2wasm-linux-d8
ddc-linux-chrome
ddc-linux-chrome-unsound
vm-mac-debug-arm64
vm-win-release-x64
@sgrekhov sgrekhov added the bad-test Report tests in need of updates. When closed, the tests should be considered good label Apr 26, 2024
@sgrekhov sgrekhov self-assigned this Apr 26, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Apr 26, 2024
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Apr 26, 2024
2024-04-26 sgrekhov22@gmail.com Fixes dart-lang/co19#2622. Fix typo, add issue numbers (dart-lang/co19#2623)
2024-04-25 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmenting expression tests for setters (dart-lang/co19#2620)
2024-04-24 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmenting expression tests for getters (dart-lang/co19#2619)
2024-04-24 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmented expression tests for setters (dart-lang/co19#2618)
2024-04-24 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmented expression tests for getters (dart-lang/co19#2617)
2024-04-23 sgrekhov22@gmail.com dart-lang/co19#2559. Fix augmenting operators syntax (dart-lang/co19#2616)
2024-04-22 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmenting functions tests (dart-lang/co19#2615)
2024-04-19 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmenting functions signature tests. Part 2 (dart-lang/co19#2614)

Change-Id: I8c187cda88baa2e638f189e2a9251c479d14ad79
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/364502
Reviewed-by: Erik Ernst <eernst@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bad-test Report tests in need of updates. When closed, the tests should be considered good
Projects
None yet
Development

No branches or pull requests

1 participant