zig/test/behavior
2022-12-14 00:29:25 +00:00
..
bugs Fix tautological big_int tests. 2022-12-14 00:29:25 +00:00
hasdecl
import
namespace_depends_on_compile_var
pub_enum
usingnamespace stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
align.zig disable failing CBE behavior tests failing on aarch64-windows 2022-12-10 16:28:49 -07:00
alignof.zig
array.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
asm.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
async_fn.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
atomics.zig aarch64: reenable tests that are no longer regressed 2022-12-10 12:34:34 +01:00
await_struct.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
basic.zig update usages of @call 2022-12-13 13:14:20 +02:00
bit_shifting.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
bitcast.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
bitreverse.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
bool.zig
byteswap.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
byval_arg_var.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
call.zig update usages of @call 2022-12-13 13:14:20 +02:00
cast_int.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
cast.zig disable failing CBE behavior tests failing on aarch64-windows 2022-12-10 16:28:49 -07:00
comptime_memory.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
const_slice_child.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
decltest.zig
defer.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
empty_union.zig stage2: fix onePossibleValue of empty unions and enums 2022-11-04 23:13:50 +02:00
enum.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
error.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
eval.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
export_self_referential_type_info.zig
export.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
field_parent_ptr.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
floatop.zig disable failing CBE behavior tests failing on aarch64-windows 2022-12-10 16:28:49 -07:00
fn_delegation.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
fn_in_struct_in_comptime.zig
fn.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
for.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
generics.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
hasdecl.zig
hasfield.zig
if.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
import.zig
incomplete_struct_param_tld.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
inline_switch.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
int128.zig Merge pull request #13872 from koachan/sparc64-codegen 2022-12-10 15:10:21 -05:00
int_div.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
inttoptr.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
ir_block_deps.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
math.zig re-enable "signed zeros are represented properly" beahvior tests for f80 and c_longdouble 2022-12-13 13:33:16 +02:00
maximum_minimum.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
member_func.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
merge_error_sets.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
muladd.zig disable failing CBE behavior tests failing on aarch64-windows 2022-12-10 16:28:49 -07:00
namespace_depends_on_compile_var.zig
null.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
optional.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
packed_struct_explicit_backing_int.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
packed-struct.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
pointers.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
popcount.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
prefetch.zig
ptrcast.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
pub_enum.zig
ref_var_in_if_after_if_2nd_switch_prong.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
reflection.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
saturating_arithmetic.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
select.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
shuffle.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
sizeof_and_typeof.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
slice_sentinel_comptime.zig
slice.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
src.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
struct_contains_null_ptr_itself.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
struct_contains_slice_of_itself.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
struct.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
switch_prong_err_enum.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
switch_prong_implicit_cast.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
switch.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
this.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
threadlocal.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
translate_c_macros_not_utf8.h
translate_c_macros.h Translate-C Remainder Macro Fix 2022-11-03 14:07:00 +02:00
translate_c_macros.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
truncate.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
try.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
tuple_declarations.zig add tests for tuple declarations 2022-11-23 22:16:31 +02:00
tuple.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
type_info.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
type.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
typename.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
undefined.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
underscore.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
union_with_members.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
union.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
usingnamespace.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
var_args.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
vector.zig wasm: enable passing vector tests 2022-12-12 17:42:09 +01:00
void.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
wasm.zig
while.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
widening.zig disable failing CBE behavior tests failing on aarch64-windows 2022-12-10 16:28:49 -07:00
wrapping_arithmetic.zig