Skip to content

Support skipping tests#265

Open
kmorel wants to merge 1 commit intoViskores:mainfrom
kmorel:test-skip
Open

Support skipping tests#265
kmorel wants to merge 1 commit intoViskores:mainfrom
kmorel:test-skip

Conversation

@kmorel
Copy link
Copy Markdown
Collaborator

@kmorel kmorel commented Mar 19, 2026

Viskores tests can now skip themselves. Sometimes it is not possible to determine whether a particular test is supported until the test is run and the system can be introspected. In this case, the test can now return by invoking the VISKORES_TEST_SKIP. In this case, the test will immediately end, and CTest will report that the test was skipped rather than pass or fail.

@kmorel kmorel requested a review from vicentebolea as a code owner March 19, 2026 02:47
Viskores tests can now skip themselves. Sometimes it is not possible to
determine whether a particular test is supported until the test is run and the
system can be introspected. In this case, the test can now return by invoking
the `VISKORES_TEST_SKIP`. In this case, the test will immediately end, and CTest
will report that the test was skipped rather than pass or fail.
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.

1 participant