Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-11 | Tests: Update thread tests and make them pass | kleines Filmröllchen | |
The existing tests have only mildly changed, and there is another test for joining dead non-detached threads. | |||
2022-07-19 | LibC: Remove the `LibPthread` interface target | Tim Schumacher | |
2021-10-06 | Tests: Disable LibThreading detach tests for now | Andreas Kling | |
These tests don't pass (at least not without KVM) at the moment, so let's not run them on CI. | |||
2021-09-02 | Tests: Remove all file(GLOB) from CMakeLists in Tests | Andrew Kaster | |
Using a file(GLOB) to find all the test files in a directory is an easy hack to get things started, but has some drawbacks. Namely, if you add a test, it won't be found again without re-running CMake. `ninja` seems to do this automatically, but it would be nice to one day stop seeing it rechecking our globbed directories. | |||
2021-07-02 | Tests+LibThreading: Add new tests for LibThreading for detach() | Spencer Dixon | |