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 DDC debugger test #59570

Open jyameo opened 1 day ago

jyameo commented 1 day ago

There are new test failures on [ddc] Add VM specific hot reload suite runner...Opt multitests out of formatting in ffi/..

The tests

dartdevc/debugger/debugger_test RuntimeError (expected Pass)

are failing on configurations

ddc-canary-linux-chrome

LOGS: https://dart-ci.appspot.com/log/ddc-canary-linux-chrome/ddc-canary-linux-chrome/533/dartdevc/debugger/debugger_test

Test result: https://dart-current-results.web.app/#/filter=dartdevc/debugger/debugger_test&showAll

cc @nshahan

dart-github-bot commented 1 day ago

Summary: Debugger tests in dartdevc/debugger/debugger_test are failing on the ddc-canary-linux-chrome configuration. The CI logs and test results are linked.

nshahan commented 1 day ago

@Markzipan Do you think the failure is due to your recent change? https://dart-review.googlesource.com/c/sdk/+/393041

Markzipan commented 1 day ago

Yep, this is intended; It'll be resolved after the followup change lands (though it's been blocked by some feedback chains).