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.08k stars 1.56k forks source link

vm/cc/IsolateReload_NotTypedefToTypedef is flaky on vm-precomp-ffi-qemu-linux-release-riscv64 #50521

Open derekxu16 opened 1 year ago

derekxu16 commented 1 year ago

https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/vm-precomp-ffi-qemu-linux-release-riscv64/479/overview

mkustermann commented 1 year ago

This happened again today. The test has been marked a Fail in status files for long time, but the status file markers are ignored. The results database shows it as failing in all configs - apparently approved failures.

It may be flakying between two failure states (e.g. timeout & fail) on risc-v.

This particular test is testing an error that isn't an error anymore, so I think the test has to be updated.