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

Test Failures on ffi/callback_unwind_error_test #57088

Open jyameo opened 1 week ago

jyameo commented 1 week ago

There are new test failures on Elements. Migrate GetterSetterTypesVerifier....Add the formatter changes to the CHANGELOG..

The tests

ffi/callback_unwind_error_test Crash (expected Pass)

are failing on configurations

vm-eager-optimization-linux-release-ia32

LOGS: https://dart-ci.appspot.com/log/vm-eager-optimization-linux-release-ia32/vm-eager-optimization-linux-release-ia32/629/ffi/callback_unwind_error_test

dart-github-bot commented 1 week ago

Summary: The ffi/callback_unwind_error_test test is failing on the vm-eager-optimization-linux-release-ia32 configuration. This failure appears to be related to recent changes in the Elements. Migrate GetterSetterTypesVerifier and the formatter.