Co-authored-by: Anjandev Momi <anjan@momi.ca> Co-authored-by: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
22 lines
630 B
Diff
22 lines
630 B
Diff
These tests fail on ZFS, apparently.
|
|
|
|
--- a/test-suite/tests/ports.test
|
|
+++ b/test-suite/tests/ports.test
|
|
@@ -207,7 +207,7 @@
|
|
(throw 'unresolved)))))
|
|
(throw 'unresolved)))
|
|
|
|
- (pass-if-equal "SEEK_DATA while in hole"
|
|
+ #;(pass-if-equal "SEEK_DATA while in hole"
|
|
4096
|
|
(if (defined? 'SEEK_DATA)
|
|
(call-with-input-file file
|
|
@@ -219,7 +219,7 @@
|
|
(throw 'unresolved)))))
|
|
(throw 'unresolved)))
|
|
|
|
- (pass-if-equal "SEEK_HOLE while in hole"
|
|
+ #;(pass-if-equal "SEEK_HOLE while in hole"
|
|
10
|
|
(if (defined? 'SEEK_HOLE)
|
|
(call-with-input-file file
|