| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -14/+0 | |
| 2024-07-14 | reenable some windows tests | klensy | -1/+0 | |
| 2024-05-28 | Make more of the test suite run on Mac Catalyst | Mads Marquart | -1/+1 | |
| 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-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -0/+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) | -3/+3 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+14 | |
