authorgravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-06-05 17:18:22-04:00
committergravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-06-05 22:08:36-04:00
log0bda8435e0a2cc977e2abdbc58ba4c9f3e8577c1
tree0e2eef3fa0f9866f6f39ed4d5c8f98c59a188819
parentaecf4571baee21c5616f5f9c06d22f015a5d58cc

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" {...@@ -39,9 +39,6 @@ test "@byteSwap integers" {
39}39}
4040
41test "@byteSwap vectors" {41test "@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/331742 // 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;
4744
test/behavior/vector.zig-3
...@@ -116,9 +116,6 @@ test "array to vector" {...@@ -116,9 +116,6 @@ test "array to vector" {
116}116}
117117
118test "vector casts of sizes not divisable by 8" {118test "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 {