test: re-enable dragonfly tests

Tests with LLVM assertions enabled are no longer failing.

closes #3563
This commit is contained in:
Michael Dusan 2021-06-05 17:18:22 -04:00
parent aecf4571ba
commit 0bda8435e0
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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 {
{