diff options
| author | Tse <1@tse.gratis> | 2019-10-31 19:24:26 +0300 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-31 13:53:32 -0400 |
| commit | 00382f6dae83291468f0ba792f2cefc0216098da (patch) | |
| tree | f4900c8e51005a655cd96e931bdde70eface3027 /lib/std/event | |
| parent | 790d439ce22888145e5a2c33052fe114b56049d4 (diff) | |
| download | zig-00382f6dae83291468f0ba792f2cefc0216098da.tar.gz zig-00382f6dae83291468f0ba792f2cefc0216098da.zip | |
DragonFlyBSD tidyup
Diffstat (limited to 'lib/std/event')
| -rw-r--r-- | lib/std/event/channel.zig | 3 | ||||
| -rw-r--r-- | lib/std/event/group.zig | 3 | ||||
| -rw-r--r-- | lib/std/event/lock.zig | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/lib/std/event/channel.zig b/lib/std/event/channel.zig index 74a2fe27f3..2ea99d234d 100644 --- a/lib/std/event/channel.zig +++ b/lib/std/event/channel.zig @@ -263,9 +263,6 @@ pub fn Channel(comptime T: type) type { } test "std.event.Channel" { - // https://github.com/ziglang/zig/issues/3563 - if (builtin.os == .dragonfly) return error.SkipZigTest; - // https://github.com/ziglang/zig/issues/1908 if (builtin.single_threaded) return error.SkipZigTest; diff --git a/lib/std/event/group.zig b/lib/std/event/group.zig index 0f5978c3e2..ee15c1d3c2 100644 --- a/lib/std/event/group.zig +++ b/lib/std/event/group.zig @@ -81,9 +81,6 @@ pub fn Group(comptime ReturnType: type) type { } test "std.event.Group" { - // https://github.com/ziglang/zig/issues/3563 - if (builtin.os == .dragonfly) return error.SkipZigTest; - // https://github.com/ziglang/zig/issues/1908 if (builtin.single_threaded) return error.SkipZigTest; diff --git a/lib/std/event/lock.zig b/lib/std/event/lock.zig index 275b431ca7..da70b571df 100644 --- a/lib/std/event/lock.zig +++ b/lib/std/event/lock.zig @@ -117,9 +117,6 @@ pub const Lock = struct { }; test "std.event.Lock" { - // https://github.com/ziglang/zig/issues/3563 - if (builtin.os == .dragonfly) return error.SkipZigTest; - // TODO https://github.com/ziglang/zig/issues/1908 if (builtin.single_threaded) return error.SkipZigTest; |
