Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/sbin/resize_ffs PR bin/44209 is now fixed, expect fail...



details:   https://anonhg.NetBSD.org/src/rev/76e128b6597b
branches:  trunk
changeset: 759569:76e128b6597b
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Dec 12 22:50:42 2010 +0000

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

diffstat:

 tests/sbin/resize_ffs/t_grow.sh   |  6 +++---
 tests/sbin/resize_ffs/t_shrink.sh |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 0a07781bf909 -r 76e128b6597b tests/sbin/resize_ffs/t_grow.sh
--- a/tests/sbin/resize_ffs/t_grow.sh   Sun Dec 12 22:48:59 2010 +0000
+++ b/tests/sbin/resize_ffs/t_grow.sh   Sun Dec 12 22:50:42 2010 +0000
@@ -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
diff -r 0a07781bf909 -r 76e128b6597b tests/sbin/resize_ffs/t_shrink.sh
--- a/tests/sbin/resize_ffs/t_shrink.sh Sun Dec 12 22:48:59 2010 +0000
+++ b/tests/sbin/resize_ffs/t_shrink.sh Sun Dec 12 22:50:42 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index