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

/linux-master/fs/btrfs/tests/
H A Dfree-space-tree-tests.c528 int test_ret = 0; local
536 test_ret = ret;
544 test_ret = ret;
547 return test_ret;
564 int test_ret = 0; local
580 test_ret = ret;
585 test_ret = ret;
588 return test_ret;
/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c291 int test_ret; local
294 test_ret = test_event(e);
295 if (test_ret != TEST_OK) {
297 ret = combine_test_results(ret, test_ret);
/linux-master/tools/perf/tests/
H A Dparse-events.c2563 int test_ret; local
2566 test_ret = test_event(e);
2567 if (test_ret != TEST_OK) {
2569 ret = combine_test_results(ret, test_ret);
2658 int test_ret; local
2703 test_ret = test_event(&e);
2704 if (test_ret != TEST_OK) {
2706 ret = combine_test_results(ret, test_ret);
2729 test_ret = test_event(&e);
2730 if (test_ret !
2852 int test_ret = test_event_fake_pmu(&events[i][0]); local
[all...]
H A Dattr.py141 # 'test_ret'- If set to 'true', fail test instead of skipping for 'ret' argument
171 self.test_ret = parser.getboolean('config', 'test_ret', fallback=False)
293 if self.test_ret:

Completed in 160 milliseconds