Module Name: src Committed By: riz Date: Tue Mar 1 22:52:54 UTC 2011
Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: PR#44239 is now fixed, remove the xfail from the test. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/dev/raidframe/t_raid.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/dev/raidframe/t_raid.sh diff -u src/tests/dev/raidframe/t_raid.sh:1.6 src/tests/dev/raidframe/t_raid.sh:1.7 --- src/tests/dev/raidframe/t_raid.sh:1.6 Fri Feb 4 19:44:00 2011 +++ src/tests/dev/raidframe/t_raid.sh Tue Mar 1 22:52:54 2011 @@ -1,4 +1,4 @@ -# $NetBSD: t_raid.sh,v 1.6 2011/02/04 19:44:00 pooka Exp $ +# $NetBSD: t_raid.sh,v 1.7 2011/03/01 22:52:54 riz Exp $ # # Copyright (c) 2010 The NetBSD Foundation, Inc. # All rights reserved. @@ -61,7 +61,6 @@ -d key=/disk1,hostpath=disk1.img,size=1m \ ${RUMP_SERVER} - atf_expect_fail "PR kern/44239" # ADJUST CLEANUP WHEN THIS IS FIXED! atf_check -s exit:0 rump.raidctl -C raid.conf raid0 } @@ -69,7 +68,6 @@ { export RUMP_SERVER=unix://sock rump.halt - : server dumps currently, so reset error. remove this line when fixed }