meson/test cases/frameworks/1 boost
Christoph Reiter 0762b86e59 tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to expect_skip_on_os
The test.json format currently has three keys related to skipping tests:

* `skip_on_jobname`
* `skip_on_os`
* `skip_on_env`

While `skip_on_env` marks the test itself as skipped, i.e. they don't get run when the
conditions are met, the other two skip options are just marking the test as "expected to be skipped"
if the conditions apply, i.e. they want to see `MESON_SKIP_TEST` in the output and things will
fail if that doesn't happen. They don't actually skip the tests as the names imply.

To make this clearer rename the keys:

* `skip_on_jobname` -> `expect_skip_on_jobname`
* `skip_on_os` -> `expect_skip_on_os`

`skip_on_env` stays the same, since that actually skips.

The docs were also confused about this, so adjust that too.
2024-03-17 04:46:26 -04:00
..
partial_dep editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
extralib.cpp CI: Run boost test for Cygwin 2018-01-04 22:51:57 +00:00
linkexe.cc Fix boost test on cygwin 2018-02-05 00:00:37 +02:00
meson.build fix various spelling issues 2023-04-11 19:21:05 -04:00
meson_options.txt boost: Updated tests 2020-02-20 13:38:45 +01:00
nomod.cpp Added script to run benchmarks. 2015-11-25 22:35:23 +02:00
python_module.cpp Adapting Boost Python library detection to Boost >= 1.67. Closes #4288. 2019-07-11 00:30:58 +03:00
test.json tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to expect_skip_on_os 2024-03-17 04:46:26 -04:00
test_python_module.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
unit_test.cpp boost: Updated tests 2020-02-20 13:38:45 +01:00