Skip to content

Commit

Permalink
tests: unskip a test on msys2 that now works
Browse files Browse the repository at this point in the history
See mesonbuild#9532 (comment)
for context.

It's unclear why this was skipped exactly in the first place, but it started to
pass recently and MSYS2 fixed some cmake+llvm related things in
msys2/MINGW-packages@345fe43
at the same time, so this is likely the reason.
  • Loading branch information
lazka committed Nov 5, 2021
1 parent 558f9fe commit 2df4b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test cases/frameworks/15 llvm/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"options": {
"method": [
{ "val": "config-tool", "skip_on_jobname": ["msys2-gcc"]},
{ "val": "cmake", "skip_on_jobname": ["msys2"] }
{ "val": "cmake" }
],
"link-static": [
{ "val": true, "skip_on_jobname": ["opensuse"] },
Expand Down

0 comments on commit 2df4b76

Please sign in to comment.