Set xfail for tests which have a PR for them.
This commit is contained in:
parent
e76dd665c0
commit
a17a919421
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: t_nullpts.c,v 1.1 2010/06/11 23:52:38 pooka Exp $ */
|
||||
/* $NetBSD: t_nullpts.c,v 1.2 2010/06/16 15:39:41 pooka Exp $ */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/mount.h>
|
||||
@ -59,8 +59,8 @@ mountnull(const char *what, const char *mp, int flags)
|
||||
ATF_TC(nullrevoke);
|
||||
ATF_TC_HEAD(nullrevoke, tc)
|
||||
{
|
||||
atf_tc_set_md_var(tc, "descr", "null mount ptyfs and revoke "
|
||||
"(PR kern/43456)");
|
||||
atf_tc_set_md_var(tc, "descr", "null mount ptyfs and revoke");
|
||||
atf_tc_set_md_var(tc, "xfail", "PR kern/43456");
|
||||
}
|
||||
|
||||
ATF_TC_BODY(nullrevoke, tc)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sem.c,v 1.3 2010/06/12 22:59:59 pooka Exp $ */
|
||||
/* $NetBSD: sem.c,v 1.4 2010/06/16 15:39:41 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Common code for semaphore tests. This can be included both into
|
||||
@ -265,7 +265,8 @@ ATF_TC_HEAD(unlink, tc)
|
||||
|
||||
/* this is currently broken. i'll append the PR number soon */
|
||||
atf_tc_set_md_var(tc, "descr", "tests unlinked semaphores can be "
|
||||
"closed, PR kern/43452 (%s)", LIBNAME);
|
||||
"closed (%s)", LIBNAME);
|
||||
atf_tc_set_md_var(tc, "xfail", "PR kern/43452");
|
||||
}
|
||||
|
||||
#define SEM "/thesem"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: t_expand.sh,v 1.5 2010/06/14 16:12:41 pooka Exp $
|
||||
# $NetBSD: t_expand.sh,v 1.6 2010/06/16 15:39:41 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
@ -86,7 +86,8 @@ atf_test_case strip
|
||||
strip_head() {
|
||||
atf_set "descr" "Checks that the %% operator works and strips" \
|
||||
"the contents of a variable from the given point" \
|
||||
"to the end (test fails: bin/43469)"
|
||||
"to the end"
|
||||
atf_set "xfail" "PR bin/43469"
|
||||
}
|
||||
strip_body() {
|
||||
line='#define bindir "/usr/bin" /* comment */'
|
||||
|
Loading…
Reference in New Issue
Block a user