about summary refs log tree commit diff
path: root/src/test/ui/threads-sendsync
AgeCommit message (Collapse)AuthorLines
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+2
This directive isn't automatically set by compiletest or x.py, but can be turned on manually for targets that require it.
2021-11-18Move some tests to more reasonable directoriesCaio-0/+84
2021-11-14Move some tests to more reasonable directoriesCaio-0/+254
2021-11-06Move some tests to more reasonable directoriesCaio-0/+148
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-6/+2
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-12/+32
2021-05-09remove const_fn feature gateRalf Jung-4/+3
2021-01-31Move some tests to more reasonable directoriesCaio-0/+15
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+49
Address comments Update limits
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-0/+80
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-2/+2
There were no use cases for setting them separately. Merging them simplifies some things.
2020-11-10Update tests for updated set_panic.Mara Bos-19/+7
2020-10-22Capture output from threads spawned in testsTyler Mandry-0/+5
Fixes #42474.
2020-07-25Clean up some uses of logging in ui testsOliver Scherer-2/+2
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+29
2020-01-18Add a test for iter::empty::<*mut i32> being Sync and SendKonrad Borowski-0/+1
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+1476