Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asan failure calling process_sync_test and signals_test #34734

Closed
dcharkes opened this issue Oct 9, 2018 · 1 comment
Closed

asan failure calling process_sync_test and signals_test #34734

dcharkes opened this issue Oct 9, 2018 · 1 comment
Labels
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)

Comments

@dcharkes
Copy link
Contributor

dcharkes commented Oct 9, 2018

Tests reliably failing on the build farm, but not reproducible locally:

python tools/test.py -m release -n dartk-asan-linux-release-x64 standalone_2/io/process_sync_test
python tools/test.py -m release -n dartk-asan-linux-release-x64 standalone_2/io/signals_test

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.

@dcharkes 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
@mraleph mraleph removed their assignment Oct 9, 2018
@mkustermann
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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)
Projects
None yet
Development

No branches or pull requests

3 participants