sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Failures on Make async error injection set stack trace on errors.

Open liamappelbe opened this issue 1 year ago • 2 comments
trafficstars

There are new test failures on Make async error injection set stack trace on errors..

The tests

vm/dart/isolates/concurrency_stress_sanity_test RuntimeError (expected Pass)

are failing on configurations

vm-appjit-linux-release-x64
vm-linux-release-x64

Log: https://dart-ci.appspot.com/log/vm-linux-release-x64/vm-linux-release-x64/3737/vm/dart/isolates/concurrency_stress_sanity_test

Looks like some of the tests that were deleted are still referenced here.

liamappelbe avatar Aug 28 '24 00:08 liamappelbe

Summary: The "Make async error injection set stack trace on errors" commit introduced test failures in the concurrency_stress_sanity_test on Linux x64 configurations. The failures are likely due to references to deleted tests.

dart-github-bot avatar Aug 28 '24 00:08 dart-github-bot

https://dart-review.googlesource.com/c/sdk/+/382561

dcharkes avatar Aug 28 '24 09:08 dcharkes