zig/test/behavior
2025-09-07 20:23:05 -07:00
..
conflicting_externs
hasdecl
import
namespace_depends_on_compile_var
pub_enum
x86_64 cbe: emit nonstring attribute 2025-08-11 11:30:51 -07:00
zon compiler: allow @import of ZON without a result type 2025-04-02 05:53:22 +01:00
abs.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
addrspace_and_linksection.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
align.zig test: skip tests that were not meant to pass for spirv 2025-08-09 13:27:45 +03:30
alignof.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
array.zig sema: strip @splat operand result type before checking it 2025-08-13 13:55:57 +01:00
asm.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
atomics.zig llvm: fix atomic widening of packed structs 2025-07-30 09:56:38 +01:00
basic.zig aarch64: more progress 2025-07-25 14:20:23 -04:00
bit_shifting.zig make >> a compile error with any undef arg ; add a bunch of test cases 2025-08-12 16:33:57 +02:00
bitcast.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
bitreverse.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
bool.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
builtin_functions_returning_void_or_noreturn.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
byteswap.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
byval_arg_var.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
call.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
cast.zig wasm backend: disable failing behavior tests 2025-09-07 20:11:37 -07:00
cast_int.zig behavior tests: update for new requirement 2025-09-05 19:44:54 -07:00
comptime_memory.zig test: skip tests that were not meant to pass for spirv 2025-08-09 13:27:45 +03:30
const_slice_child.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
decl_literals.zig aarch64: implement more optional/error union/union support 2025-07-26 21:39:50 -04:00
decltest.zig riscv: math progress 2024-05-11 02:17:24 -07:00
defer.zig aarch64: workaround some optional/union issues 2025-07-28 09:03:17 -07:00
destructure.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
duplicated_test_names.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
empty_union.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
enum.zig aarch64: fix error union constants 2025-07-27 08:01:07 -04:00
error.zig aarch64: fix error union constants 2025-07-27 08:01:07 -04:00
eval.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
export_builtin.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
export_c_keywords.zig lib,test,tools,doc: update usages of @export 2024-08-27 00:44:35 +01:00
export_keyword.zig behavior tests: update for new requirement 2025-09-05 19:44:54 -07:00
export_self_referential_type_info.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
extern.zig Add test for passing extern function to function 2025-08-15 18:29:06 -04:00
extern_struct_zero_size_fields.zig
field_parent_ptr.zig disable failing behavior test on stage2_aarch64 2025-09-05 23:47:56 -07:00
file_to_embed.txt
floatop.zig AstGen: forward result type through unary float builtins 2025-08-28 15:46:12 +01:00
fn.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
fn_delegation.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
fn_in_struct_in_comptime.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
for.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
generics.zig test: skip tests that were not meant to pass for spirv 2025-08-09 13:27:45 +03:30
globals.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
hasdecl.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
hasfield.zig
if.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
import.zig remove usingnamespace from the language 2025-07-07 13:39:48 -07:00
import_c_keywords.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
incomplete_struct_param_tld.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
inline_switch.zig aarch64: implement more optional/error union/union support 2025-07-26 21:39:50 -04:00
int128.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
int_comparison_elision.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
ir_block_deps.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
lower_strlit_to_vector.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
math.zig Merge pull request #24537 from IOKG04/some-documentation-updates-0 2025-07-31 02:32:32 +01:00
maximum_minimum.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
member_func.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
memcpy.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
memmove.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
memset.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
merge_error_sets.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
muladd.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
multiple_externs_with_conflicting_types.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
namespace_depends_on_compile_var.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
nan.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
null.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
optional.zig aarch64: workaround some optional/union issues 2025-07-28 09:03:17 -07:00
packed-struct.zig behavior tests: update for new requirement 2025-09-05 19:44:54 -07:00
packed-union.zig behavior tests: update for new requirement 2025-09-05 19:44:54 -07:00
packed_struct_explicit_backing_int.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
pointers.zig test: skip tests that were not meant to pass for spirv 2025-08-09 13:27:45 +03:30
popcount.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
prefetch.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
ptrcast.zig Sema: exclude sentinel from source array length in pointer cast to slice 2025-07-26 14:54:04 +01:00
ptrfromint.zig test: skip tests that were not meant to pass for spirv 2025-08-09 13:27:45 +03:30
pub_enum.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
ref_var_in_if_after_if_2nd_switch_prong.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
reflection.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
return_address.zig aarch64: implement some safety checks 2025-07-26 17:31:04 -04:00
saturating_arithmetic.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
select.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
shuffle.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
sizeof_and_typeof.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
slice.zig test: skip tests that were not meant to pass for spirv 2025-08-09 13:27:45 +03:30
slice_sentinel_comptime.zig
src.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
string_literals.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
struct.zig LLVM backend:fix align 1 sret parameter load returned 2025-08-29 03:37:18 -07:00
struct_contains_null_ptr_itself.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
struct_contains_slice_of_itself.zig aarch64: workaround some optional/union issues 2025-07-28 09:03:17 -07:00
switch.zig address comments 2025-08-07 13:58:49 +02:00
switch_loop.zig Add support for both '_' and 'else' prongs at the same time in switch statements 2025-08-07 13:58:47 +02:00
switch_on_captured_error.zig aarch64: implement more optional/error union/union support 2025-07-26 21:39:50 -04:00
switch_prong_err_enum.zig aarch64: workaround some optional/union issues 2025-07-28 09:03:17 -07:00
switch_prong_implicit_cast.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
this.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
threadlocal.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
truncate.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
try.zig aarch64: workaround some optional/union issues 2025-07-28 09:03:17 -07:00
tuple.zig remove usages of .alignment = 0 2025-08-01 14:57:16 -07:00
tuple_declarations.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
type.zig disallow alignment on packed union fields 2025-08-02 09:51:26 -07:00
type_info.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
typename.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
undefined.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
underscore.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
union.zig behavior tests: remove one dependency on std lib 2025-09-07 20:23:05 -07:00
var_args.zig test: disable some varargs behavior tests on RISC-V due to LLVM 21 regression 2025-08-30 06:36:41 +02:00
vector.zig wasm backend: disable failing behavior tests 2025-09-07 20:11:37 -07:00
void.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
wasm.zig riscv: add stage2_riscv to test matrix and bypass failing tests 2024-05-11 02:17:24 -07:00
while.zig aarch64: fix error union constants 2025-07-27 08:01:07 -04:00
widening.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
wrapping_arithmetic.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
x86_64.zig x86_64: increase passing test coverage on windows 2025-06-19 18:41:12 -04:00
zero.bin Module: fix @embedFile of files containing zero bytes 2024-02-22 12:33:53 -08:00
zon.zig compiler: allow @import of ZON without a result type 2025-04-02 05:53:22 +01:00