dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.28k stars 1.58k forks source link

Failures on Remove unnecessary leftover `@dart=2.19` from tests. #59583

Open lrhn opened 20 hours ago

lrhn commented 20 hours ago

There are new test failures on Remove unnecessary leftover @dart=2.19 from tests..

The tests

language/regress/regress32353_test CompileTimeError (expected Pass)
language/switch/case_fallthrough_legacy_error_test MissingCompileTimeError (expected Pass)

are failing on configurations

analyzer-asserts-linux

It seems these are actual bugs that weren't discovered before.

lrhn commented 1 hour ago

It seems these are actual bugs that weren't discovered before.

Or maybe they were known and accepted, but I renamed the file do acceptance got lost.