This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
mirror of
https://github.com/mesonbuild/meson.git
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
14295
Commits
79
Branches
175
Tags
88 MiB
Tree:
0914f1739b
meson
/
test cases
/
frameworks
/
30 scalapack
/
test.json
4 lines
86 B
Raw
Normal View
History
Unescape
Escape
Annotate framework tests with where they are expected to skip Remove hard-coded framework test skip logic in skippable(), instead annotate test.json with environments in which skip is expected. (Mainly this is done with by testing the value of MESON_CI_JOBNAME now set for linux jobs)
4 years ago
{
Add expected skip annotations for non-linux CI runs to framework tests
4 years ago
"skip_on_jobname"
:
[
"azure"
,
"bionic"
,
"cygwin"
,
"fedora"
,
"msys2"
,
"opensuse"
]
Annotate framework tests with where they are expected to skip Remove hard-coded framework test skip logic in skippable(), instead annotate test.json with environments in which skip is expected. (Mainly this is done with by testing the value of MESON_CI_JOBNAME now set for linux jobs)
4 years ago
}