sdk
sdk copied to clipboard
pkg/vm/test/transformations/ffi_test goes from flaky to Timeout failures
trafficstars
The tests
pkg/vm/test/transformations/ffi_test Timeout (expected Pass)
are failing on configurations
unittest-asserts-debug-linux-x64
//cc @dcharkes
Link to failure log https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/pkg-linux-debug/19552/overview
This test runs multiple tests in sequence, and every time we add new features to the FFI we add tests.
We should consider setting up the tests differently so that not every test case is run in sequence. (Possibly also for the other transform tests. Edit: The type_flow tests are already split up in multiple folders.)
I'll just mark it slow for now.
Links:
- https://dart-current-results.web.app/#/filter=pkg/vm/test/transformations/ffi_test&showAll
- flakiness dashboard
Closing for now.