about summary refs log tree commit diff
path: root/tests/run-pass-valgrind
AgeCommit message (Collapse)AuthorLines
2024-10-07Delete the `run-pass-valgrind` test suite许杰友 Jieyou Xu (Joe)-515/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-06-04rustfmt `tests/run-pass-valgrind/`.Nicholas Nethercote-26/+57
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-3/+2
This adds the `only-apple`/`ignore-apple` compiletest directive, and uses that basically everywhere instead of `only-macos`/`ignore-macos`. Some of the updates in `run-make` are a bit redundant, as they use `ignore-cross-compile` and won't run on iOS - but using Apple in these is still more correct, so I've made that change anyhow.
2024-03-18Add test for Apple's -weak_framework linker argumentMads Marquart-21/+0
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-1/+1
* The WASI targets deal with the `main` symbol a bit differently than native so some `codegen` and `assembly` tests have been ignored. * All `ignore-emscripten` directives have been updated to `ignore-wasm32` to be more clear that all wasm targets are ignored and it's not just Emscripten. * Most `ignore-wasm32-bare` directives are now gone. * Some ignore directives for wasm were switched to `needs-unwind` instead. * Many `ignore-wasm32*` directives are removed as the tests work with WASI as opposed to `wasm32-unknown-unknown`.
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-7/+7
2023-01-11Move /src/test to /testsAlbert Larsan-0/+506