This is an archive of the discontinued LLVM Phabricator instance.

Enable Asan lit tests on FreeBSD.
ClosedPublic

Authored by kutuzov.viktor.84 on Sep 17 2014, 12:56 AM.

Details

Summary

Currently we pass all Asan tests (both unit and lit ones) on FreeBSD 10.0 .

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to Enable Asan lit tests on FreeBSD..
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added reviewers: kcc, samsonov.
kutuzov.viktor.84 added subscribers: emaste, Unknown Object (MLST).
emaste added inline comments.Sep 17 2014, 5:58 AM
test/asan/lit.cfg
146 ↗(On Diff #13772)

Should these go in alpha order?

samsonov accepted this revision.Sep 17 2014, 10:59 AM
samsonov edited edge metadata.

LGTM. Sweet!

This revision is now accepted and ready to land.Sep 17 2014, 10:59 AM
test/asan/lit.cfg
146 ↗(On Diff #13772)

They goes in non-alphabetical order already, so it should probably be addressed by another revision.

Diffusion closed this revision.Sep 18 2014, 3:14 AM
Diffusion updated this revision to Diff 13825.

Closed by commit rL218042 (authored by vkutuzov).