zig/test/standalone
Ryan Liptak 3db8cffa3b spawnWindows: Fix PATH searching when cwd is absolute
Fixes a regression caused by https://github.com/ziglang/zig/pull/13983

From the added comment:

We still search the path if the cwd is absolute because of the
"cwd set in ChildProcess is in effect when choosing the executable path
to match posix semantics" behavior--we don't want to skip searching
the PATH just because we were trying to set the cwd of the child process.
2022-12-19 04:12:46 -05:00
..
brace_expansion allocgate: fix failing tests 2021-11-30 23:32:48 +00:00
c_compiler compiler-rt: Implement mulXc3 and divXc3 functions 2022-10-09 11:09:41 -07:00
cat allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
emit_asm_and_bin stage2: fix emitting asm and bin at the same time 2022-10-14 14:46:50 -04:00
empty_env std: compile error on invalid testing allocator usage 2022-07-24 11:57:00 +03:00
global_linkage update usage of std.testing in behavior and standalone tests 2021-05-08 15:15:30 +03:00
guess_number update guess number standalone test 2020-12-18 12:22:46 -07:00
hello_world fix code broken from previous commit 2021-06-21 17:03:03 -07:00
install_raw_hex CI stage3 test coverage for test-standalone 2022-07-24 15:02:05 -07:00
issue_339 std: add return address parameter to panic fn 2022-09-20 19:05:00 -07:00
issue_794 Normalize some build function names 2022-01-24 20:15:32 +02:00
issue_5825 fix deadlock with build-exe on an object for windows 2020-12-11 18:34:34 -05:00
issue_7030 std.log: give friendly error to freestanding users 2022-07-07 21:40:31 +03:00
issue_8550 std: add return address parameter to panic fn 2022-09-20 19:05:00 -07:00
issue_9402 Added implementation for _fseeki64 and _ftelli64 from mingw-w64 9.0.0 (#9402). (#9766) 2021-09-15 13:38:00 -04:00
issue_9693 add standalone test for issue #9693 2021-09-06 15:16:30 -04:00
issue_9812 AstGen: disable null bytes and empty stings in some places 2022-07-26 12:14:59 +03:00
issue_11595 stdlib: escape backslashes and double quotes in Builder response file 2022-05-09 18:42:42 +03:00
issue_12471 translate-c: Don't add self-defined macros to global name table 2022-08-26 11:24:57 +03:00
issue_12588 Module: fix early exit conditions during compilation 2022-10-15 14:18:35 -04:00
issue_12706 Sema: add more validation to coerceVarArgParam 2022-09-01 13:16:33 +03:00
issue_13030 test/standalone: remove unneeded FnPtr 2022-10-03 10:28:30 -04:00
load_dynamic_library CI stage3 test coverage for test-standalone 2022-07-24 15:02:05 -07:00
main_pkg_path
main_return_error
mix_c_files pre-merge cleanups 2021-11-15 16:32:15 -07:00
mix_o_files Remove the base64 unsafe decoder 2021-03-28 14:32:34 +02:00
noreturn_call Sema: do not emit dbg_inline_end after NoReturn 2022-09-02 17:57:10 +03:00
options add test coverage for zig build CLI and options API 2022-11-30 13:22:43 -07:00
pie std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
pkg_import
shared_library stage2: fix not detecting all dynamic libraries 2020-11-30 20:25:28 -07:00
static_c_lib Normalize some build function names 2022-01-24 20:15:32 +02:00
test_runner_path test: add test_runner_path test 2022-11-02 22:41:20 +11:00
use_alias Normalize some build function names 2022-01-24 20:15:32 +02:00
windows_spawn spawnWindows: Fix PATH searching when cwd is absolute 2022-12-19 04:12:46 -05:00