zig/test/behavior
2023-11-03 23:18:21 -04:00
..
bugs wasm: re-enable regressed tests 2023-11-01 19:47:15 +01: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
abs.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
align.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
alignof.zig spirv: enable passing tests 2023-09-23 12:36:56 -07:00
array.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
asm.zig x86_64: improve inline assembly support 2023-10-07 16:02:01 -04: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 Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"" 2023-10-22 15:46:43 -04:00
bit_shifting.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
bitcast.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
bitreverse.zig x86_64: implement 128-bit builtins 2023-10-23 22:42:18 -04: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 x86_64: implement 128-bit builtins 2023-10-23 22:42:18 -04:00
byval_arg_var.zig spirv: enable passing tests 2023-09-23 12:36:56 -07:00
c_char_signedness.zig spirv: disable new behavior tests that do not pass 2023-07-01 19:45:09 +02:00
call.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
call_tail.zig spirv: disable failing tests 2023-09-23 12:36:44 -07:00
cast.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
cast_int.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
comptime_memory.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
const_slice_child.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
decltest.zig spirv: more passing tests 2023-05-20 17:30:22 +02:00
defer.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
destructure.zig Sema: refactor detection of comptime-known consts 2023-09-23 13:51:18 +01: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
empty_union.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
enum.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
error.zig Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"" 2023-10-23 06:27:12 -04:00
eval.zig Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"" 2023-10-23 06:27:12 -04:00
export_builtin.zig coff: implement exporting anon decls 2023-10-29 18:55:58 +01:00
export_keyword.zig split export behavior test into export_keyword and export_builtin 2023-10-27 12:45:04 -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 spirv: fieldParentPtr 2023-10-16 20:27:28 -04:00
file_to_embed.txt rename behavior test to better describe what it does 2023-10-23 17:28:10 -07:00
floatop.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
fn.zig x86_64: fix compiler rt test failures 2023-10-29 07:20:36 -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 spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
generics.zig Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"" 2023-10-23 06:27:12 -04:00
globals.zig x86_64: fix compiler rt test failures 2023-10-29 07:20:36 -04:00
hasdecl.zig
hasfield.zig
if.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
import.zig
incomplete_struct_param_tld.zig
inline_switch.zig spirv: switch on bool 2023-10-18 02:31:16 +03:30
int128.zig Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"" 2023-10-22 15:46:43 -04:00
int_comparison_elision.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
int_div.zig tests: enable already passing behaviour tests for self-hosted wasm 2023-10-14 12:50:39 +02:00
ir_block_deps.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
lower_strlit_to_vector.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
math.zig x86_64: pass more tests 2023-10-25 04:28:30 -04:00
maximum_minimum.zig test: enable c-abi-tests for the x86_64 backend 2023-10-26 21:45:58 -04:00
member_func.zig Zir: eliminate field_call_bind and field_call_bind_named 2023-05-20 12:27:48 -07:00
memcpy.zig spirv: memcpy 2023-10-17 13:02:30 +03:30
memset.zig compiler: provide result type for @memset value 2023-08-28 12:33:36 -07:00
merge_error_sets.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
muladd.zig x86_64: implement @mulAdd of floats for baseline 2023-10-08 04:41:55 -04:00
namespace_depends_on_compile_var.zig
nan.zig x86_64: fix compiler rt test failures 2023-10-29 07:20:36 -04:00
null.zig Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"" 2023-10-23 06:27:12 -04:00
optional.zig Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"" 2023-10-23 06:27:12 -04:00
packed-struct.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
packed-union.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
packed_struct_explicit_backing_int.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
pointers.zig Sema: disallow @intFromPtr for comptime-only types 2023-10-17 20:05:55 +00:00
popcount.zig x86_64: implement 128-bit builtins 2023-10-23 22:42:18 -04:00
prefetch.zig llvm/cbe: support slice in @prefetch 2023-08-28 19:04:53 -07:00
ptrcast.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
ptrfromint.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +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 spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
slice.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
slice_sentinel_comptime.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
src.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
stage2_wasm_div.zig Replace @panic with unreachable, add test 2023-08-23 20:34:59 +01:00
string_literals.zig rename behavior test to better describe what it does 2023-10-23 17:28:10 -07:00
struct.zig wasm: re-enable regressed tests 2023-11-01 19:47:15 +01:00
struct_contains_null_ptr_itself.zig Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"" 2023-10-23 06:27:12 -04:00
struct_contains_slice_of_itself.zig Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"" 2023-10-23 06:27:12 -04:00
switch.zig Sema: do not assume switch item indices align with union field indices 2023-10-28 06:30:28 +01:00
switch_prong_err_enum.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
switch_prong_implicit_cast.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
this.zig spirv: enable passing tests 2023-09-23 12:36:56 -07:00
threadlocal.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02: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 Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"" 2023-10-22 15:46:43 -04: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 spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
tuple.zig Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"" 2023-10-22 15:46:43 -04:00
tuple_declarations.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
type.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
type_info.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
type_info_only_pub_decls.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
typename.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
undefined.zig spirv: enable passing tests 2023-09-23 12:36:56 -07:00
underscore.zig spirv: enable passing tests 2023-09-23 12:36:56 -07:00
union.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
union_with_members.zig enable passing behavior tests 2023-05-31 18:04:33 +02:00
usingnamespace.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
var_args.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
vector.zig x86_64: fix std test failures 2023-11-03 23:18:21 -04:00
void.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
wasm.zig
while.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
widening.zig spirv: update failing / passing tests 2023-10-15 20:08:18 +02:00
wrapping_arithmetic.zig all: replace comptime try with try comptime 2023-06-13 23:46:58 +06:00