aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2024-03-17 08:14:44 +0100
committerEli Schwartz <eschwartz93@gmail.com>2024-03-28 00:48:44 -0400
commit80e1d28b042def24b7325f84247dadf94c507bfd (patch)
tree5cb7e993fb1175e2284a7ae32e643074a9725584 /test cases
parent2ae1bfa17b194fca328756f8d80cbef089d42673 (diff)
downloadmeson-80e1d28b042def24b7325f84247dadf94c507bfd.zip
meson-80e1d28b042def24b7325f84247dadf94c507bfd.tar.gz
meson-80e1d28b042def24b7325f84247dadf94c507bfd.tar.bz2
tests: don't expect msys2 llvm cmake tests to skip with llvm 18
They were skipped with llvm 17 based on the version, and they are now no longer skipped with v18 and also pass now. This depends on #12964 for llvm 18 support in meson.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/frameworks/15 llvm/test.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/frameworks/15 llvm/test.json b/test cases/frameworks/15 llvm/test.json
index f9bb645..fa883b1 100644
--- a/test cases/frameworks/15 llvm/test.json
+++ b/test cases/frameworks/15 llvm/test.json
@@ -3,8 +3,8 @@
"options": {
"method": [
{ "val": "config-tool", "expect_skip_on_jobname": ["msys2-gcc"] },
- { "val": "cmake", "expect_skip_on_jobname": ["msys2"] },
- { "val": "combination", "expect_skip_on_jobname": ["msys2"] }
+ { "val": "cmake", "expect_skip_on_jobname": ["msys2-gcc"] },
+ { "val": "combination", "expect_skip_on_jobname": ["msys2-gcc"] }
],
"link-static": [
{ "val": true, "expect_skip_on_jobname": ["arch", "opensuse", "linux-gentoo-gcc"] },