Home
last modified time | relevance | path

Searched refs:exp_status (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/python/tests/
Dinput_callback.py47 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/
Dglob.c196 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()