rust/tests/codegen/meta-filecheck
许杰友 Jieyou Xu (Joe) aaca9fa482 compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes
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-12-19 20:36:51 +08:00
..
check-prefix.rs Add some simple meta-tests for the handling of `filecheck` flags 2024-02-23 11:27:38 +11:00
filecheck-flags.rs Allow tests to specify a `//@ filecheck-flags:` header 2024-02-23 11:28:06 +11:00
msvc-prefix-bad.rs Add some simple meta-tests for the handling of `filecheck` flags 2024-02-23 11:27:38 +11:00
no-directives.rs Add some simple meta-tests for the handling of `filecheck` flags 2024-02-23 11:27:38 +11:00
revision-prefix.rs Add some simple meta-tests for the handling of `filecheck` flags 2024-02-23 11:27:38 +11:00