zig/test
mlugg b3f9fe6d04
Unify incremental test cases and disable many
The self-hosted aarch64 backend is not currently functional due to the
Liveness changes. A previous commit disabled aarch64 on the behavior
tests; this commit disables it and arm for the test cases. Moreover, all
incremental test cases have been unified into shared cross-platform
cases, which can be gradually enabled as the backends improve.
2023-04-20 20:49:36 +01:00
..
behavior behavior: fix test disable condition 2023-04-20 20:49:35 +01:00
c_abi
cases Unify incremental test cases and disable many 2023-04-20 20:49:36 +01:00
link test-link: update type link test due start.zig 2023-04-14 15:25:45 +02:00
src Zir: implement explicit block_comptime instruction 2023-04-12 12:06:19 -04:00
standalone Merge pull request #15308 from kcbanner/dynlib_lookup_alignment 2023-04-17 12:02:57 +02:00
assemble_and_link.zig
behavior.zig
cases.zig
cbe.zig
compare_output.zig
compile_errors.zig
gen_h.zig
link.zig Merge pull request #15101 from motiejus/glibc_compat 2023-04-06 17:15:58 -04:00
nvptx.zig amdgpu,nvptx: unify kernel calling conventions 2023-04-09 01:51:54 +02:00
run_translated_c.zig
stack_traces.zig
standalone.zig Sema: fix empty infinite loops 2023-04-17 02:30:10 +03:00
tests.zig x86_64: disable some behavior tests 2023-04-20 20:49:35 +01:00
translate_c.zig