commit 6d6ba1e998f314039836525fed57501e76a397db (tree)
parent c8ee445c8622642e2d4d3cf0cad30f2466b180c7
Author: Michael Dusan <michael.dusan@gmail.com>
Date: Sat, 5 Jun 2021 17:18:22 -0400
test: re-enable dragonfly tests
Tests with LLVM assertions enabled are no longer failing.
closes #3563
Diffstat:
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/test/behavior/byteswap.zig b/test/behavior/byteswap.zig
@@ -39,9 +39,6 @@ test "@byteSwap integers" {
}
test "@byteSwap vectors" {
- // https://github.com/ziglang/zig/issues/3563
- if (std.Target.current.os.tag == .dragonfly) return error.SkipZigTest;
-
// https://github.com/ziglang/zig/issues/3317
if (std.Target.current.cpu.arch == .mipsel or std.Target.current.cpu.arch == .mips) return error.SkipZigTest;
diff --git a/test/behavior/vector.zig b/test/behavior/vector.zig
@@ -116,9 +116,6 @@ test "array to vector" {
}
test "vector casts of sizes not divisable by 8" {
- // https://github.com/ziglang/zig/issues/3563
- if (std.Target.current.os.tag == .dragonfly) return error.SkipZigTest;
-
const S = struct {
fn doTheTest() !void {
{