zig/test
Andrew Kelley a85f41ec2c test-stack-traces: relax parsing rules
* accept forward and backward slashes in file paths
 * strip multiple extensions; e.g. if the basename is "test.exe.obj"
   then it strips to "test".
2022-08-19 16:45:16 -07:00
..
behavior improved ABI alignment/size for >= 128-bit integers 2022-08-18 20:34:36 -07:00
c_abi C ABI tests no longer apply to only stage1 2022-07-26 14:51:45 -07:00
cases make self-hosted the default compiler 2022-08-19 16:45:15 -07:00
link link-test: refactor and reorg 2022-08-17 23:13:49 +02:00
src std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
stage2 Sema: allow empty enums and unions 2022-08-17 23:03:04 +03:00
standalone AstGen: disable null bytes and empty stings in some places 2022-07-26 12:14:59 +03:00
assemble_and_link.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
behavior.zig Sema: allow empty enums and unions 2022-08-17 23:03:04 +03:00
cases.zig test: migrate stage1 compile error tests to updated test manifest 2022-04-28 18:35:01 +02:00
cli.zig init-exe template: align cli tests to new template 2022-08-05 00:42:53 +02:00
compare_output.zig std: compile error on invalid testing allocator usage 2022-07-24 11:57:00 +03:00
compile_errors.zig Sema: analyzeInlineCallArg needs a block for the arg and the param 2022-07-25 22:04:08 +03:00
gen_h.zig run zig fmt on src/ and test/ 2020-10-31 12:21:49 +02:00
link.zig link-test: refactor and reorg 2022-08-17 23:13:49 +02:00
run_translated_c.zig translate-c: use correct number of initializers for vectors 2022-07-30 13:24:03 +03:00
stack_traces.zig libstd: fix off-by-one error in def of ProcSym in pdb 2022-08-17 16:36:02 -04:00
standalone.zig disable failing standalone test: issue_11595 2022-08-11 17:53:12 -07:00
tests.zig test-stack-traces: relax parsing rules 2022-08-19 16:45:16 -07:00
translate_c.zig fix: fix off-by-one for leading zeroes 2022-08-20 01:45:34 +03:00