| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -32/+0 | |
| 2024-12-19 | compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes | 许杰友 Jieyou Xu (Joe) | -7/+0 | |
| This was fragile as it was based on host target passed to compiletest, but the user could cross-compile and run test for a different target (e.g. cross from linux to msvc, but msvc won't be set on the target). Furthermore, it was also very surprising as normally revision names (other than `CHECK`) was accepted as FileCheck prefixes. | ||||
| 2024-02-23 | Allow tests to specify a `//@ filecheck-flags:` header | Zalathar | -0/+8 | |
| Any flags specified here will be passed to LLVM's `filecheck` tool, in tests that use that tool. | ||||
| 2024-02-23 | Add some simple meta-tests for the handling of `filecheck` flags | Zalathar | -0/+31 | |
