Module Name:    src
Committed By:   riz
Date:           Sun Dec 12 22:50:42 UTC 2010

Modified Files:
        src/tests/sbin/resize_ffs: t_grow.sh t_shrink.sh

Log Message:
PR bin/44209 is now fixed, expect failure -> expect success.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/sbin/resize_ffs/t_grow.sh \
    src/tests/sbin/resize_ffs/t_shrink.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/sbin/resize_ffs/t_grow.sh
diff -u src/tests/sbin/resize_ffs/t_grow.sh:1.3 src/tests/sbin/resize_ffs/t_grow.sh:1.4
--- src/tests/sbin/resize_ffs/t_grow.sh:1.3	Sat Dec 11 11:31:27 2010
+++ src/tests/sbin/resize_ffs/t_grow.sh	Sun Dec 12 22:50:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: t_grow.sh,v 1.3 2010/12/11 11:31:27 pooka Exp $
+# $NetBSD: t_grow.sh,v 1.4 2010/12/12 22:50:42 riz Exp $
 #
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -97,12 +97,12 @@
 test_case grow_48M_v1_4096 grow_ffs 4096 512 98304 131072 1 82
 test_case grow_48M_v1_8192 grow_ffs 8192 1024 98304 131072 1 84
 test_case grow_48M_v1_16384 grow_ffs 16384 2048 98304 131072 1 87
-test_case_xfail grow_48M_v1_32768 "PR bin/44209" grow_ffs 32768 4096 98304 131072 1 83
+test_case grow_48M_v1_32768 grow_ffs 32768 4096 98304 131072 1 83
 test_case grow_48M_v1_65536 grow_ffs 65536 8192 98304 131072 1 76
 test_case grow_64M_v1_4096 grow_ffs 4096 512 131072 262144 1 109
 test_case grow_64M_v1_8192 grow_ffs 8192 1024 131072 262144 1 111
 test_case grow_64M_v1_16384 grow_ffs 16384 2048 131072 262144 1 115
-test_case_xfail grow_64M_v1_32768 "PR bin/44209" grow_ffs 32768 4096 131072 262144 1 111
+test_case grow_64M_v1_32768 grow_ffs 32768 4096 131072 262144 1 111
 test_case grow_64M_v1_65536 grow_ffs 65536 8192 131072 262144 1 101
 test_case_xfail grow_64M_v1_65536_swapped "PR bin/44203" grow_ffs 65536 8192 131072 262144 1 101 swap
 test_case_xfail grow_64M_v2_65536 "PR bin/44205" grow_ffs 65536 8192 131072 262144 2 101
Index: src/tests/sbin/resize_ffs/t_shrink.sh
diff -u src/tests/sbin/resize_ffs/t_shrink.sh:1.3 src/tests/sbin/resize_ffs/t_shrink.sh:1.4
--- src/tests/sbin/resize_ffs/t_shrink.sh:1.3	Sat Dec 11 11:31:27 2010
+++ src/tests/sbin/resize_ffs/t_shrink.sh	Sun Dec 12 22:50:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: t_shrink.sh,v 1.3 2010/12/11 11:31:27 pooka Exp $
+# $NetBSD: t_shrink.sh,v 1.4 2010/12/12 22:50:42 riz Exp $
 #
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -98,12 +98,12 @@
 test_case shrink_48M_16M_v1_4096 shrink_ffs 4096 512 98304 32768 1 82
 test_case shrink_48M_16M_v1_8192 shrink_ffs 8192 1024 98304 32768 1 84
 test_case shrink_48M_16M_v1_16384 shrink_ffs 16384 2048 98304 32768 1 87
-test_case_xfail shrink_48M_16M_v1_32768 "PR bin/44209" shrink_ffs 32768 4096 98304 32768 1 83
+test_case shrink_48M_16M_v1_32768 shrink_ffs 32768 4096 98304 32768 1 83
 test_case shrink_48M_16M_v1_65536 shrink_ffs 65536 8192 98304 32768 1 76
 test_case shrink_64M_48M_v1_4096 shrink_ffs 4096 512 131072 98304 1 109
 test_case shrink_64M_48M_v1_8192 shrink_ffs 8192 1024 131072 98304 1 111
 test_case shrink_64M_48M_v1_16384 shrink_ffs 16384 2048 131072 98304 1 115
-test_case_xfail shrink_64M_48M_v1_32768 "PR bin/44209" shrink_ffs 32768 4096 131072 98304 1 111
+test_case shrink_64M_48M_v1_32768 shrink_ffs 32768 4096 131072 98304 1 111
 test_case shrink_64M_48M_v1_65536 shrink_ffs 65536 8192 131072 98304 1 101
 test_case_xfail shrink_64M_48M_v1_65536_swapped "PR bin/44203" shrink_ffs 65536 8192 131072 98304 1 101 swap
 test_case_xfail shrink_64M_48M_v2_65536 "PR bin/44205" shrink_ffs 65536 8192 131072 98304 2 101

Reply via email to