zig/test/behavior
Matthew Lugg e07d8fccd1
Merge pull request #23263 from mlugg/comptime-field-ptr
Sema: fix pointers to comptime fields of comptime-known aggregate pointers
2025-05-04 02:51:47 +02:00
..
conflicting_externs
hasdecl
import
namespace_depends_on_compile_var
pub_enum
usingnamespace compiler: split Decl into Nav and Cau 2024-08-11 07:29:41 +01:00
x86_64 x86_64: rewrite wrapping add/sub 2025-03-01 16:29:22 -05:00
zon compiler,std: implement ZON support 2025-02-03 09:14:37 +00:00
abs.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
addrspace_and_linksection.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
align.zig Sema: Fix some ptr alignment checks to handle a potential ISA tag bit. 2025-04-28 00:58:53 +02:00
alignof.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
array.zig Sema: correctly handle empty by-ref initializers 2025-03-18 04:57:57 +01:00
asm.zig x86_64: implement switch jump tables 2025-01-16 20:42:08 -05:00
async_fn.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
atomics.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
await_struct.zig
basic.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
bit_shifting.zig x86_64: add behavior tests for saturating shift left 2025-03-02 10:30:43 +08:00
bitcast.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
bitreverse.zig stage2-wasm: bit_reverse 2024-06-16 11:53:33 +02:00
bool.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
builtin_functions_returning_void_or_noreturn.zig test: update for CallingConvention changes 2024-10-19 19:15:23 +01:00
byteswap.zig riscv: clean up and unify encoding logic 2024-07-26 04:19:13 -07:00
byval_arg_var.zig riscv: rewrite "binOp" 2024-06-13 02:24:39 -07:00
call.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
cast.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
cast_int.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
comptime_memory.zig compiler: fix comptime memory store bugs 2025-05-04 02:51:42 +02:00
const_slice_child.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
decl_literals.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
decltest.zig
defer.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
destructure.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
duplicated_test_names.zig
empty_union.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
enum.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
error.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
eval.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
export_builtin.zig zig build fmt 2025-02-22 17:09:20 -08:00
export_c_keywords.zig lib,test,tools,doc: update usages of @export 2024-08-27 00:44:35 +01:00
export_keyword.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01: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 all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
extern_struct_zero_size_fields.zig
field_parent_ptr.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
file_to_embed.txt
floatop.zig Merge pull request #21933 from kcbanner/comptime_nan_comparison 2025-03-09 12:07:47 -07:00
fn.zig Sema: fix in-memory coercion of functions introducing new generic parameters 2025-03-24 07:02:05 +01:00
fn_delegation.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
fn_in_struct_in_comptime.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
for.zig Merge pull request #23310 from Rexicon226/fix-23309 2025-03-25 18:44:58 +01:00
generics.zig Sema: increment extra index even if return type is generic 2025-04-02 08:43:28 +02:00
globals.zig Value: ensure that extern structs have their layout resolved in ptrField 2025-04-11 21:35:42 +02:00
hasdecl.zig spirv: disable tests that fail on pocl 2024-06-10 20:32:34 +02:00
hasfield.zig
if.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
import.zig
import_c_keywords.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
incomplete_struct_param_tld.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
inline_switch.zig spirv: skip range switch tests 2024-10-13 01:58:11 +02:00
int128.zig
int_comparison_elision.zig
ir_block_deps.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
lower_strlit_to_vector.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
math.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
maximum_minimum.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
member_func.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
memcpy.zig Sema: fix memcpy with C pointers 2025-04-28 12:10:04 +02:00
memset.zig wasm: disable failing tests 2025-02-06 17:02:54 -05:00
merge_error_sets.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
muladd.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
multiple_externs_with_conflicting_types.zig
namespace_depends_on_compile_var.zig
nan.zig riscv: rewrite "binOp" 2024-06-13 02:24:39 -07:00
null.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
optional.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
packed-struct.zig Merge pull request #23256 from xtexx/fix-gh-20113 2025-03-23 21:53:16 -04:00
packed-union.zig x86_64: pass more behavior tests 2025-01-16 20:47:30 -05:00
packed_struct_explicit_backing_int.zig
pointers.zig Sema: fix a few indexing bugs 2025-04-28 20:48:24 +02:00
popcount.zig riscv: update tests and fix reuse bug 2024-07-26 04:19:58 -07:00
prefetch.zig riscv: add airAggregateInit for arrays 2024-06-13 02:22:04 -07:00
ptrcast.zig Sema: allow @ptrCast slice of zero-bit type to slice of non-zero-bit type 2025-04-02 08:43:13 +02:00
ptrfromint.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
pub_enum.zig
ref_var_in_if_after_if_2nd_switch_prong.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
reflection.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
return_address.zig riscv: arbitrary sized arrays 2024-06-13 02:19:40 -07:00
saturating_arithmetic.zig x86_64: implement switch jump tables 2025-01-16 20:42:08 -05:00
select.zig Merge pull request #23188 from jacobly0/fix-23143 2025-03-12 12:25:05 -07:00
shuffle.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
sizeof_and_typeof.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
slice.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
slice_sentinel_comptime.zig
src.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
string_literals.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
struct.zig test: skip "struct fields get automatically reordered" for spirv64 backend 2025-05-01 21:34:34 +02:00
struct_contains_null_ptr_itself.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
struct_contains_slice_of_itself.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
switch.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
switch_loop.zig stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switches 2025-02-22 18:34:00 -05:00
switch_on_captured_error.zig
switch_prong_err_enum.zig
switch_prong_implicit_cast.zig riscv: update tests and fix reuse bug 2024-07-26 04:19:58 -07:00
this.zig Sema: fix handling of @This() on opaques 2025-03-11 11:21:03 -07:00
threadlocal.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
truncate.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
try.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
tuple.zig Merge pull request #23263 from mlugg/comptime-field-ptr 2025-05-04 02:51:47 +02:00
tuple_declarations.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
type.zig Dwarf: handle undefined type values 2025-04-06 00:56:57 -04:00
type_info.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
typename.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
undefined.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
underscore.zig riscv: std.fmt.format running 2024-06-13 02:20:47 -07:00
union.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
union_with_members.zig riscv: update tests and fix reuse bug 2024-07-26 04:19:58 -07:00
usingnamespace.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
var_args.zig test: Disable some varargs behavior tests on sparc. 2025-05-01 21:34:53 +02:00
vector.zig test: Disable vector reduce operation for sparc. 2025-05-01 21:34:57 +02:00
void.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
wasm.zig
while.zig test: skip failing tests with spirv-vulkan 2025-02-24 19:39:42 +01:00
widening.zig riscv: rewrite "binOp" 2024-06-13 02:24:39 -07:00
wrapping_arithmetic.zig x86_64: implement switch jump tables 2025-01-16 20:42:08 -05:00
x86_64.zig x86_64: rewrite wrapping add/sub 2025-03-01 16:29:22 -05:00
zero.bin
zon.zig compiler,std: implement ZON support 2025-02-03 09:14:37 +00:00