zig/test/behavior
r00ster91 20d3fd901e std.builtin: rename Type.Fn.Param's arg_type to type
It's the type of a parameter, not an argument, but the prefix is redundant either way.
2022-12-17 14:11:33 +01:00
..
bugs std.builtin: rename Type.Fn.Param's arg_type to type 2022-12-17 14:11:33 +01: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 behavior: enable stage2_c tests that are currently passing 2022-10-25 05:11:28 -04:00
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 C backend: fix @boolToInt 2021-10-28 17:33:05 -07:00
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 stage2: add decltests 2022-02-13 14:42:20 +02:00
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 behavior: fix redefined exports 2022-10-25 05:11:28 -04:00
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 Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
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 Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
hasfield.zig Sema: make @hasField support tuples too 2022-03-11 12:59:20 -07:00
if.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
import.zig lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00
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
lower_strlit_to_vector.zig codegen - lower str_lit to vector 2022-12-16 06:08:10 -05: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 CBE: enable more tests that are currently passing 2022-03-17 11:39:56 -07:00
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 stage1: implement @prefetch() builtin 2021-12-11 00:29:31 +01:00
ptrcast.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
pub_enum.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
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 std.builtin: rename Type.Fn.Param's arg_type to type 2022-12-17 14:11:33 +01: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 std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
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: Escape non-ASCII characters that appear in macros 2022-09-10 01:50:17 +03:00
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 std.builtin: rename Type.Fn.Param's arg_type to type 2022-12-17 14:11:33 +01:00
type.zig std.builtin: rename Type.Fn.Param's arg_type to type 2022-12-17 14:11:33 +01: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 Sema: fix memory management of union enum tag int tag 2022-12-14 14:08:21 +02: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 port packed vector elem ptr logic from stage1 2022-12-15 21:06:35 -05:00
void.zig stage2: sparc64: Skip unimplemented tests 2022-12-10 21:51:46 +07:00
wasm.zig stage2: cleanups to wasm memory intrinsics 2022-03-03 18:31:55 -07:00
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 stage1: fix saturating arithmetic producing incorrect results on type comptime_int, allow saturating left shift on type comptime int 2022-01-29 18:12:28 +02:00