| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-23 | vulkan: Add regression test with VULKAN_SDK variable | Arjan Molenaar | |
| Add test cases that target the Vulkan system dependeny resolver explicitly. | |||
| 2024-03-17 | tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to ↵ | Christoph Reiter | |
| 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. | |||
| 2021-07-13 | Add expected skip annotations for non-linux CI runs to framework tests | Jon Turney | |
| 2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | |
| 2019-05-09 | Better detection of tab indentation. | Jussi Pakkanen | |
| "But surely nobody would indent by having spaces first, and tabs after that. Right? Right?" | |||
| 2018-08-26 | Tests for version constraints on custom lookup dependencies | Jon Turney | |
| 2018-01-06 | tests: skip vulkan test if vulkan not found | Dylan Baker | |
| 2017-08-07 | Renamed test dir to remove duplicatec number. Closes #2158. | Jussi Pakkanen | |
