On Tue, 2020-07-28 at 16:43 -0400, Matthew wrote: > Fixes [YOCTO #13802] > > Temporary disable mm test for a while, since it calls the OOM tests. > See ltp-git/runtest/mm: > oom01 oom01 > oom02 oom02 > oom03 oom03 > oom04 oom04 > oom05 oom05 > > Let's wait for a week or two to see if the error stops occuring. > > Signed-off-by: Mingde (Matthew) Zeng <[email protected]> > --- > meta/lib/oeqa/runtime/cases/ltp.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/lib/oeqa/runtime/cases/ltp.py > b/meta/lib/oeqa/runtime/cases/ltp.py > index cfac29c153..9ac7bb15f6 100644 > --- a/meta/lib/oeqa/runtime/cases/ltp.py > +++ b/meta/lib/oeqa/runtime/cases/ltp.py > @@ -57,7 +57,7 @@ class LtpTestBase(OERuntimeTestCase): > > class LtpTest(LtpTestBase): > > - 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"] > + ltp_groups = ["math", "syscalls", "dio", "io", "ipc", "sched", "nptl", > "pty", "containers", "controllers", "filecaps", "cap_bounds", > "fcntl-locktests", "connectors", "commands", "net.ipv6_lib", > "input","fs_perms_simple"]
Since there are a load of other tests in runtest/mm, shouldn't we just patching out the oom ones? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141079): https://lists.openembedded.org/g/openembedded-core/message/141079 Mute This Topic: https://lists.openembedded.org/mt/75852805/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
