diff options
Diffstat (limited to 'tests/017')
-rw-r--r-- | tests/017/glob-carray.tl | 2 | ||||
-rw-r--r-- | tests/017/glob-zarray.tl | 2 | ||||
-rw-r--r-- | tests/017/mmap.tl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/017/glob-carray.tl b/tests/017/glob-carray.tl index 4b95c526..8e43266f 100644 --- a/tests/017/glob-carray.tl +++ b/tests/017/glob-carray.tl @@ -12,7 +12,7 @@ (nil int) (pathv (carray str)) (nil (array 4 cptr))))) - ((:cygnal :cygwin :android :bsd) + ((:cygnal :cygwin :android :bsd :openbsd) (deffi-type glob-t (struct glob-t (pathc size-t) (nil size-t) diff --git a/tests/017/glob-zarray.tl b/tests/017/glob-zarray.tl index 22f87e33..a1e532fb 100644 --- a/tests/017/glob-zarray.tl +++ b/tests/017/glob-zarray.tl @@ -12,7 +12,7 @@ (nil int) (pathv (ptr-out (zarray str))) (nil (array 4 cptr))))) - ((:cygnal :cygwin :android :bsd) + ((:cygnal :cygwin :android :bsd :openbsd) (deffi-type glob-t (struct glob-t (pathc size-t) (nil size-t) diff --git a/tests/017/mmap.tl b/tests/017/mmap.tl index d6b2781f..8ec75364 100644 --- a/tests/017/mmap.tl +++ b/tests/017/mmap.tl @@ -48,5 +48,5 @@ (assert (equal (file-get-buf fname) rndbuf0))) (remove-path fname))) -(unless (eq (os-symbol) :bsd) +(unless (meq (os-symbol) :bsd :openbsd) (test (ignerr (mmap (ffi char) 4096 prot-read map-anon)) nil)) |