Lines Matching refs:_test
213 #define passed_ok(_test) \ argument
215 tst_res(TPASS, "membarrier(2): %s passed", _test.testname); \
219 #define passed_unexpec(_test) \ argument
223 _test.testname, _test.exp_ret, _test.exp_errno, \
224 _test.force); \
228 #define failed_ok(_test) \ argument
231 _test.testname); \
235 #define failed_ok_unsupported(_test) \ argument
238 "(unsupported)", _test.testname); \
242 #define failed_not_ok(_test, _gotret, _goterr) \ argument
247 _test.testname, _gotret, _test.exp_ret, _goterr, \
248 _test.exp_errno, _test.force); \
252 #define failed_unexpec(_test, _gotret, _goterr) \ argument
256 _test.testname, _gotret, _goterr, _test.force); \
260 #define skipped(_test) \ argument
263 _test.testname); \
267 #define skipped_fail(_test) \ argument
270 _test.testname); \