HomeSort by: relevance | last modified time | path
    Searched defs:tuktest_error (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
tuktest.h 65 /// tuktest_error("Error during common initializations");
99 /// - tuktest_error(), tuktest_malloc(), tuktest_free(),
103 /// instead of tuktest_error() when a hard error occurs.)
190 TUKTEST_ERROR,
267 tuktest_print_result_prefix(TUKTEST_ERROR, filename, line); \
270 ++tuktest_stats[TUKTEST_ERROR]; \
471 /// tuktest_error() can be used to report it as a hard error outside
475 /// Typically tuktest_error() would be used before any tuktest_run()
476 /// calls but it is also possible to use tuktest_error() after one or
480 /// NOTE: tuktest_start() must have been called before tuktest_error()
484 #define tuktest_error macro
    [all...]
tuktest.h 65 /// tuktest_error("Error during common initializations");
99 /// - tuktest_error(), tuktest_malloc(), tuktest_free(),
103 /// instead of tuktest_error() when a hard error occurs.)
190 TUKTEST_ERROR,
267 tuktest_print_result_prefix(TUKTEST_ERROR, filename, line); \
270 ++tuktest_stats[TUKTEST_ERROR]; \
471 /// tuktest_error() can be used to report it as a hard error outside
475 /// Typically tuktest_error() would be used before any tuktest_run()
476 /// calls but it is also possible to use tuktest_error() after one or
480 /// NOTE: tuktest_start() must have been called before tuktest_error()
484 #define tuktest_error macro
    [all...]
tuktest.h 65 /// tuktest_error("Error during common initializations");
99 /// - tuktest_error(), tuktest_malloc(), tuktest_free(),
103 /// instead of tuktest_error() when a hard error occurs.)
190 TUKTEST_ERROR,
267 tuktest_print_result_prefix(TUKTEST_ERROR, filename, line); \
270 ++tuktest_stats[TUKTEST_ERROR]; \
471 /// tuktest_error() can be used to report it as a hard error outside
475 /// Typically tuktest_error() would be used before any tuktest_run()
476 /// calls but it is also possible to use tuktest_error() after one or
480 /// NOTE: tuktest_start() must have been called before tuktest_error()
484 #define tuktest_error macro
    [all...]

Completed in 123 milliseconds