Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/thorpej-futex2]: src/tests/lib/libc/sys futex_wake_highest_pri is not ex...
details: https://anonhg.NetBSD.org/src/rev/18c59d3f07de
branches: thorpej-futex2
changeset: 1022751:18c59d3f07de
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Aug 07 01:46:54 2021 +0000
description:
futex_wake_highest_pri is not expected to fail on the thorpej-futex2
branch.
diffstat:
tests/lib/libc/sys/t_futex_ops.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 7dc6f2531bcb -r 18c59d3f07de tests/lib/libc/sys/t_futex_ops.c
--- a/tests/lib/libc/sys/t_futex_ops.c Sat Aug 07 01:44:51 2021 +0000
+++ b/tests/lib/libc/sys/t_futex_ops.c Sat Aug 07 01:46:54 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_futex_ops.c,v 1.5.8.1 2021/08/07 01:44:51 thorpej Exp $ */
+/* $NetBSD: t_futex_ops.c,v 1.5.8.2 2021/08/07 01:46:54 thorpej Exp $ */
/*-
* Copyright (c) 2019, 2020 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2019, 2020\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_futex_ops.c,v 1.5.8.1 2021/08/07 01:44:51 thorpej Exp $");
+__RCSID("$NetBSD: t_futex_ops.c,v 1.5.8.2 2021/08/07 01:46:54 thorpej Exp $");
#include <sys/fcntl.h>
#include <sys/mman.h>
@@ -1483,7 +1483,6 @@
}
ATF_TC_BODY(futex_wake_highest_pri, tc)
{
- atf_tc_expect_fail("PR kern/55230");
do_test_wake_highest_pri();
}
ATF_TC_CLEANUP(futex_wake_highest_pri, tc)
Home |
Main Index |
Thread Index |
Old Index