Lines Matching +full:- +full:c

2 # SPDX-License-Identifier: BSD-3-Clause
40 'test-strchr',
41 'test-memset', 'test-put',
42 'test-raise',
43 'test-sprintf-percent-n',
44 'test-ctype',
50 'test-efcvt',
51 'test-fma',
52 'test-strtod',
60 math_tests_common += 'complex-funcs'
70 'test-vfscanf-percent-a',
75 plain_tests_common += 'test-atomic'
79 plain_tests_common += ['posix-io']
83 plain_tests_common += ['test-fopen',
84 'test-mktemp',
85 'test-tmpnam',
86 'test-fread-fwrite',
87 'test-ungetc-ftell',
88 'test-fgetc',
89 'test-fgets-eof',
90 'test-wchar',
96 'math-funcs',
102 'test-funopen',
103 'time-tests',
108 plain_tests += 'stack-smash'
150 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
167 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
184 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
201 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
218 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
227 t1 = 'printf-tests'
235 executable(t1_name, ['printf-tests.c', 'lock-valid.c'],
244 t1 = 'printff-tests'
252 executable(t1_name, ['printf-tests.c', 'lock-valid.c'],
261 t1 = 'printfi-tests'
269 executable(t1_name, ['printf-tests.c', 'lock-valid.c'],
278 t1 = 'printfm-tests'
286 executable(t1_name, ['printf-tests.c', 'lock-valid.c'],
295 t1 = 'try-ilp32'
302 t1 = 'time-sprintf'
310 executable(t1_name, ['time-sprintf.c', 'lock-valid.c'],
311 c_args: int_printf_compile_args + _c_args + ['-fno-builtin'],
319 t1 = 'try-ilp32'
327 executable(t1_name, ['try-ilp32.c', 'try-ilp32-sub.c', 'lock-valid.c'],
336 t1 = 'hosted-exit'
339 t1_fail_name = t1 + '-fail'
342 t1_fail_name = t1 + '-fail_' + target
346 executable(t1_name, ['hosted-exit.c', 'lock-valid.c'],
356 executable(t1_fail_name, ['hosted-exit.c', 'lock-valid.c'],
357 c_args: _c_args + ['-DRETVAL=1'],
375 executable(t1_name, ['abort.c', 'lock-valid.c'],
388 # (which lock-valid.c uses).
392 t1 = 'constructor-skip'
400 executable(t1_name, ['constructor-skip.c', 'lock-valid.c'],
418 executable(t1_name, ['math_errhandling.c'],
427 t1 = 'rounding-mode'
435 executable(t1_name, ['rounding-mode.c', 'rounding-mode-sub.c'],
444 t1 = 'test-except'
445 t1_src = t1 + '.c'
453 executable(t1_name, [t1_src, 'lock-valid.c'],
465 t1_src = t1 + '.c'
484 if get_option('test-stdin')
485 t1 = 'test-gets'
486 t1_src = 'test-gets.c'
500 test(t1_name + '-success',
509 test(t1_name + '-failure',
520 t1 = 'test-ubsan'
521 t1_src = t1 + '.c'
530 test_ubsan_flags = ['-DSANITIZE_TRAP_ON_ERROR']
546 t1 = 'test-long-longl'
554 executable(t1_name, ['test-long-long.c', 'lock-valid.c'],
562 priority: -1,
565 t1 = 'test-long-long'
573 executable(t1_name, ['test-long-long.c', 'lock-valid.c'],
581 priority: -1,
587 'math-funcs', 'timegm', 'time-tests',
588 'test-strtod', 'test-strchr',
589 'test-memset', 'test-put',
590 'test-efcvt', 'test-atomic',
591 'test-raise',
592 'test-fma',
593 'test-funopen',
601 plain_tests += 'complex-funcs'
613 plain_tests += ['posix-io']
617 plain_tests += ['test-fopen',
618 'test-mktemp',
619 'test-tmpnam',
620 'test-fread-fwrite',
621 'test-ungetc-ftell',
622 'test-fgetc',
623 'test-fgets-eof',
629 plain_tests += 'stack-smash'
632 plain_tests += ['test-memcpy_s',
633 'test-memset_s',
634 'test-memmove_s',
635 'test-strcat_s',
636 'test-strcpy_s',
637 'test-strerror_s',
638 'test-strerrorlen_s',
639 'test-strncat_s',
640 'test-strncpy_s',
641 'test-strnlen_s',
645 plain_tests += 'test-sprintf_s'
650 t1_src = t1 + '.c'
656 test_file_name_arg=['-DTEST_FILE_NAME="' + t1_name + '.txt"']
659 executable(t1_name, [t1_src, 'lock-valid.c'],
671 t1 = 'test-cplusplus'
693 test('long_double-native',
694 executable('long_double-native', 'long_double.c',
698 test('math_errhandling-native',
699 executable('math_errhandling-native', 'math_errhandling.c',
703 test('rounding-mode-native',
704 executable('rounding-mode-native',
705 ['rounding-mode.c', 'rounding-mode-sub.c'],
709 test('printf-tests-native',
710 executable('printf-tests-native',
711 'printf-tests.c',
715 test('printf_scanf-native',
716 executable('printf_scanf-native',
717 'printf_scanf.c',
723 t1_src = t1 + '.c'
724 t1_name = t1 + '-native'
741 test('test-cplusplus-native',
742 executable('test-cplusplus-native', 'test-cplusplus.cpp',
749 t1_src = t1 + '.c'
750 t1_name = t1 + '-native'
751 test_file_name_arg=['-DTEST_FILE_NAME="' + t1_name + '.txt"']
761 subdir('libc-testsuite')