|
From: <sv...@va...> - 2014-10-20 21:15:38
|
Author: florian
Date: Mon Oct 20 22:15:31 2014
New Revision: 14644
Log:
Fix the prerequisite of the none/tests/rlimit64_nofile testcase.
Patch by rhy...@gm.... Fixes BZ 339808.
Modified:
trunk/NEWS
trunk/none/tests/rlimit64_nofile.vgtest
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Oct 20 22:15:31 2014
@@ -43,6 +43,7 @@
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
Modified: trunk/none/tests/rlimit64_nofile.vgtest
==============================================================================
--- trunk/none/tests/rlimit64_nofile.vgtest (original)
+++ trunk/none/tests/rlimit64_nofile.vgtest Mon Oct 20 22:15:31 2014
@@ -1 +1,2 @@
+prereq: ../../tests/os_test linux
prog: rlimit64_nofile
|