about summary refs log tree commit diff
path: root/src/test/ui/test-thread-capture.rs
AgeCommit message (Collapse)AuthorLines
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-32/+0
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-0/+1
2020-10-26Ignore threaded capture tests on WASM w/o threadsSergio Benitez-0/+1
2020-10-22Capture output from threads spawned in testsTyler Mandry-0/+30
Fixes #42474.