summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-05-22 20:08:12 +0100
committerSam James <sam@gentoo.org>2025-05-25 07:16:23 +0100
commit858905ec12a56b2aab1b2940d15847541325855e (patch)
treeb9dedb3be2e382b80bb28d87470bde37b2286982 /test cases
parent23e4e2f20ca698f4070f7da79f5e06249d34b622 (diff)
downloadmeson-858905ec12a56b2aab1b2940d15847541325855e.tar.gz
tests: don't skip frameworks/17 mpi for auto/pkgconfig
This is fixed in Ubuntu rolling now and Bionic wasn't affected to begin with. Bug: https://bugs.debian.org/1078026
Diffstat (limited to 'test cases')
-rw-r--r--test cases/frameworks/17 mpi/test.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/test cases/frameworks/17 mpi/test.json b/test cases/frameworks/17 mpi/test.json
index 3a46657ef..cbd168612 100644
--- a/test cases/frameworks/17 mpi/test.json
+++ b/test cases/frameworks/17 mpi/test.json
@@ -2,10 +2,8 @@
"matrix": {
"options": {
"method": [
- { "val": "auto",
- "expect_skip_on_jobname": ["ubuntu"] },
- { "val": "pkg-config",
- "expect_skip_on_jobname": ["ubuntu"] },
+ { "val": "auto" },
+ { "val": "pkg-config" },
{ "val": "config-tool",
"expect_skip_on_jobname": ["fedora"] },
{