zig/test
Alex Rønne Petersen ddc815e3d8 drop support for powerpc64 ELF v1
* ELF v1 on powerpc64 is only barely kept on life support in a couple of Linux
  distros. I don't anticipate that this will last much longer.
* Most of the Linux world has moved to powerpc64le which requires ELF v2.
* Some Linux distros have even started supporting powerpc64 with ELF v2.
* The BSD world has long since moved to ELF v2.
* We have no actual linking support for ELF v1.
* ELF v1 had confused DWARF register mappings which is becoming a problem in
  our DWARF code in std.debug.

It's clear that ELF v1 is on its way out, and we never fully supported it
anyway. So let's not waste any time or energy on it going forward.

closes #5927
2025-10-06 01:28:56 +02:00
..
behavior x86_64: fix bool vector init register clobber 2025-10-03 12:18:53 -04:00
c_abi test: disable some SIMD ABI tests on LoongArch 2025-09-18 12:42:24 +02:00
cases test: remove some tests that are now covered well enough by test-stack-traces 2025-10-04 20:51:07 +02:00
cli/options test: move standalone/options/ to cli/options/ 2025-10-04 21:55:39 +02:00
incremental Coff2: create a new linker from scratch 2025-10-02 17:44:52 -04:00
link test: disable test-link on FreeBSD 2025-09-22 01:37:32 +02:00
src test: don't run error/stack trace tests on self-hosted on BSDs 2025-10-01 01:06:10 +02:00
standalone test: disable standalone tsan test 2025-10-05 02:13:21 +02:00
behavior.zig delete behavior test that depends on std.fmt 2025-08-31 12:49:18 -07:00
cases.zig test: remove ad-hoc nvptx tests 2025-10-04 20:51:07 +02:00
compile_errors.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
error_traces.zig test: disable an error trace test on optimized riscv64-linux 2025-10-01 12:58:20 +02:00
gen_h.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
libc.zig libc-test: disable daemon-failure.c 2025-09-25 12:57:56 +02:00
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
stack_traces.zig tests: split up and enhance stack trace tests 2025-09-30 13:44:53 +01:00
tests.zig drop support for powerpc64 ELF v1 2025-10-06 01:28:56 +02:00