Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/common Remove the lfs race condition hack now that ...



details:   https://anonhg.NetBSD.org/src/rev/635f2b7cf84d
branches:  trunk
changeset: 756300:635f2b7cf84d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Jul 11 11:25:22 2010 +0000

description:
Remove the lfs race condition hack now that it's properly in the
test instead of the fs-specific part.

diffstat:

 tests/fs/common/lfs.c |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r e39b0b668458 -r 635f2b7cf84d tests/fs/common/lfs.c
--- a/tests/fs/common/lfs.c     Sun Jul 11 11:17:58 2010 +0000
+++ b/tests/fs/common/lfs.c     Sun Jul 11 11:25:22 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs.c,v 1.3 2010/07/09 14:16:05 njoly Exp $    */
+/*     $NetBSD: lfs.c,v 1.4 2010/07/11 11:25:22 pooka Exp $    */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -129,13 +129,6 @@
 {
        int res;
 
-       /*
-        * Rarely the test does not crash.  atf currently has no way of
-        * saying "just chill even if the test doesn't fail", so this
-        * takes care of it.
-        */
-       abort();
-
        res = rump_sys_unmount(path, flags);
        if (res == -1)
                return res;



Home | Main Index | Thread Index | Old Index