summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch')
-rw-r--r--meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch17
1 files changed, 8 insertions, 9 deletions
diff --git a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
index 9812ecc8b3..8345f71d72 100644
--- a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
+++ b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
@@ -1,4 +1,4 @@
1From 59fd750a84bbe5874dec936d2bee9ef11a1b6505 Mon Sep 17 00:00:00 2001 1From 29f811d9d381f2ab54b3c8cef77334e32970ef09 Mon Sep 17 00:00:00 2001
2From: Li xin <lixin.fnst@cn.fujitsu.com> 2From: Li xin <lixin.fnst@cn.fujitsu.com>
3Date: Tue, 21 Jul 2015 02:01:22 +0900 3Date: Tue, 21 Jul 2015 02:01:22 +0900
4Subject: [PATCH] Fix the test output format 4Subject: [PATCH] Fix the test output format
@@ -7,24 +7,26 @@ Upstream-Status: Pending
7 7
8Signed-off-by: Roy Li <rongqing.li@windriver.com> 8Signed-off-by: Roy Li <rongqing.li@windriver.com>
9Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 9Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
10Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
11
10--- 12---
11 test/regress | 6 +++--- 13 test/regress | 6 +++---
12 test/regress2 | 11 +++++------ 14 test/regress2 | 11 +++++------
13 2 files changed, 8 insertions(+), 9 deletions(-) 15 2 files changed, 8 insertions(+), 9 deletions(-)
14 16
15diff --git a/test/regress b/test/regress 17diff --git a/test/regress b/test/regress
16index 2ce1705..d086a47 100755 18index f06b22f..2fdfacb 100755
17--- a/test/regress 19--- a/test/regress
18+++ b/test/regress 20+++ b/test/regress
19@@ -74,6 +74,7 @@ probe_hardware() 21@@ -78,6 +78,7 @@ probe_hardware()
20 if [ $numnodes -lt 2 ] ; then 22 if [ $numnodes -lt 2 ] ; then
21 echo "need at least two nodes with at least $NEEDPAGES each of" 23 echo "need at least two nodes with at least $NEEDPAGES each of"
22 echo "free memory for mempolicy regression tests" 24 echo "free memory for mempolicy regression tests"
23+ echo "FAIL: numa regress" 25+ echo "SKIP: numa regress"
24 exit 77 # Skip test 26 exit 77 # Skip test
25 fi 27 fi
26 } 28 }
27@@ -207,10 +208,9 @@ main() 29@@ -209,10 +210,9 @@ main()
28 rm A B 30 rm A B
29 31
30 if [ "$EXIT" = 0 ] ; then 32 if [ "$EXIT" = 0 ] ; then
@@ -59,6 +61,3 @@ index aa6ea41..450c510 100755
59 } 61 }
60 62
61 # still broken 63 # still broken
62--
631.8.4.2
64