mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 03:44:46 +01:00
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 |
||
|---|---|---|
| .. | ||
| add_decl | ||
| add_decl_namespaced | ||
| change_fn_type | ||
| change_struct_same_fields | ||
| compile_error_then_log | ||
| delete_comptime_decls | ||
| fix_astgen_failure | ||
| function_becomes_inline | ||
| hello | ||
| modify_inline_fn | ||
| move_src | ||
| recursive_function_becomes_non_recursive | ||
| remove_enum_field | ||
| remove_invalid_union_backing_enum | ||
| type_becomes_comptime_only | ||
| unreferenced_error | ||