SSiva Chandra Reddy[libc][NFC] Convert threads unittests in to integration tests.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Add a new rule add_integration_test. All existing loader tests are switched to an integration test added with the new rule. Also, the getenv test is now enabled as an integration test. All loader tests have been moved to test/integration. Also, the simple checker library for the previous loader tests has been moved to a separate directory of its own. A follow up change will perform more cleanup of the loader CMake rules to eliminate now redundent options. Reviewed By: lntue, michaelrj Differential Revision: https://reviews.llvm.org/D122266 | 4 年前 | |
[libc][NFC] Convert threads unittests in to integration tests. 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. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D128381 | 3 年前 |