1This patch disables tests which we've found "hang" on our infrastructure. 2 3proc01: 4https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/1748 (arm) 5https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/1781 (arm) 6https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/2782 (arm) 7(was trying to read /proc/kmsg, looks like a horrible test anyway) 8 9Upstream-Status: Inappropriate [OE Configuration] 10Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 11 12Index: git/runtest/fs 13=================================================================== 14--- git.orig/runtest/fs 15+++ git/runtest/fs 16@@ -64,11 +64,6 @@ writetest01 writetest 17 #Also run the fs_di (Data Integrity tests) 18 fs_di fs_di -d $TMPDIR 19 20-# Read every file in /proc. Not likely to crash, but does enough 21-# to disturb the kernel. A good kernel latency killer too. 22-# Was not sure why it should reside in runtest/crashme and won't get tested ever 23-proc01 proc01 -m 128 24- 25 read_all_dev read_all -d /dev -p -q -r 3 26 read_all_proc read_all -d /proc -q -r 3 27 read_all_sys read_all -d /sys -q -r 3 28