zig/test
Manlio Perillo 423d7b848b test/src/Cases: fix incorrect code to find zig_lib_directory
The runCases function incorrectly called the introspect.findZigLibDir
function, causing a possible error, depending on the location of the
local cache directory, since the current executable is check-case.

Use findZigLibDirFromSelfExe, passing the zig_exe_path argument.

The current CI scripts work correctly because ZIG_LOCAL_CACHE_DIR is set
to "$(pwd)/zig-local-cache".

Fixes #15044
2023-06-18 18:20:42 -07:00
..
behavior Merge pull request #16064 from Luukdegram/wasm-linker 2023-06-16 22:03:35 -07:00
c_abi
cases Merge pull request #15726 from mlugg/feat/peer-type-resolution-but-better 2023-06-14 07:18:28 -07:00
link std: replace builtin.Version with SemanticVersion 2023-06-17 13:17:34 -07:00
src test/src/Cases: fix incorrect code to find zig_lib_directory 2023-06-18 18:20:42 -07:00
standalone std.http: Fix segfault while redirecting 2023-06-17 21:58:33 -07:00
assemble_and_link.zig
behavior.zig wasm: support calling alias'd function pointers 2023-06-16 17:16:56 +02:00
cases.zig
cbe.zig
compare_output.zig
compile_errors.zig
gen_h.zig
link.zig
nvptx.zig
run_translated_c.zig
stack_traces.zig
standalone.zig std.http: add simple standalone http tests, add state check for http server 2023-05-06 21:35:15 -05:00
tests.zig Fixes WriteFile.getFileSource failure on Windows (#15730) 2023-05-24 14:26:07 -07:00
translate_c.zig translate-c: fix codegen when C source has variables named the same as mangling prefixes 2023-04-26 17:30:46 +03:00