| 25 | namespace |
| 26 | { |
| 27 | static void printAsyncProcessExitSkip(SC::TestReport& report) |
| 28 | { |
| 29 | if (not report.quietMode) |
| 30 | { |
| 31 | report.console.printLine("AsyncTest - Skipping AsyncProcessExit under Fil-C: Linux backend depends on " |
| 32 | "pidfd_open support"); |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | static void printAsyncSerialSkip(SC::TestReport& report) |
| 37 | { |