Searched refs:exp_status (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/python/tests/ |
D | input_callback.py | 47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None, argument 75 if actual_status != exp_status: 76 … print("Test '%s' failed: expect status '%s', actual '%s'" % (desc, exp_status, actual_status)) 90 exp_status="not loaded", exp_err=[ 100 exp_status="loaded", exp_err=[ 113 exp_status="loaded", exp_err=[ 121 exp_status="not loaded", exp_err=[ 141 exp_status="not loaded", exp_err=[
|
/external/ltp/testcases/kernel/syscalls/move_pages/ |
D | move_pages04.c | 92 int ret, exp_status; in main() local 95 exp_status = -EFAULT; in main() 97 exp_status = -ENOENT; in main() 136 if (status[UNTOUCHED_PAGE] == exp_status) { in main() 143 tst_strerrno(-exp_status)); in main()
|