about summary refs log tree commit diff
path: root/src/test/ui/threads-sendsync
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-2211/+0
2022-11-22Speed up mpsc_stress testmejrs-16/+51
2022-10-18Rollup merge of #103023 - andrewpollack:i-fuchsia-finals, r=tmandryYuki Okushi-0/+1
Adding `fuchsia-ignore` and `needs-unwind` to compiler test cases Final tests covering missing privileges r? ``@tmandry`` cc. ``@djkoloski``
2022-10-14wasm-ignore some tests that access thread-local private detailsRalf Jung-2/+2
2022-10-13Adding fuchsia-ignore and needs-unwind to compiler test casesAndrew Pollack-0/+1
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-5/+6
This reverts commit 8b8f6653cfd54525714f02efe7af0a0f830e185c.
2022-04-25avoid fully qualifying error output of issue-43733 testEmil Gardström-8/+10
2022-04-24only show a simple description in E0133 span labelEmil Gardström-4/+4
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-13/+15
this enables consumers to access the function definition that was reported to be unsafe
2022-04-21Move some tests to more reasonable directoriesCaio-0/+23
2022-03-05Update tests.Mara Bos-5/+7
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