Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs xfail test on lfs. It goes badaboom faster tha...



details:   https://anonhg.NetBSD.org/src/rev/32320ce8a020
branches:  trunk
changeset: 756373:32320ce8a020
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jul 14 21:44:40 2010 +0000

description:
xfail test on lfs.  It goes badaboom faster than you can find your
multipass.  Borrow PR kern/43582 used earlier for rmdirrace, as it
looks pretty much like the same problem.

diffstat:

 tests/fs/vfs/t_renamerace.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2225e670513c -r 32320ce8a020 tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Wed Jul 14 21:41:32 2010 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Wed Jul 14 21:44:40 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.1 2010/07/14 21:39:31 pooka Exp $   */
+/*     $NetBSD: t_renamerace.c,v 1.2 2010/07/14 21:44:40 pooka Exp $   */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -69,6 +69,9 @@
 {
        pthread_t pt1, pt2;
 
+       if (FSTYPE_LFS(tc))
+               atf_tc_expect_signal(-1, "PR kern/43582");
+
        pthread_create(&pt1, NULL, w1, __UNCONST(mp));
        pthread_create(&pt2, NULL, w2, __UNCONST(mp));
 



Home | Main Index | Thread Index | Old Index