mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 08:33:06 +00:00
test: re-enable dragonfly tests
Tests with LLVM assertions enabled are no longer failing. closes #3563
This commit is contained in:
parent
aecf4571ba
commit
0bda8435e0
@ -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;
|
||||
|
||||
|
@ -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 {
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user