Searched refs:fmt_why (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/fputils/tests/
H A Dtest_helper.c92 const char *fmt_why, va_list ap)
101 if (fmt_why && fmt_why[0] != '\0')
102 vprintf(fmt_why, ap);
112 const char *fmt_why, ...)
115 va_start(ap, fmt_why);
117 test_vstatus(status, test, directive, fmt_why, ap);
136 test_skip(const char *test, const char *fmt_why, ...) argument
139 va_start(ap, fmt_why);
141 test_vstatus("ok", test, "SKIP", fmt_why, a
90 test_vstatus(const char *status, const char *test, const char *directive, const char *fmt_why, va_list ap) argument
110 test_status(const char *status, const char *test, const char *directive, const char *fmt_why, ...) argument
147 test_todo(const char *test, const char *fmt_why, ...) argument
[all...]
H A Dtest_helper.h53 void test_skip(const char *test, const char *fmt_why, ...)
56 void test_todo(const char *test, const char *fmt_why, ...)
/gem5/ext/nomali/tests/
H A Dtest_helpers.c82 const char *fmt_why, va_list ap)
91 if (fmt_why && fmt_why[0] != '\0')
92 vprintf(fmt_why, ap);
102 const char *fmt_why, ...)
105 va_start(ap, fmt_why);
107 test_vstatus(status, test, directive, fmt_why, ap);
126 test_skip(const char *test, const char *fmt_why, ...) argument
129 va_start(ap, fmt_why);
131 test_vstatus("ok", test, "SKIP", fmt_why, a
80 test_vstatus(const char *status, const char *test, const char *directive, const char *fmt_why, va_list ap) argument
100 test_status(const char *status, const char *test, const char *directive, const char *fmt_why, ...) argument
137 test_todo(const char *test, const char *fmt_why, ...) argument
[all...]
H A Dtest_helpers.h47 void test_skip(const char *test, const char *fmt_why, ...)
50 void test_todo(const char *test, const char *fmt_why, ...)

Completed in 4 milliseconds