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 802c5a6ec0201644ec714484695af7bfea681500 #2635

Closed
sgrekhov opened this issue May 3, 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

sgrekhov commented May 3, 2024

There are new test failures on [co19] Roll co19 to 802c5a6ec0201644ec714484695af7bfea681500.

The tests

co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t10 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t11 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t12 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t12 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t13 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t13 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t14 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t14 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t15 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t15 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t16 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t16 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t17 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A01_t17 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t09 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t10 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t11 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t11 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t12 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t12 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t13 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t13 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t14 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t14 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t15 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t15 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t16 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A02_t16 Crash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A03_t01 DartkCrash (expected Pass)
co19/LanguageFeatures/Augmentation-libraries/augmented_expression_A03_t01 Crash (expected Pass)
    and 44 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 added a commit to sgrekhov/co19 that referenced this issue May 3, 2024
@sgrekhov sgrekhov self-assigned this May 3, 2024
@sgrekhov sgrekhov added the bad-test Report tests in need of updates. When closed, the tests should be considered good label May 3, 2024
@eernstg eernstg closed this as completed in a2637f5 May 3, 2024
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue May 3, 2024
2024-05-03 sgrekhov22@gmail.com Fixes dart-lang/co19#2635. Use null-aware operator to invoke function via nullable variable (dart-lang/co19#2636)
2024-05-02 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmented expression tests for local variables in field initializers (dart-lang/co19#2634)
2024-05-02 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmented expression tests for local variables inside of getters and setters (dart-lang/co19#2633)
2024-05-02 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmented expression tests for functions (dart-lang/co19#2630)
2024-05-01 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 4.1.2 to 4.1.4 (dart-lang/co19#2632)
2024-05-01 sgrekhov22@gmail.com dart-lang/co19#2559. Make more augmented expression tests stronger (dart-lang/co19#2629)
2024-05-01 sgrekhov22@gmail.com Fixes dart-lang/co19#2574. Expect an error in case of augmenting a type alias (dart-lang/co19#2627)
2024-04-30 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmenting expression tests for fields with no initializers (dart-lang/co19#2626)
2024-04-30 sgrekhov22@gmail.com dart-lang/co19#2559. Make augmented expression tests stronger (dart-lang/co19#2628)
2024-04-29 sgrekhov22@gmail.com Fixes dart-lang/co19#2624. Add more extension type tests for union types (dart-lang/co19#2625)
2024-04-26 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmenting expression tests for fields (dart-lang/co19#2621)

Change-Id: I8246f841afd24390742ba225e769ba881dccef9b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365261
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
Reviewed-by: Erik Ernst <eernst@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