diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 48dec07577..72162f10ee 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -106,10 +106,10 @@ PTESTS_SLOW = "\ | |||
106 | " | 106 | " |
107 | 107 | ||
108 | PTESTS_SLOW:remove:riscv64 = "valgrind-ptest" | 108 | PTESTS_SLOW:remove:riscv64 = "valgrind-ptest" |
109 | PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest" | 109 | PTESTS_PROBLEMS:append:riscv64 = " valgrind-ptest" |
110 | PTESTS_SLOW:append:libc-musl = " libc-test-ptest" | 110 | PTESTS_SLOW:append:libc-musl = " libc-test-ptest" |
111 | PTESTS_SLOW:remove:x86 = "valgrind-ptest" | 111 | PTESTS_SLOW:remove:x86 = "valgrind-ptest" |
112 | PTESTS_PROBLEMS:append:x86 = "valgrind-ptest" | 112 | PTESTS_PROBLEMS:append:x86 = " valgrind-ptest" |
113 | 113 | ||
114 | # ruby-ptest \ # Timeout | 114 | # ruby-ptest \ # Timeout |
115 | # lz4-ptest \ # Needs a rewrite | 115 | # lz4-ptest \ # Needs a rewrite |