meson/test cases/frameworks/5 protocol buffers
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
..
asubdir Files created with generator can have path segments. 2017-12-12 00:02:37 +02:00
sidedir Can declare file generation in one dir and use the output in another. 2017-12-18 20:58:43 +02:00
withpath Can declare file generation in one dir and use the output in another. 2017-12-18 20:58:43 +02:00
defs.proto Files created with generator can have path segments. 2017-12-12 00:02:37 +02:00
main.cpp Source generator now works with Protocol Buffers. 2013-05-27 01:46:27 +03:00
meson.build test cases: use C++17 for protobuf because of abseil-cpp 2024-02-09 13:54:16 -05: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