rust/tests/ui/print-request
Zalathar 84ff44c749 Add perma-unstable --print=backend-has-zstd for use by compiletest
Tests for `-Zdebuginfo-compression=zstd` need to be skipped if LLVM was built
without support for zstd compression.

Currently, compiletest relies on messy and fragile heuristics to detect whether
the compiler's LLVM was built with zstd support. But the compiler itself
already knows whether LLVM has zstd or not, so it's easier for compiletest to
just ask the compiler.
2025-12-05 14:27:52 +11:00
..
backend-has-zstd-unstable.rs Add perma-unstable --print=backend-has-zstd for use by compiletest 2025-12-05 14:27:52 +11:00
backend-has-zstd-unstable.stderr Add perma-unstable --print=backend-has-zstd for use by compiletest 2025-12-05 14:27:52 +11:00
host.rs Add --print host-triple 2024-11-02 21:29:59 +01:00
host.stdout Add --print host-triple 2024-11-02 21:29:59 +01:00
invalid-target.rs compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
invalid-target.stderr move deployment-target tests to print-request 2024-11-02 21:29:59 +01:00
macos-target.rs Remove the -test suffix from normalize directives 2024-12-27 19:58:16 +11:00
macos-target.stdout Print env var in --print=deployment-target 2024-11-22 20:46:05 +01:00
print-calling-conventions.rs cleaned up some tests 2025-07-05 00:45:24 +05:00
print-calling-conventions.stdout moved tests 2025-07-01 18:21:05 +05:00
print-lints-help.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
print-lints-help.stderr Add perma-unstable --print=backend-has-zstd for use by compiletest 2025-12-05 14:27:52 +11:00
stability.rs Revert overeager warning for misuse of --print native-static-libs 2025-06-16 12:43:36 -07:00
supported-crate-types.linux.stdout Implement supported-crate-types print request 2025-03-23 19:08:54 +08:00
supported-crate-types.musl.stdout Implement supported-crate-types print request 2025-03-23 19:08:54 +08:00
supported-crate-types.rs tests: Skip supported-crate-types test on musl hosts 2025-07-18 19:05:32 +02:00
supported-crate-types.wasm.stdout Implement supported-crate-types print request 2025-03-23 19:08:54 +08:00