Lines Matching defs:endl
80 cout << "opendir " << testsuitesDir << " failed" << endl;
129 cout << "fork failed, " << strerror(errno) << endl;
135 cout << testCase << ":" << endl;
138 cout << "execl: " << testCase << " failed, " << strerror(errno) << endl;
145 cout << "waitpid failed, " << strerror(errno) << endl;
213 cout << "Usage: " << endl;
214 cout << "liteos_unittest_run.bin [testsuites_dir] [options]" << endl;
215 cout << "options:" << endl;
216 cout << " -r [1-1000] --- The number of repeated runs of the test program." << endl;
217 cout << " -m [smoke/full] --- Run the smoke or full test case in this directory." << endl;
218 cout << " -t [case] [args] -t ... --- Runs the specified executable program name." << endl;
224 cout << "testsuites dir: " << strerror(ENAMETOOLONG) << endl;
252 cout << "testsuites dir: " << strerror(ENAMETOOLONG) << endl;
273 cout << "test case " << strerror(ENOMEM) << endl;
281 cout << "test case " << strerror(ENAMETOOLONG) << endl;
341 cout << "Invalid parameter combination" << endl;
369 cout << "liteos_unittest_run.bin: not find test case: " << testCase->bin << endl;
383 cout << "Not find test case !" << endl;
401 << " Failed count: " << g_testsuitesFailedCount << endl;
406 cout << "[UNITTEST_RUN] Failed testcase: " << endl;
408 cout << "[" << i << "] -> " << g_testsuitesFailedCase[i] << endl;
420 cout << argv[0] << ": " << strerror(EINVAL) << endl;
438 cout << strerror(EINVAL) << endl;