authorgravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-06-05 17:18:22-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-06-05 19:54:45-07:00
log6d6ba1e998f314039836525fed57501e76a397db
tree17ff7f57bd8b6a77d0650d59e14e12041272332b
parentc8ee445c8622642e2d4d3cf0cad30f2466b180c7

test: re-enable dragonfly tests

Tests with LLVM assertions enabled are no longer failing. closes #3563

2 files changed, 0 insertions(+), 6 deletions(-)

test/behavior/byteswap.zig-3
......@@ -39,9 +39,6 @@ test "@byteSwap integers" {
3939}
4040
4141test "@byteSwap vectors" {
42 // https://github.com/ziglang/zig/issues/3563
43 if (std.Target.current.os.tag == .dragonfly) return error.SkipZigTest;
44
4542 // https://github.com/ziglang/zig/issues/3317
4643 if (std.Target.current.cpu.arch == .mipsel or std.Target.current.cpu.arch == .mips) return error.SkipZigTest;
4744
test/behavior/vector.zig-3
......@@ -116,9 +116,6 @@ test "array to vector" {
116116}
117117
118118test "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
122119 const S = struct {
123120 fn doTheTest() !void {
124121 {