This is an archive of the discontinued LLVM Phabricator instance.

[libc] Make hermetic test depend on the unit test if it exists.
ClosedPublic

Authored by sivachandra on May 23 2023, 10:33 PM.

Details

Summary

We want to do this so that build system like ninja don't end up running
the hermetic and unit tests in parallel. Running in parallel can cause
problems for tests which read/write disk files as the hermetic and unit
tests can end up stepping on each other.

Diff Detail

Event Timeline

sivachandra created this revision.May 23 2023, 10:33 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 23 2023, 10:33 PM
sivachandra requested review of this revision.May 23 2023, 10:33 PM
This revision is now accepted and ready to land.May 24 2023, 4:39 AM