Skip to content

Commit

Permalink
tests: don't expect msys2 llvm cmake tests to skip with llvm 18
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit 80e1d28)
  • Loading branch information
lazka authored and eli-schwartz committed May 29, 2024
1 parent 57c4e17 commit 9a40a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test cases/frameworks/15 llvm/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"options": {
"method": [
{ "val": "config-tool", "skip_on_jobname": ["msys2-gcc"] },
{ "val": "cmake", "skip_on_jobname": ["msys2"] },
{ "val": "combination", "skip_on_jobname": ["msys2"] }
{ "val": "cmake", "skip_on_jobname": ["msys2-gcc"] },
{ "val": "combination", "skip_on_jobname": ["msys2-gcc"] }
],
"link-static": [
{ "val": true, "skip_on_jobname": ["arch", "opensuse", "linux-gentoo-gcc"] },
Expand Down

0 comments on commit 9a40a61

Please sign in to comment.