You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dcharkes opened this issue
Oct 9, 2018
· 1 comment
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
The text was updated successfully, but these errors were encountered:
dcharkes
added
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
labels
Oct 9, 2018
Marking as duplicate of #34724. These tests spawn subprocesses and the subprocesses report asan leaks, which makes the exit code probably 1 (the asan default)
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
Tests reliably failing on the build farm, but not reproducible locally:
Both tests expect a process exit code
<0>
but got exit code<1>
.https://github.com/dart-lang/sdk/blob/master/tests/standalone_2/io/process_sync_test.dart#L38
https://github.com/dart-lang/sdk/blob/master/tests/standalone_2/io/signals_test.dart#L65
Builder
vm-kernel-asan-linux-release-x64
Tests succeed without asan.
The text was updated successfully, but these errors were encountered: