zig/test/behavior
2023-09-19 09:37:53 -07:00
..
bugs std: Rename TailQueue to DoublyLinkedList 2023-08-27 20:57:46 -07:00
hasdecl
import
namespace_depends_on_compile_var
pub_enum
usingnamespace compiler_rt: fix arm hard-float f16 abi 2023-09-19 09:37:53 -07:00
align.zig disable behavior tests regressed by LLVM 17 2023-09-19 09:37:50 -07:00
alignof.zig behavior: correct alignment for elements and slices of aligned array 2023-06-27 19:57:23 -04:00
array.zig Sema: avoid deleting runtime side-effects in comptime initializers 2023-08-11 11:01:47 -07:00
asm.zig llvm: support read-write output constraints in assembly 2023-07-29 09:49:04 -07:00
async_fn.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
atomics.zig behavior: disable another test regressed by LLVM 17 for mips 2023-09-19 09:37:53 -07:00
await_struct.zig
basic.zig std.cstr: deprecate namespace 2023-06-25 14:51:03 -07:00
bit_shifting.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
bitcast.zig behavior: disable test that regressed with LLVM 17 2023-09-19 09:37:32 -07:00
bitreverse.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
bool.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
builtin_functions_returning_void_or_noreturn.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
byteswap.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
byval_arg_var.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
c_char_signedness.zig spirv: disable new behavior tests that do not pass 2023-07-01 19:45:09 +02:00
call.zig Sema: mark pointers to inline functions as comptime-only 2023-09-15 21:46:38 -07:00
call_tail.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
cast.zig disable behavior tests regressed by LLVM 17 2023-09-19 09:37:50 -07:00
cast_int.zig wasm: correctly intcast signed integers 2023-07-22 02:12:07 +02:00
comptime_memory.zig spirv: disable new behavior tests that do not pass 2023-07-01 19:45:09 +02:00
const_slice_child.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
decltest.zig spirv: more passing tests 2023-05-20 17:30:22 +02:00
defer.zig add behavior test for defer assign 2023-07-26 19:02:02 -07:00
destructure.zig compiler: implement destructuring syntax 2023-09-15 11:33:53 -07:00
duplicated_test_names.zig spirv: more passing tests 2023-05-20 17:30:22 +02:00
empty_file_level_struct.zig
empty_file_level_union.zig
empty_tuple_fields.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
empty_union.zig enable passing behavior tests 2023-05-31 18:04:33 +02:00
enum.zig spirv: disable new behavior tests that do not pass 2023-07-01 19:45:09 +02:00
error.zig frontend: make fn calls byval; fix false positive isNonErr 2023-07-27 10:12:08 -07:00
eval.zig AstGen: allow closure over known-runtime values within @TypeOf 2023-09-17 12:41:11 +01:00
export.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
export_self_referential_type_info.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
extern_struct_zero_size_fields.zig Allow zero-sized fields in extern structs (#16404) 2023-07-29 12:45:01 -04:00
field_parent_ptr.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00
floatop.zig compiler_rt: fix arm hard-float f16 abi 2023-09-19 09:37:53 -07:00
fn.zig std: cleanup asm usage 2023-07-31 01:58:10 -04:00
fn_delegation.zig spirv: more passing tests 2023-05-20 17:30:22 +02:00
fn_in_struct_in_comptime.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
for.zig AstGen: fix missing deferred ref 2023-07-26 22:19:30 -07:00
generics.zig InternPool: add func_coerced handling to funcIesResolved 2023-07-23 17:47:18 -07:00
hasdecl.zig
hasfield.zig
if.zig behavior: if-@as-if chain 2023-06-27 19:57:23 -04:00
import.zig
incomplete_struct_param_tld.zig
inline_switch.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
int128.zig x86 backend: don't read bogus safety flag 2023-09-19 00:43:21 -07:00
int_comparison_elision.zig Dwarf: fix overflow write byte_size 2023-05-15 03:07:51 -04:00
int_div.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00
ir_block_deps.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
lower_strlit_to_vector.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
math.zig compiler_rt: fix fp sub being optimized to call itself 2023-09-19 09:37:52 -07:00
maximum_minimum.zig wasm: enable successful behavior tests 2023-09-10 15:59:02 +02:00
member_func.zig Zir: eliminate field_call_bind and field_call_bind_named 2023-05-20 12:27:48 -07:00
memcpy.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
memset.zig compiler: provide result type for @memset value 2023-08-28 12:33:36 -07:00
merge_error_sets.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
muladd.zig compiler_rt: fix arm hard-float f16 abi 2023-09-19 09:37:53 -07:00
namespace_depends_on_compile_var.zig
null.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00
optional.zig Sema: remove validateRunTimeType 2023-08-09 05:46:44 -04:00
packed-struct.zig codegen: fix access to byte-aligned nested packed struct elems 2023-07-29 18:16:13 +02:00
packed-union.zig behavior: add coverage for no longer reproducing issue 2023-07-29 09:00:23 -07:00
packed_struct_explicit_backing_int.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
pointers.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
popcount.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
prefetch.zig llvm/cbe: support slice in @prefetch 2023-08-28 19:04:53 -07:00
ptrcast.zig add behavior test for comptime ptrcast packed struct 2023-07-26 19:02:02 -07:00
ptrfromint.zig spirv: disable new behavior tests that do not pass 2023-07-01 19:45:09 +02:00
pub_enum.zig spirv: lower get_union_tag 2023-05-20 18:43:26 +03:30
ref_var_in_if_after_if_2nd_switch_prong.zig spirv: more passing tests 2023-05-20 17:30:22 +02:00
reflection.zig spirv: more passing tests 2023-05-20 17:30:22 +02:00
return_address.zig enable passing behavior tests 2023-05-31 18:04:33 +02:00
saturating_arithmetic.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
select.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00
shuffle.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00
sizeof_and_typeof.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
slice.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
slice_sentinel_comptime.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
src.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
stage2_wasm_div.zig Replace @panic with unreachable, add test 2023-08-23 20:34:59 +01:00
struct.zig Sema: avoid deleting runtime side-effects in comptime initializers 2023-08-11 11:01:47 -07:00
struct_contains_null_ptr_itself.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
struct_contains_slice_of_itself.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
switch.zig add behavior test for switch nested break 2023-07-26 19:02:02 -07:00
switch_prong_err_enum.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
switch_prong_implicit_cast.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
this.zig spirv: more passing tests 2023-05-20 17:30:22 +02:00
threadlocal.zig x86_64: disable failing behavior test 2023-06-25 19:14:03 -04:00
translate_c_macros.h std.zig.c_translation.zig: fix L suffix with sized ints 2023-09-18 13:27:32 +03:00
translate_c_macros.zig std.zig.c_translation.zig: fix L suffix with sized ints 2023-09-18 13:27:32 +03:00
translate_c_macros_not_utf8.h
truncate.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
try.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00
tuple.zig llvm: fix SysV C abi for structs smaller than two eightbytes 2023-07-28 19:27:08 -04:00
tuple_declarations.zig frontend: forbid packed and extern tuples 2023-07-25 21:45:33 -07:00
type.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
type_info.zig make @typeInfo not return private decls 2023-07-25 16:19:08 -07:00
type_info_only_pub_decls.zig make @typeInfo not return private decls 2023-07-25 16:19:08 -07:00
typename.zig write function types consistently with a space before fn keyword 2023-09-19 15:15:05 +03:00
undefined.zig Sema: cleanup coerceExtra 2023-08-30 16:50:30 -04:00
underscore.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
union.zig compiler: move unions into InternPool 2023-08-22 13:54:14 -07:00
union_with_members.zig enable passing behavior tests 2023-05-31 18:04:33 +02:00
usingnamespace.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00
var_args.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
vector.zig compiler_rt: fix fp sub being optimized to call itself 2023-09-19 09:37:52 -07:00
void.zig setup spirv backend in behavior tests 2023-05-11 20:31:52 +02:00
wasm.zig
while.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00
widening.zig compiler_rt: fix arm hard-float f16 abi 2023-09-19 09:37:53 -07:00
wrapping_arithmetic.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00