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/ltrace/ |
D | glob.c | 196 translate(const char *glob, int exp_status, const char *expect) in translate() argument 200 if (status != exp_status) { in translate() 202 glob, exp_status, status); in translate()
|