zig/test
Alex Rønne Petersen 2e3fac3626
test: rename backend=stage2 to backend=selfhosted, and add backend=auto
backend=auto (now the default if backend is omitted) means to let the compiler
pick whatever backend it wants as the default. This is important for platforms
where we don't yet have a self-hosted backend, such as loongarch64.

Also purge a bunch of redundant target=native.
2025-09-16 23:39:26 +02:00
..
behavior std.math.big.int: normalize zero result for small multiplications 2025-09-13 17:13:27 +01:00
c_abi test: expand C ABI test coverage to hexagon-linux-musl 2025-08-30 06:36:41 +02:00
c_import aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
cases test: rename backend=stage2 to backend=selfhosted, and add backend=auto 2025-09-16 23:39:26 +02:00
incremental Dwarf: implement comptime-known extern values 2025-08-15 18:29:06 -04:00
link Migrate from deprecated Step.Compile APIs 2025-07-26 12:06:43 +02:00
src test: rename backend=stage2 to backend=selfhosted, and add backend=auto 2025-09-16 23:39:26 +02:00
standalone test: rename issue_8550 standalone test to compile_asm 2025-09-16 14:51:29 +02:00
behavior.zig delete behavior test that depends on std.fmt 2025-08-31 12:49:18 -07:00
c_import.zig
cases.zig
compile_errors.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
gen_h.zig
llvm_ir.zig test: Add some basic LLVM IR tests for atomics, volatile, and allowzero. 2025-05-12 17:07:50 +02:00
llvm_targets.zig std.Target: add vita os 2025-08-26 07:50:06 +02:00
nvptx.zig Remove uses of deprecated callconv aliases 2025-03-05 03:01:43 +00:00
run_translated_c.zig
stack_traces.zig test: Disable error union switch with call operand (ReleaseSafe) on macos. 2025-04-04 06:08:10 +02:00
tests.zig test: remove test-compare-output and test-asm-link tests 2025-09-16 14:51:03 +02:00
translate_c.zig zig fmt: apply new cast builtin order 2025-08-03 14:59:56 +02:00