Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/shared/upytesthelper/
A Dupytesthelper.c36 static int test_failed; variable
47 test_failed = false; in upytest_set_expected_output()
51 if (test_failed) { in upytest_is_failed()
68 if (!test_failed) { in upytest_output()
70 test_failed = true; in upytest_output()
72 test_failed = memcmp(test_exp_output, str, len); in upytest_output()
74 if (test_failed) { in upytest_output()
76 test_exp_output_len - test_rem_output_len, (int)len, test_failed); in upytest_output()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drun-test262.c84 int test_count, test_failed, test_index, test_skipped, test_excluded; variable
1541 test_failed++; in run_test_buf()
1858 test_failed, test_count, test_skipped); in show_progress()
2068 test_failed, test_count, test_count != 1 ? "s" : ""); in main()

Completed in 7 milliseconds