This is an archive of the discontinued LLVM Phabricator instance.

[asan] Reduce flakiness of halt_on_error-torture.cc testcase.
ClosedPublic

Authored by m.ostapenko on Jul 13 2016, 11:36 AM.

Details

Summary

It seems in some situations we have clashes on very first error so test only prints "nested bug in the same thread, aborting" rather than "use-after-poison", so remove corresponding " RUN: FileCheck %s < 10.txt" line.
Also, the two last "
RUN: FileCheck --check-prefix=CHECK-COLLISION %s < 1.txt || FileCheck --check-prefix=CHECK-NO-COLLISION %s < 1.txt" look wrong, they should check 10.txt. Fix these lines too.

Diff Detail

Repository
rL LLVM

Event Timeline

m.ostapenko retitled this revision from to [asan] Reduce flakiness of halt_on_error-torture.cc testcase..
m.ostapenko updated this object.
m.ostapenko added reviewers: kcc, eugenis, rnk.
m.ostapenko set the repository for this revision to rL LLVM.
m.ostapenko added a project: Restricted Project.
m.ostapenko added subscribers: MatzeB, llvm-commits, ygribov.

As discussed in private email, I'm ok with this change (provided that change of checked file has been tested). I'm not a reviewer though.

rnk accepted this revision.Jul 14 2016, 8:18 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jul 14 2016, 8:18 AM
This revision was automatically updated to reflect the committed changes.