| author | |
| committer | |
| log | 0bda8435e0a2cc977e2abdbc58ba4c9f3e8577c1 |
| tree | 0e2eef3fa0f9866f6f39ed4d5c8f98c59a188819 |
| parent | aecf4571baee21c5616f5f9c06d22f015a5d58cc |
Tests with LLVM assertions enabled are no longer failing.
closes #35632 files changed, 0 insertions(+), 6 deletions(-)
test/behavior/byteswap.zig-3| ... | ... | @@ -39,9 +39,6 @@ test "@byteSwap integers" { |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | test "@byteSwap vectors" { |
| 42 | // https://github.com/ziglang/zig/issues/3563 | |
| 43 | if (std.Target.current.os.tag == .dragonfly) return error.SkipZigTest; | |
| 44 | ||
| 45 | 42 | // https://github.com/ziglang/zig/issues/3317 |
| 46 | 43 | if (std.Target.current.cpu.arch == .mipsel or std.Target.current.cpu.arch == .mips) return error.SkipZigTest; |
| 47 | 44 |
test/behavior/vector.zig-3| ... | ... | @@ -116,9 +116,6 @@ test "array to vector" { |
| 116 | 116 | } |
| 117 | 117 | |
| 118 | 118 | test "vector casts of sizes not divisable by 8" { |
| 119 | // https://github.com/ziglang/zig/issues/3563 | |
| 120 | if (std.Target.current.os.tag == .dragonfly) return error.SkipZigTest; | |
| 121 | ||
| 122 | 119 | const S = struct { |
| 123 | 120 | fn doTheTest() !void { |
| 124 | 121 | { |