diff options
| author | Robin Voetter <robin@voetter.nl> | 2023-09-23 01:30:16 +0200 |
|---|---|---|
| committer | Robin Voetter <robin@voetter.nl> | 2023-10-15 20:08:18 +0200 |
| commit | faad97edffb2fc9cda4885feb688f3ccec71c5db (patch) | |
| tree | ed81336d6607cfd0ce67fbe8f61d633b2fcb04e7 /test/behavior/packed-union.zig | |
| parent | 0552e504d061c428655536b82db3bda21d97ef3c (diff) | |
| download | zig-faad97edffb2fc9cda4885feb688f3ccec71c5db.tar.gz zig-faad97edffb2fc9cda4885feb688f3ccec71c5db.zip | |
spirv: update failing / passing tests
Some tests are now failing due to debug info changes, some tests
now pass due to improved compiler functionality.
Diffstat (limited to 'test/behavior/packed-union.zig')
| -rw-r--r-- | test/behavior/packed-union.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/packed-union.zig b/test/behavior/packed-union.zig index ab14bf38e7..cd71f965c4 100644 --- a/test/behavior/packed-union.zig +++ b/test/behavior/packed-union.zig @@ -88,6 +88,7 @@ test "flags in packed union at offset" { test "packed union in packed struct" { // Originally reported at https://github.com/ziglang/zig/issues/16581 + if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; const ReadRequest = packed struct { key: i32 }; const RequestType = enum { |
