Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: unskip a test on msys2 that now works #9534

Closed
wants to merge 1 commit into from

Conversation

lazka
Copy link
Contributor

@lazka lazka commented Nov 5, 2021

See #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.

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.
@codecov
Copy link

codecov bot commented Nov 5, 2021

Codecov Report

Merging #9534 (12d5750) into master (558f9fe) will decrease coverage by 3.09%.
The diff coverage is n/a.

❗ Current head 12d5750 differs from pull request most recent head 2df4b76. Consider uploading reports for the commit 2df4b76 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9534      +/-   ##
==========================================
- Coverage   67.39%   64.30%   -3.10%     
==========================================
  Files         396      198     -198     
  Lines       85564    42739   -42825     
  Branches    17665     8737    -8928     
==========================================
- Hits        57667    27482   -30185     
+ Misses      23241    12974   -10267     
+ Partials     4656     2283    -2373     
Impacted Files Coverage Δ
mesonbuild/mdevenv.py
mesonbuild/dependencies/base.py
mesonbuild/dependencies/configtool.py
mesonbuild/compilers/mixins/compcert.py
mesonbuild/templates/cudatemplates.py
mesonbuild/depfile.py
mesonbuild/modules/java.py
mesonbuild/compilers/mixins/emscripten.py
mesonbuild/mtest.py
mesonbuild/compilers/mixins/gnu.py
... and 188 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 558f9fe...2df4b76. Read the comment docs.

@nirbheek nirbheek added this to the 0.60.2 milestone Nov 5, 2021
@nirbheek
Copy link
Member

nirbheek commented Nov 5, 2021

Test failure is relevant:

[UNEXSKIP]   frameworks: 15 llvm    (method=cmake link-static=True)

So it is still unexpectedly skipped when link_static == True?

@lazka
Copy link
Contributor Author

lazka commented Nov 5, 2021

hm, but why? I might be missing something re how this works then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants