summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch
blob: f25a692dc0f027de292be34bc1def8798d4d1d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This patch disables tests which we've found "hang" on our infrastructure.

proc01:
https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/1748 (arm)
https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/1781 (arm)
https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/2782 (arm)
(was trying to read /proc/kmsg, looks like a horrible test anyway)

Upstream-Status: Inappropriate [OE Configuration]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

Index: git/runtest/fs
===================================================================
--- git.orig/runtest/fs
+++ git/runtest/fs
@@ -64,11 +64,6 @@ writetest01	writetest
 #Also run the fs_di (Data Integrity tests)
 fs_di fs_di -d $TMPDIR
 
-# Read every file in /proc. Not likely to crash, but does enough
-# to disturb the kernel. A good kernel latency killer too.
-# Was not sure why it should reside in runtest/crashme and won't get tested ever
-proc01 proc01 -m 128
-
 read_all_dev read_all -d /dev -p -q -r 3
 read_all_proc read_all -d /proc -q -r 3
 read_all_sys read_all -d /sys -q -r 3