Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/shared/upytesthelper/
A Dupytesthelper.c35 static int test_exp_output_len, test_rem_output_len; variable
46 test_exp_output_len = test_rem_output_len = len; in upytest_set_expected_output()
55 if (test_rem_output_len != 0) { in upytest_is_failed()
56 printf("remaining len: %d\n", test_rem_output_len); in upytest_is_failed()
59 return test_rem_output_len != 0; in upytest_is_failed()
69 if (len > test_rem_output_len) { in upytest_output()
76 test_exp_output_len - test_rem_output_len, (int)len, test_failed); in upytest_output()
85 test_rem_output_len -= len; in upytest_output()

Completed in 3 milliseconds