summaryrefslogtreecommitdiffstats
path: root/atf-run/requirements_test.cpp
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2013-11-16 21:57:53 +0000
committerjmmv <jmmv@FreeBSD.org>2013-11-16 21:57:53 +0000
commitb849e3606cf0dc725ff02712cd92907131c0188c (patch)
treefbeeb9add4586c61211109aa7e0bddba2b3da3b5 /atf-run/requirements_test.cpp
parent8a14a5faecae49aa28319310fb98faae0e3c7290 (diff)
downloadFreeBSD-src-b849e3606cf0dc725ff02712cd92907131c0188c.zip
FreeBSD-src-b849e3606cf0dc725ff02712cd92907131c0188c.tar.gz
Import atf-0.18:
Experimental version released on November 16th, 2013. * Issue 45: Added require.memory support in atf-run for FreeBSD. * Fixed an issue with the handling of cin with libc++. * Issue 64: Fixed various mandoc formatting warnings. * X-NetBSD-PR bin/48284: Made atf-check flush its progress message to stdout so that an interrupted test case always shows the last message being executed. * X-NetBSD-PR bin/48285: Fixed atf_check examples in atf-sh-api(3). Approved by: rpaulo (mentor)
Diffstat (limited to 'atf-run/requirements_test.cpp')
-rw-r--r--atf-run/requirements_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/atf-run/requirements_test.cpp b/atf-run/requirements_test.cpp
index ef72b41..2037343 100644
--- a/atf-run/requirements_test.cpp
+++ b/atf-run/requirements_test.cpp
@@ -239,7 +239,7 @@ ATF_TEST_CASE_WITHOUT_HEAD(require_memory_not_enough);
ATF_TEST_CASE_BODY(require_memory_not_enough) {
atf::tests::vars_map metadata;
metadata["require.memory"] = "128t";
-#if defined(__APPLE__) || defined(__NetBSD__)
+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
do_check("Not enough memory; needed 140737488355328, available [0-9]*",
metadata);
#else
OpenPOWER on IntegriCloud