Searched refs:exit_skipped (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp104 static const int exit_skipped = 84; member in namespace:__anon967
110 /// exited with the exit_skipped code. However, there is no guarantee that the
111 /// file is there (say if the test really decided to exit with code exit_skipped
403 ::_exit(exit_skipped);
1166 handle.status().get().exitstatus() == exit_skipped) {
1167 // If the test's process terminated with our magic "exit_skipped"
1172 // exit with the "exit_skipped" status; in that case, just fall back

Completed in 157 milliseconds