This is an archive of the discontinued LLVM Phabricator instance.

Disable use_tls_dynamic on 32-bit linux
ClosedPublic

Authored by fjricci on Mar 23 2017, 1:07 PM.

Details

Summary

This test fails with a false negative due to an unrelated change.
Since we expect a number of false negatives on 32-bit lsan,
disable this test on linux-i386 and linux-i686.

Diff Detail

Repository
rL LLVM

Event Timeline

fjricci created this revision.Mar 23 2017, 1:07 PM
kubamracek edited edge metadata.Mar 23 2017, 2:15 PM

Shouldn't this be "UNSUPPORTED" instead of "XFAIL"?

m.ostapenko edited edge metadata.Mar 23 2017, 11:25 PM

Shouldn't this be "UNSUPPORTED" instead of "XFAIL"?

Agree, please use "UNSUPPORTED".

fjricci updated this revision to Diff 92937.Mar 24 2017, 6:55 AM

Use UNSUPPORTED

This revision was automatically updated to reflect the committed changes.