create mode 100644 test/behavior/bugs/10138.zig create mode 100644 test/behavior/bugs/7187.zig delete mode 100644 test/incremental/access_slice_element_by_index_slice_elem_val.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_linux.0.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_linux.1.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_linux.2.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_linux.3.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_linux.4.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_linux.5.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_macos.0.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_macos.1.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_macos.2.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_macos.3.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_macos.4.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_macos.5.zig delete mode 100644 test/incremental/hello_world_with_updates_x86_64_macos.6.zig delete mode 100644 test/incremental/inline_assembly_x86_64_linux.0.zig delete mode 100644 test/incremental/inline_assembly_x86_64_linux.1.zig delete mode 100644 test/incremental/inline_assembly_x86_64_linux.2.zig delete mode 100644 test/incremental/inline_assembly_x86_64_linux.3.zig delete mode 100644 test/incremental/issue_10138_callee_preserved_regs_working_x86_64_linux.zig delete mode 100644 test/incremental/issue_7187_miscompilation_with_bool_return_type.zig delete mode 100644 test/incremental/load_store_via_pointer_deref.0.zig delete mode 100644 test/incremental/load_store_via_pointer_deref.1.zig delete mode 100644 test/incremental/load_store_via_pointer_deref.2.zig delete mode 100644 test/incremental/only_1_function_and_it_gets_updated_x86_64_linux.0.zig delete mode 100644 test/incremental/only_1_function_and_it_gets_updated_x86_64_linux.1.zig delete mode 100644 test/incremental/saving_vars_of_different_abi_size_to_stack.0.zig delete mode 100644 test/incremental/saving_vars_of_different_abi_size_to_stack.1.zig delete mode 100644 test/incremental/saving_vars_of_different_abi_size_to_stack.2.zig delete mode 100644 test/incremental/subtracting_numbers_at_runtime.zig delete mode 100644 test/incremental/unwrap_error_union_simple_errors.0.zig delete mode 100644 test/incremental/unwrap_error_union_simple_errors.1.zig create mode 100644 test/incremental/x86_64-linux/hello_world_with_updates.0.zig create mode 100644 test/incremental/x86_64-linux/hello_world_with_updates.1.zig create mode 100644 test/incremental/x86_64-linux/hello_world_with_updates.2.zig create mode 100644 test/incremental/x86_64-linux/hello_world_with_updates.3.zig create mode 100644 test/incremental/x86_64-linux/hello_world_with_updates.4.zig create mode 100644 test/incremental/x86_64-linux/hello_world_with_updates.5.zig create mode 100644 test/incremental/x86_64-linux/inline_assembly.0.zig create mode 100644 test/incremental/x86_64-linux/inline_assembly.1.zig create mode 100644 test/incremental/x86_64-linux/inline_assembly.2.zig create mode 100644 test/incremental/x86_64-linux/inline_assembly.3.zig create mode 100644 test/incremental/x86_64-linux/only_1_function_and_it_gets_updated.0.zig create mode 100644 test/incremental/x86_64-linux/only_1_function_and_it_gets_updated.1.zig create mode 100644 test/incremental/x86_64-macos/hello_world_with_updates.0.zig create mode 100644 test/incremental/x86_64-macos/hello_world_with_updates.1.zig create mode 100644 test/incremental/x86_64-macos/hello_world_with_updates.2.zig create mode 100644 test/incremental/x86_64-macos/hello_world_with_updates.3.zig create mode 100644 test/incremental/x86_64-macos/hello_world_with_updates.4.zig create mode 100644 test/incremental/x86_64-macos/hello_world_with_updates.5.zig create mode 100644 test/incremental/x86_64-macos/hello_world_with_updates.6.zig