src/test.zig | 6 +++--- test/behavior.zig | 2 ++ test/behavior/bugs/10138.zig | 34 ++++++++++++++++++++++++++++++++ test/behavior/bugs/7187.zig | 18 +++++++++++++++++ test/incremental/access_slice_element_by_index_slice_elem_val.zig | 17 ---------------- test/incremental/hello_world_with_updates_x86_64_linux.0.zig | 5 ----- test/incremental/hello_world_with_updates_x86_64_linux.1.zig | 5 ----- test/incremental/hello_world_with_updates_x86_64_linux.2.zig | 32 ------------------------------ test/incremental/hello_world_with_updates_x86_64_linux.3.zig | 20 ------------------- test/incremental/hello_world_with_updates_x86_64_linux.4.zig | 20 ------------------- test/incremental/hello_world_with_updates_x86_64_linux.5.zig | 22 --------------------- test/incremental/hello_world_with_updates_x86_64_macos.0.zig | 5 ----- test/incremental/hello_world_with_updates_x86_64_macos.1.zig | 5 ----- test/incremental/hello_world_with_updates_x86_64_macos.2.zig | 19 ------------------ test/incremental/hello_world_with_updates_x86_64_macos.3.zig | 16 --------------- test/incremental/hello_world_with_updates_x86_64_macos.4.zig | 22 --------------------- test/incremental/hello_world_with_updates_x86_64_macos.5.zig | 16 --------------- test/incremental/hello_world_with_updates_x86_64_macos.6.zig | 18 ----------------- test/incremental/inline_assembly_x86_64_linux.0.zig | 16 --------------- test/incremental/inline_assembly_x86_64_linux.1.zig | 15 -------------- test/incremental/inline_assembly_x86_64_linux.2.zig | 12 ----------- test/incremental/inline_assembly_x86_64_linux.3.zig | 12 ----------- test/incremental/issue_10138_callee_preserved_regs_working_x86_64_linux.zig | 31 ----------------------------- test/incremental/issue_7187_miscompilation_with_bool_return_type.zig | 18 ----------------- test/incremental/load_store_via_pointer_deref.0.zig | 16 --------------- test/incremental/load_store_via_pointer_deref.1.zig | 16 --------------- test/incremental/load_store_via_pointer_deref.2.zig | 16 --------------- test/incremental/only_1_function_and_it_gets_updated_x86_64_linux.0.zig | 13 ------------ test/incremental/only_1_function_and_it_gets_updated_x86_64_linux.1.zig | 12 ----------- test/incremental/saving_vars_of_different_abi_size_to_stack.0.zig | 16 --------------- test/incremental/saving_vars_of_different_abi_size_to_stack.1.zig | 16 --------------- test/incremental/saving_vars_of_different_abi_size_to_stack.2.zig | 16 --------------- test/incremental/subtracting_numbers_at_runtime.zig | 10 ---------- test/incremental/unwrap_error_union_simple_errors.0.zig | 10 ---------- test/incremental/unwrap_error_union_simple_errors.1.zig | 11 ----------- test/incremental/x86_64-linux/hello_world_with_updates.0.zig | 5 +++++ test/incremental/x86_64-linux/hello_world_with_updates.1.zig | 5 +++++ test/incremental/x86_64-linux/hello_world_with_updates.2.zig | 32 ++++++++++++++++++++++++++++++ test/incremental/x86_64-linux/hello_world_with_updates.3.zig | 20 +++++++++++++++++++ test/incremental/x86_64-linux/hello_world_with_updates.4.zig | 20 +++++++++++++++++++ test/incremental/x86_64-linux/hello_world_with_updates.5.zig | 22 +++++++++++++++++++++ test/incremental/x86_64-linux/inline_assembly.0.zig | 16 +++++++++++++++ test/incremental/x86_64-linux/inline_assembly.1.zig | 15 ++++++++++++++ test/incremental/x86_64-linux/inline_assembly.2.zig | 12 +++++++++++ test/incremental/x86_64-linux/inline_assembly.3.zig | 12 +++++++++++ test/incremental/x86_64-linux/only_1_function_and_it_gets_updated.0.zig | 13 ++++++++++++ test/incremental/x86_64-linux/only_1_function_and_it_gets_updated.1.zig | 12 +++++++++++ test/incremental/x86_64-macos/hello_world_with_updates.0.zig | 5 +++++ test/incremental/x86_64-macos/hello_world_with_updates.1.zig | 5 +++++ test/incremental/x86_64-macos/hello_world_with_updates.2.zig | 19 ++++++++++++++++++ test/incremental/x86_64-macos/hello_world_with_updates.3.zig | 16 +++++++++++++++ test/incremental/x86_64-macos/hello_world_with_updates.4.zig | 22 +++++++++++++++++++++ test/incremental/x86_64-macos/hello_world_with_updates.5.zig | 16 +++++++++++++++ test/incremental/x86_64-macos/hello_world_with_updates.6.zig | 18 +++++++++++++++++ 54 files changed, 342 insertions(+), 481 deletions(-)