dart-lang / sdk

The Dart SDK, including the VM, dart2js, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
9.94k stars 1.53k forks source link

Failures on [vm/debugger] Fix notify-debugger-.. for yielding. #45944

Closed a-siva closed 3 years ago

a-siva commented 3 years ago

There are new test failures on [vm/debugger] Fix notify-debugger-.. for yielding..

The tests

service/notify_debugger_on_exception_yielding_test/dds RuntimeError (expected Pass)
service/notify_debugger_on_exception_yielding_test/service RuntimeError (expected Pass)
service_2/notify_debugger_on_exception_yielding_test/dds RuntimeError (expected Pass)
service_2/notify_debugger_on_exception_yielding_test/service RuntimeError (expected Pass)

are failing on configurations

dartkp-android-release-arm_x64
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-weak-asserts-linux-release-x64
dartkp-win-release-x64
a-siva commented 3 years ago

Also failing on configuration dartkp-strong-linux-release-x64

ghost commented 3 years ago

Thanks for filing this issue. Those tests should of course have been skipped in dartkp, like the other notify_debugger_on_exception.. tests. Fixed.