This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] Convert threads unittests in to integration tests.
ClosedPublic

Authored by sivachandra on Jun 22 2022, 2:33 PM.

Details

Summary

This is mostly a mechanical change. In a future pass, all tests from
pthread which create threads will also be converted to integration tests.

Some of thread related features are tightly coupled with the loader. So,
they can only be tested with the in-house loader. Hence, going forward, all
tests which create threads will have to be integration tests.

Diff Detail

Event Timeline

sivachandra created this revision.Jun 22 2022, 2:33 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 22 2022, 2:33 PM
sivachandra requested review of this revision.Jun 22 2022, 2:33 PM

Remove a now empty directory.

lntue accepted this revision.Jun 23 2022, 10:11 AM
This revision is now accepted and ready to land.Jun 23 2022, 10:11 AM