zig/test/incremental
mlugg ca12e4f33e
test: remove old-style incremental cases, add a few new incremental cases
These cases have been disabled for a while, and we have transitioned to
using a compact file format for incremental test cases.

I was originally planning to port all of these cases, but the vast
majority aren't testing anything interesting, so it wasn't worth the
effort. I did look through each one; anything interesting being tested
has been extracted into a new case in `test/incremental/`.

Two of the new tests are currently failing with the self-hosted ELF
linker, and thus are currently only enabled with the C backend.

Resolves: #12844
2024-11-11 12:22:48 +00:00
..
add_decl incremental: disable failing test 2024-10-16 16:30:38 +01:00
add_decl_namespaced test: add x86_64-windows-cbe target to incremental cases 2024-10-05 20:52:26 +01:00
change_fn_type test: remove old-style incremental cases, add a few new incremental cases 2024-11-11 12:22:48 +00:00
change_struct_same_fields test: remove old-style incremental cases, add a few new incremental cases 2024-11-11 12:22:48 +00:00
compile_error_then_log test: remove old-style incremental cases, add a few new incremental cases 2024-11-11 12:22:48 +00:00
delete_comptime_decls test: add x86_64-windows-cbe target to incremental cases 2024-10-05 20:52:26 +01:00
fix_astgen_failure incremental: disable flaky test 2024-10-18 09:46:03 +01:00
function_becomes_inline test: remove old-style incremental cases, add a few new incremental cases 2024-11-11 12:22:48 +00:00
hello test: add x86_64-windows-cbe target to incremental cases 2024-10-05 20:52:26 +01:00
modify_inline_fn test: add x86_64-windows-cbe target to incremental cases 2024-10-05 20:52:26 +01:00
move_src test: add x86_64-windows-cbe target to incremental cases 2024-10-05 20:52:26 +01:00
recursive_function_becomes_non_recursive test: remove old-style incremental cases, add a few new incremental cases 2024-11-11 12:22:48 +00:00
remove_enum_field test: add x86_64-windows-cbe target to incremental cases 2024-10-05 20:52:26 +01:00
remove_invalid_union_backing_enum incremental: add new test case 2024-10-16 14:22:33 +01:00
type_becomes_comptime_only test: add x86_64-windows-cbe target to incremental cases 2024-10-05 20:52:26 +01:00
unreferenced_error test: add x86_64-windows-cbe target to incremental cases 2024-10-05 20:52:26 +01:00