-
Notifications
You must be signed in to change notification settings - Fork 28
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 143ad7f74919b132951e447a547236e991d9f900 #1262
Comments
Some tryjobs are still running, will update this issue when they've finished. |
@athomas there are Enhanced Enums and Super Paraneters tests failures. If failing test is ok shall I fill the issues? Or simply triage such failures as 'Featuer is not fully implemented'? |
@sgrekhov I think it's ok to triage them as unimplemented. We do track these failures for the purposes of feature development elsewhere. |
The issue is up-to-date now. |
Triaged
|
2022-01-19 [email protected] Fixes dart-lang/co19#1275: Test expectations corrected. 2022-01-18 [email protected] Fixes dart-lang/co19#1274: LanguageFeatures/Super-parameters/summary_A04_t02 test corrected: Expect.approxEquals is used instead of Expect.equals for the double comparing. 2022-01-18 [email protected] Issue dart-lang/co19#1244: LanguageFeatures/Constructor-tear-offs/unnamed_constructor_A06_t01 test should not run for dart2js because it uses mirrors. 2022-01-14 [email protected] dart-lang/co19#1262. Roll failures fixed 2022-01-14 [email protected] dart-lang/co19#1258. Enhanced Enums semantics tests added 2022-01-14 [email protected] Fixes dart-lang/co19#1269. Missed default constructor added to enum declaration 2022-01-14 [email protected] Fixes dart-lang/co19#1273. Typo fixed 2022-01-14 [email protected] Fixes dart-lang/co19#1271. Typo fixed 2022-01-14 [email protected] Fixes dart-lang/co19#1270. Fix expected result values 2022-01-14 [email protected] Fixes dart-lang/co19#1268. Runtime type check fixed 2022-01-14 [email protected] Fixes dart-lang/co19#1267. Error expectation added 2022-01-14 [email protected] Fixes dart-lang/co19#1266. Default value added to non-nullable parameter 2022-01-14 [email protected] Fixes dart-lang/co19#1272. Runtime type check fixed 2022-01-14 [email protected] Fixes dart-lang/co19#1265. Invalid assignment fixed 2022-01-14 [email protected] Fixes dart-lang/co19#1264. Super parameter name fixed 2022-01-14 [email protected] Fixes dart-lang/co19#1263. Add default value to non-nullable parameter 2022-01-13 [email protected] dart-lang/co19#1258. Enhanced Enums semantics tests rewritten according to changed spec Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-nnbd-win-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: I7001196297890f485f4b506898fff8cff1b3a0d5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/228646 Reviewed-by: William Hesse <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
There are new test failures on [co19] Roll co19 to 143ad7f74919b132951e447a547236e991d9f900.
The tests
are failing on configurations
The text was updated successfully, but these errors were encountered: