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.
This commit is contained in:
pooka 2010-07-14 21:44:40 +00:00
parent 1d97126256
commit 6314ba47ee

View File

@ -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 @@ renamerace(const atf_tc_t *tc, const char *mp)
{
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));