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.04k stars 1.55k forks source link

Failures on [vm/compiler] Cleanup IL dumps a bit #50995

Closed liamappelbe closed 1 year ago

liamappelbe commented 1 year ago

There are new test failures on [vm/compiler] Cleanup IL dumps a bit.

The tests

vm/dart_2/flutter_regress_91370_il_test Crash (expected Pass)

are failing on configurations

dartkp-android-release-arm64c
dartkp-android-release-arm_x64
dartkp-linux-debug-simarm-crossword
dartkp-linux-debug-x64
dartkp-linux-release-simarm
dartkp-linux-release-simarm-crossword
dartkp-linux-release-simarm64
dartkp-linux-release-x64
dartkp-mac-release-simarm64
dartkp-obfuscate-linux-release-x64
dartkp-win-release-x64

The test just needs to be updated to match the changes to the IL dumps.

mraleph commented 1 year ago

Will be fixed by https://dart-review.googlesource.com/c/sdk/+/278907