summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-06 10:20:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-06 10:32:19 +0000
commit5c55ed57e4f68535a34660661a5bd6112ee2b423 (patch)
treedacda20a90ded2b94ef86a250bf4228d077eec46 /meta/recipes-extended
parent0513fd279c82572b07071acad7319e8c67b8be91 (diff)
downloadpoky-5c55ed57e4f68535a34660661a5bd6112ee2b423.tar.gz
ltp: Try re-enabling problematic test
The proc01 test used to hang when reading /proc/kmsg. This issue could have been a number of issues which were fixed in the meantime. Try re-enabling the test to see if the issue is still present. (From OE-Core rev: 8832ff65ba91587fbe739173bb2d33119a1c6f1b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch27
-rw-r--r--meta/recipes-extended/ltp/ltp_20240129.bb1
2 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch b/meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch
deleted file mode 100644
index f25a692dc0..0000000000
--- a/meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch
+++ /dev/null
@@ -1,27 +0,0 @@
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
diff --git a/meta/recipes-extended/ltp/ltp_20240129.bb b/meta/recipes-extended/ltp/ltp_20240129.bb
index 5cd33bb6a3..acd857f4a9 100644
--- a/meta/recipes-extended/ltp/ltp_20240129.bb
+++ b/meta/recipes-extended/ltp/ltp_20240129.bb
@@ -28,7 +28,6 @@ SRCREV = "68737d20556d37364c95776044b1119c0912a36a"
28 28
29SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \ 29SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \
30 file://0001-Remove-OOM-tests-from-runtest-mm.patch \ 30 file://0001-Remove-OOM-tests-from-runtest-mm.patch \
31 file://disable_hanging_tests.patch \
32 " 31 "
33 32
34S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"