diff options
| author | Ali Cheraghi <alichraghi@proton.me> | 2025-02-19 00:07:07 +0330 |
|---|---|---|
| committer | Robin Voetter <robin@voetter.nl> | 2025-02-24 19:39:42 +0100 |
| commit | aec0f9b3e7790c2e3b66d519e4d8e438208b5406 (patch) | |
| tree | 1e96f489e6738b43351a2207d5dfe90c9ab65376 /test/behavior/bool.zig | |
| parent | 94af47d28c83efa3dc26ee0b47b224b823c9b333 (diff) | |
| download | zig-aec0f9b3e7790c2e3b66d519e4d8e438208b5406.tar.gz zig-aec0f9b3e7790c2e3b66d519e4d8e438208b5406.zip | |
test: skip failing tests with spirv-vulkan
Diffstat (limited to 'test/behavior/bool.zig')
| -rw-r--r-- | test/behavior/bool.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/bool.zig b/test/behavior/bool.zig index 72c1dff336..6e58c92704 100644 --- a/test/behavior/bool.zig +++ b/test/behavior/bool.zig @@ -10,6 +10,7 @@ test "bool literals" { test "cast bool to int" { if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; + if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; const t = true; const f = false; |
