From 2884129bc1c3e0602b61b01c7a3d9b882897b04c Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Mon, 20 Oct 2014 21:15:31 +0000 Subject: [PATCH] Fix the prerequisite of the none/tests/rlimit64_nofile testcase. Patch by rhyskidd@gmail.com. Fixes BZ 339808. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14644 --- NEWS | 1 + none/tests/rlimit64_nofile.vgtest | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index f60f7c84ac..b9edeed590 100644 --- a/NEWS +++ b/NEWS @@ -43,6 +43,7 @@ where XXXXXX is the bug number as listed below. tronical and pushfpopf tests) 339721 assertion 'check_sibling == sibling' failed in readdwarf3.c ... +339808 Fix none/tests/rlimit64_nofile test on Mac OS X 10.9 339853 arm64 times syscall unknown 339855 arm64 unhandled getsid/setsid syscalls 339858 arm64 dmb sy not implemented diff --git a/none/tests/rlimit64_nofile.vgtest b/none/tests/rlimit64_nofile.vgtest index de86a2164a..49934f8deb 100644 --- a/none/tests/rlimit64_nofile.vgtest +++ b/none/tests/rlimit64_nofile.vgtest @@ -1 +1,2 @@ +prereq: ../../tests/os_test linux prog: rlimit64_nofile -- 2.47.2