| author | |
| committer | |
| log | 6d6ba1e998f314039836525fed57501e76a397db |
| tree | 17ff7f57bd8b6a77d0650d59e14e12041272332b |
| parent | c8ee445c8622642e2d4d3cf0cad30f2466b180c7 |
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,9 +39,6 @@ test "@byteSwap integers" { |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | test "@byteSwap vectors" { | 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 | // https://github.com/ziglang/zig/issues/3317 | 42 | // https://github.com/ziglang/zig/issues/3317 |
| 46 | if (std.Target.current.cpu.arch == .mipsel or std.Target.current.cpu.arch == .mips) return error.SkipZigTest; | 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,9 +116,6 @@ test "array to vector" { |
| 116 | } | 116 | } |
| 117 | 117 | ||
| 118 | test "vector casts of sizes not divisable by 8" { | 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 | const S = struct { | 119 | const S = struct { |
| 123 | fn doTheTest() !void { | 120 | fn doTheTest() !void { |
| 124 | { | 121 | { |