diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-14 14:59:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-16 22:33:09 +0000 |
commit | f0028da1e63c7cf1536dff7ff11e9de424dc2be2 (patch) | |
tree | 70ab51a8ddb78fefca2afd9abba1e46f32a92822 /meta/lib/oeqa/runtime | |
parent | 7f57918a68f12ec04bbc0fcb2a0ad58d71bddfd3 (diff) | |
download | poky-f0028da1e63c7cf1536dff7ff11e9de424dc2be2.tar.gz |
ltp: update to 20190930
Drop a big pile of backports.
Add a patch to address absent string formatting error.
Additional fixing of builds with musl.
timers group has been merged upstream into syscalls.
(From OE-Core rev: 7126431cc3512e3d7f55300c561339c87283b605)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/ltp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/ltp.py b/meta/lib/oeqa/runtime/cases/ltp.py index 30548640bc..b8b7300435 100644 --- a/meta/lib/oeqa/runtime/cases/ltp.py +++ b/meta/lib/oeqa/runtime/cases/ltp.py | |||
@@ -57,7 +57,7 @@ class LtpTestBase(OERuntimeTestCase): | |||
57 | 57 | ||
58 | class LtpTest(LtpTestBase): | 58 | class LtpTest(LtpTestBase): |
59 | 59 | ||
60 | ltp_groups = ["math", "syscalls", "dio", "io", "mm", "ipc", "sched", "nptl", "pty", "containers", "controllers", "filecaps", "cap_bounds", "fcntl-locktests", "connectors","timers", "commands", "net.ipv6_lib", "input","fs_perms_simple"] | 60 | ltp_groups = ["math", "syscalls", "dio", "io", "mm", "ipc", "sched", "nptl", "pty", "containers", "controllers", "filecaps", "cap_bounds", "fcntl-locktests", "connectors", "commands", "net.ipv6_lib", "input","fs_perms_simple"] |
61 | 61 | ||
62 | ltp_fs = ["fs", "fsx", "fs_bind", "fs_ext4"] | 62 | ltp_fs = ["fs", "fsx", "fs_bind", "fs_ext4"] |
63 | # skip kernel cpuhotplug | 63 | # skip kernel cpuhotplug |