[all-commits] [llvm/llvm-project] 1df0db: [libc][NFC] add "LlvmLibc" as a prefix to all test...

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Jan 20 15:28:12 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1df0dbfcb5c0b90299fe5b74caf42e4cacce16fc
      https://github.com/llvm/llvm-project/commit/1df0dbfcb5c0b90299fe5b74caf42e4cacce16fc
  Author: Michael Jones <michaelrj at google.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/src/assert/assert_test.cpp
    M libc/test/src/ctype/isalnum_test.cpp
    M libc/test/src/ctype/isalpha_test.cpp
    M libc/test/src/ctype/isascii_test.cpp
    M libc/test/src/ctype/isblank_test.cpp
    M libc/test/src/ctype/iscntrl_test.cpp
    M libc/test/src/ctype/isdigit_test.cpp
    M libc/test/src/ctype/isgraph_test.cpp
    M libc/test/src/ctype/islower_test.cpp
    M libc/test/src/ctype/isprint_test.cpp
    M libc/test/src/ctype/ispunct_test.cpp
    M libc/test/src/ctype/isspace_test.cpp
    M libc/test/src/ctype/isupper_test.cpp
    M libc/test/src/ctype/isxdigit_test.cpp
    M libc/test/src/ctype/toascii_test.cpp
    M libc/test/src/ctype/tolower_test.cpp
    M libc/test/src/ctype/toupper_test.cpp
    M libc/test/src/errno/errno_test.cpp
    M libc/test/src/fenv/enabled_exceptions_test.cpp
    M libc/test/src/fenv/exception_status_test.cpp
    M libc/test/src/fenv/rounding_mode_test.cpp
    M libc/test/src/math/FDimTest.h
    M libc/test/src/math/ILogbTest.h
    M libc/test/src/math/LdExpTest.h
    M libc/test/src/math/NextAfterTest.h
    M libc/test/src/math/ceil_test.cpp
    M libc/test/src/math/ceilf_test.cpp
    M libc/test/src/math/ceill_test.cpp
    M libc/test/src/math/copysign_test.cpp
    M libc/test/src/math/copysignf_test.cpp
    M libc/test/src/math/copysignl_test.cpp
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    M libc/test/src/math/fabs_test.cpp
    M libc/test/src/math/fabsf_test.cpp
    M libc/test/src/math/fabsl_test.cpp
    M libc/test/src/math/fdim_test.cpp
    M libc/test/src/math/fdimf_test.cpp
    M libc/test/src/math/fdiml_test.cpp
    M libc/test/src/math/floor_test.cpp
    M libc/test/src/math/floorf_test.cpp
    M libc/test/src/math/floorl_test.cpp
    M libc/test/src/math/fmaf_test.cpp
    M libc/test/src/math/fmax_test.cpp
    M libc/test/src/math/fmaxf_test.cpp
    M libc/test/src/math/fmaxl_test.cpp
    M libc/test/src/math/fmin_test.cpp
    M libc/test/src/math/fminf_test.cpp
    M libc/test/src/math/fminl_test.cpp
    M libc/test/src/math/frexp_test.cpp
    M libc/test/src/math/frexpf_test.cpp
    M libc/test/src/math/frexpl_test.cpp
    M libc/test/src/math/hypot_test.cpp
    M libc/test/src/math/hypotf_test.cpp
    M libc/test/src/math/ilogb_test.cpp
    M libc/test/src/math/ilogbf_test.cpp
    M libc/test/src/math/ilogbl_test.cpp
    M libc/test/src/math/logb_test.cpp
    M libc/test/src/math/logbf_test.cpp
    M libc/test/src/math/logbl_test.cpp
    M libc/test/src/math/modf_test.cpp
    M libc/test/src/math/modff_test.cpp
    M libc/test/src/math/modfl_test.cpp
    M libc/test/src/math/round_test.cpp
    M libc/test/src/math/roundf_test.cpp
    M libc/test/src/math/roundl_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    M libc/test/src/math/sqrt_test.cpp
    M libc/test/src/math/sqrtf_test.cpp
    M libc/test/src/math/sqrtl_test.cpp
    M libc/test/src/math/trunc_test.cpp
    M libc/test/src/math/truncf_test.cpp
    M libc/test/src/math/truncl_test.cpp
    M libc/test/src/signal/raise_test.cpp
    M libc/test/src/signal/sigaction_test.cpp
    M libc/test/src/signal/sigaddset_test.cpp
    M libc/test/src/signal/sigdelset_test.cpp
    M libc/test/src/signal/sigfillset_test.cpp
    M libc/test/src/signal/signal_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    M libc/test/src/stdio/fwrite_test.cpp
    M libc/test/src/stdlib/_Exit_test.cpp
    M libc/test/src/stdlib/abort_test.cpp
    M libc/test/src/stdlib/abs_test.cpp
    M libc/test/src/stdlib/labs_test.cpp
    M libc/test/src/stdlib/llabs_test.cpp
    M libc/test/src/string/bzero_test.cpp
    M libc/test/src/string/memchr_test.cpp
    M libc/test/src/string/memcmp_test.cpp
    M libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memmove_test.cpp
    M libc/test/src/string/memory_utils/memcpy_utils_test.cpp
    M libc/test/src/string/memory_utils/utils_test.cpp
    M libc/test/src/string/memrchr_test.cpp
    M libc/test/src/string/memset_test.cpp
    M libc/test/src/string/strcat_test.cpp
    M libc/test/src/string/strchr_test.cpp
    M libc/test/src/string/strcmp_test.cpp
    M libc/test/src/string/strcpy_test.cpp
    M libc/test/src/string/strcspn_test.cpp
    M libc/test/src/string/strlen_test.cpp
    M libc/test/src/string/strncpy_test.cpp
    M libc/test/src/string/strnlen_test.cpp
    M libc/test/src/string/strpbrk_test.cpp
    M libc/test/src/string/strrchr_test.cpp
    M libc/test/src/string/strspn_test.cpp
    M libc/test/src/string/strstr_test.cpp
    M libc/test/src/string/strtok_r_test.cpp
    M libc/test/src/string/strtok_test.cpp
    M libc/test/src/sys/mman/linux/mmap_test.cpp
    M libc/test/src/threads/call_once_test.cpp
    M libc/test/src/threads/mtx_test.cpp
    M libc/test/src/threads/thrd_test.cpp
    M libc/test/src/time/mktime_test.cpp
    M libc/test/src/unistd/write_test.cpp
    M libc/test/utils/CPP/bitset_test.cpp
    M libc/test/utils/tools/WrapperGen/wrappergen_test.cpp
    M libc/utils/UnitTest/LibcTest.h

  Log Message:
  -----------
  [libc][NFC] add "LlvmLibc" as a prefix to all test names

Summary:
Having a consistent prefix makes selecting all of the llvm libc tests
easier on any platform that is also using the gtest framework.
This also modifies the TEST and TEST_F macros to enforce this change
moving forward.

Reviewers: sivachandra

Subscribers:




More information about the All-commits mailing list