Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dlibm-test-support.c350 fpstack_test (const char *test_name) in fpstack_test() argument
363 test_name, sw, old_stack); in fpstack_test()
446 test_single_exception (const char *test_name, in test_single_exception() argument
458 printf ("Pass: %s: Exception \"%s\" set\n", test_name, flag_name); in test_single_exception()
465 test_name, flag_name); in test_single_exception()
475 test_name, flag_name); in test_single_exception()
480 printf ("%s: Exception \"%s\" not set\n", test_name, in test_single_exception()
493 test_exceptions (const char *test_name, int exception) in test_exceptions() argument
500 test_single_exception (test_name, exception, in test_exceptions()
506 test_single_exception (test_name, exception, in test_exceptions()
[all …]
Dlibm-test-driver.c461 char *test_name; \
462 if (asprintf (&test_name, "%s (%s)", this_func, (ARG_STR)) == -1) \
474 free (test_name)
488 check_float (test_name, FUNC_TEST (FUNC_NAME) (ARG), \
508 check_float (test_name, FUNC_TEST (FUNC_NAME) (&(ARG)), \
526 check_float (test_name, FUNC_TEST (FUNC_NAME) (ARG1, ARG2), \
555 check_float (test_name, FUNC_TEST (FUNC_NAME) (ARG1, ARG2, ARG3), \
576 check_intmax_t (test_name, \
596 check_uintmax_t (test_name, \
616 check_float (test_name, \
[all …]
Dtest-fenv.c89 test_exceptions (const char *test_name, short int exception, in test_exceptions() argument
92 printf ("Test: %s\n", test_name); in test_exceptions()
148 test_rounding (const char *test_name, int rounding_mode) in test_rounding() argument
152 printf ("Test: %s\n", test_name); in test_rounding()
169 set_single_exc (const char *test_name, int fe_exc, fexcept_t exception) in set_single_exc() argument
177 strcpy (str, test_name); in set_single_exc()
183 strcpy (str, test_name); in set_single_exc()
188 strcpy (str, test_name); in set_single_exc()
194 strcpy (str, test_name); in set_single_exc()
Dgen-tgmath-tests.py577 test_name = '%s (%s)' % (macro,
583 test_name, mant_dig,
/glibc-2.36/scripts/
Ddso-ordering-test.py271 test_name = cmdlineargs.test_name variable
287 if(test_name or description) and description_file:
289 if test_name and not description:
312 self.test_name = "" # name of testcase
524 assert t.test_name
526 base_test_name = t.test_name
579 print("Testcase: %s" % (t.test_name))
597 test_name = test_descr.test_name + test_suffix
602 rule = ("$(objpfx)" + test_subdir + "/" + test_name
604 + test_name + "-" + o + ".c\n"
[all …]
Devaluate-test.sh22 test_name=$1
44 echo "$result: $test_name"
Dbuild-many-glibcs.py1047 test_name = m.group(2)
1048 assert test_name not in build_results
1049 build_results[test_name] = result
/glibc-2.36/resolv/
Dtst-resolv-res_init-skeleton.c949 char *test_name = xasprintf ("special test %u", test_index); in special_test() local
953 printf ("error: output mismatch for %s\n", test_name); in special_test()
957 support_capture_subprocess_check (&proc, test_name, 0, sc_allow_stdout); in special_test()
958 free (test_name); in special_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.1938359 * benchtests/bench-memcpy-large.c (test_name): Likewise.
38360 * benchtests/bench-memcpy-random.c (test_name): Likewise.
DChangeLog.1866673 * math/libm-test.inc (struct test_f_f_data): Rename test_name
66685 (struct test_c_c_data): Rename test_name field to arg_str.