Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/tmpfs No more xfail for PR kern/36681.



details:   https://anonhg.NetBSD.org/src/rev/f9d4ba880fd7
branches:  trunk
changeset: 768543:f9d4ba880fd7
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Aug 18 21:44:55 2011 +0000

description:
No more xfail for PR kern/36681.

diffstat:

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

diffs (18 lines):

diff -r 0d5ddeb0db2b -r f9d4ba880fd7 tests/fs/tmpfs/t_renamerace.c
--- a/tests/fs/tmpfs/t_renamerace.c     Thu Aug 18 21:42:18 2011 +0000
+++ b/tests/fs/tmpfs/t_renamerace.c     Thu Aug 18 21:44:55 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.12 2011/01/04 18:46:21 pooka Exp $  */
+/*     $NetBSD: t_renamerace.c,v 1.13 2011/08/18 21:44:55 riastradh Exp $      */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -103,8 +103,6 @@
        sleep(4);
        quittingtime = 1;
 
-       atf_tc_expect_timeout("PR kern/36681");
-
        pthread_join(pt[0], NULL);
        pthread_join(pt[1], NULL);
 }



Home | Main Index | Thread Index | Old Index