18 lines
436 B
Plaintext
18 lines
436 B
Plaintext
$NetBSD: patch-regtests__0043_check_mem__test.opt,v 1.1 2013/07/07 23:46:50 marino Exp $
|
|
|
|
Disable unsupported memory test for BSD
|
|
|
|
--- regtests/0043_check_mem/test.opt.orig 2010-12-13 14:42:37 +0000
|
|
+++ regtests/0043_check_mem/test.opt
|
|
@@ -1,2 +1,10 @@
|
|
!ssl DEAD
|
|
!xmlada DEAD
|
|
+x86-dragonfly DEAD
|
|
+x86-freebsd DEAD
|
|
+x86-openbsd DEAD
|
|
+x86-netbsd DEAD
|
|
+x86_64-dragonfly DEAD
|
|
+x86_64-freebsd DEAD
|
|
+x86_64-openbsd DEAD
|
|
+x86_64-netbsd DEAD
|