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 bd1d91ea7e2ecaac34a2f6ab63fd2fa77c4823b5 #1511

Closed
sgrekhov opened this issue Oct 21, 2022 · 0 comments
Closed
Assignees
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@sgrekhov
Copy link
Contributor

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

The tests

co19/LanguageFeatures/Records/interaction_with_legacy_A04_t01 CompileTimeError (expected Pass)
co19/LanguageFeatures/Records/interaction_with_legacy_A04_t02 RuntimeError (expected Pass)
co19/LanguageFeatures/Records/interaction_with_legacy_A04_t02 Crash (expected Pass)
co19/LanguageFeatures/Records/interaction_with_legacy_A04_t03 CompileTimeError (expected Pass)
co19/LanguageFeatures/Records/interaction_with_legacy_A04_t04 RuntimeError (expected Pass)
co19/LanguageFeatures/Records/interaction_with_legacy_A04_t04 Crash (expected Pass)
co19/LanguageFeatures/Records/members_A02_t08 Crash (expected Pass)
co19/LanguageFeatures/Records/members_A02_t08 RuntimeError (expected Pass)
co19/LanguageFeatures/Records/record_type_annotations_A02_t11 Crash (expected Pass)
co19/LanguageFeatures/Records/record_type_annotations_A02_t11 RuntimeError (expected Pass)
co19/LanguageFeatures/Records/static_semantics_A04_t02 RuntimeError (expected Pass)
co19/LanguageFeatures/Records/static_semantics_A04_t02 Crash (expected Pass)
co19/LanguageFeatures/Records/type_promotion_A01_t02 RuntimeError (expected Pass)
co19/LanguageFeatures/Records/type_promotion_A01_t02 Crash (expected Pass)
co19/LanguageFeatures/Views/syntax_A01_t01 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A01_t02 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A01_t03 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A01_t04 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A02_t01 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A02_t04 CompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A02_t05 CompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A02_t06 CompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A02_t07 CompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A02_t08 CompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A03_t01 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A03_t02 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A03_t03 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A03_t04 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A03_t05 CompileTimeError (expected Pass)
co19/LanguageFeatures/Views/syntax_A04_t01 CompileTimeError (expected Pass)
    and 15 more tests

are failing on configurations

analyzer-asserts-linux
cfe-strong-linux
cfe-weak-linux
dart2js-hostasserts-strong-linux-x64-chrome
dart2js-hostasserts-weak-linux-x64-chrome
dart2wasm-hostasserts-linux-x64-d8
dartdevk-strong-linux-release-chrome
dartdevk-weak-linux-release-chrome
dartk-strong-linux-debug-x64
dartk-strong-linux-release-x64
dartk-weak-asserts-linux-debug-x64
dartk-weak-asserts-linux-release-x64
@sgrekhov sgrekhov self-assigned this Oct 21, 2022
@sgrekhov sgrekhov added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Oct 21, 2022
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Oct 21, 2022
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Oct 24, 2022
2022-10-21 sgrekhov22@gmail.com Fixes dart-lang/co19#1511. [Records] Remove `records` experimental flag from legacy libraries (dart-lang/co19#1512)
2022-10-21 sgrekhov22@gmail.com Fixes dart-lang/co19#1477. [Records] Type inference tests updated (dart-lang/co19#1500)
2022-10-21 sgrekhov22@gmail.com Fixes dart-lang/co19#1505. [Records] Added tests for dynamic access to record fields (dart-lang/co19#1507)
2022-10-19 sgrekhov22@gmail.com dart-lang/co19#1399. [Records] Interaction with legacy tests added (dart-lang/co19#1502)
2022-10-19 sgrekhov22@gmail.com dart-lang/co19#195. Typos fixed (dart-lang/co19#1508)
2022-10-19 sgrekhov22@gmail.com dart-lang/co19#993. [ffi] nullptr test added (dart-lang/co19#1506)
2022-10-14 asashour@yahoo.com Fix typos (dart-lang/co19#1504)
2022-10-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1427. Expando tests added (dart-lang/co19#1479)
2022-10-12 sgrekhov22@gmail.com dart-lang/co19#1399. [Records] More members tests added (dart-lang/co19#1501)
2022-10-12 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3.0.2 to 3.1.0 (dart-lang/co19#1499)
2022-10-11 sgrekhov22@gmail.com dart-lang/co19#1400. [Views] Syntax tests added (dart-lang/co19#1498)
2022-10-07 sgrekhov22@gmail.com Fixes dart-lang/co19#1491. Use correct record type in 'as' expression (dart-lang/co19#1497)
2022-10-07 sgrekhov22@gmail.com Fixes dart-lang/co19#1489. Don't use '?' in expressions (dart-lang/co19#1495)
2022-10-07 sgrekhov22@gmail.com Fixes dart-lang/co19#1488. Use correct record types (dart-lang/co19#1493)
2022-10-07 sgrekhov22@gmail.com Fixes dart-lang/co19#1490. Missing parameters names added (dart-lang/co19#1496)

Change-Id: I6d26701ee14a0c7820e3c3094d7d850c0f914028
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265087
Reviewed-by: Alexander Thomas <athom@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

1 participant