[all-commits] [llvm/llvm-project] 25226f: [libc] apply formatting to tests

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Dec 22 10:53:37 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25226f3e4a42f70124995c16e22ff870efa30c6d
      https://github.com/llvm/llvm-project/commit/25226f3e4a42f70124995c16e22ff870efa30c6d
  Author: Michael Jones <michaelrj at google.com>
  Date:   2021-12-22 (Wed, 22 Dec 2021)

  Changed paths:
    M libc/benchmarks/LibcBenchmarkTest.cpp
    M libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/src/__support/str_to_float_test.cpp
    M libc/test/src/fenv/enabled_exceptions_test.cpp
    M libc/test/src/fenv/exception_status_test.cpp
    M libc/test/src/math/CeilTest.h
    M libc/test/src/math/CopySignTest.h
    M libc/test/src/math/FAbsTest.h
    M libc/test/src/math/FDimTest.h
    M libc/test/src/math/FMaxTest.h
    M libc/test/src/math/FMinTest.h
    M libc/test/src/math/FloorTest.h
    M libc/test/src/math/FmaTest.h
    M libc/test/src/math/FrexpTest.h
    M libc/test/src/math/HypotTest.h
    M libc/test/src/math/ILogbTest.h
    M libc/test/src/math/LdExpTest.h
    M libc/test/src/math/LogbTest.h
    M libc/test/src/math/ModfTest.h
    M libc/test/src/math/NextAfterTest.h
    M libc/test/src/math/RIntTest.h
    M libc/test/src/math/RemQuoTest.h
    M libc/test/src/math/RoundTest.h
    M libc/test/src/math/RoundToIntegerTest.h
    M libc/test/src/math/SqrtTest.h
    M libc/test/src/math/TruncTest.h
    M libc/test/src/math/cos_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/expm1f_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/fma_test.cpp
    M libc/test/src/math/fmaf_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/logf_test.cpp
    M libc/test/src/math/sdcomp26094.h
    M libc/test/src/math/sin_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    M libc/test/src/math/tan_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    M libc/test/src/stdlib/atof_test.cpp
    M libc/test/src/stdlib/bsearch_test.cpp
    M libc/test/src/stdlib/qsort_test.cpp
    M libc/test/src/stdlib/strtod_test.cpp
    M libc/test/src/stdlib/strtof_test.cpp
    M libc/test/src/stdlib/strtold_test.cpp
    M libc/test/src/string/bcmp_test.cpp
    M libc/test/src/string/bzero_test.cpp
    M libc/test/src/string/memcmp_test.cpp
    M libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memset_test.cpp
    M libc/test/src/string/stpcpy_test.cpp
    M libc/test/src/threads/call_once_test.cpp
    M libc/test/src/threads/mtx_test.cpp
    M libc/test/src/time/TmHelper.h
    M libc/test/src/time/asctime_r_test.cpp
    M libc/test/src/time/asctime_test.cpp
    M libc/test/src/time/mktime_test.cpp
    M libc/test/src/unistd/write_test.cpp
    M libc/utils/UnitTest/LibcTest.cpp
    M libc/utils/testutils/ExecuteFunction.h
    M libc/utils/testutils/ExecuteFunctionUnix.cpp
    M libc/utils/testutils/FDReader.h
    M libc/utils/testutils/FDReaderUnix.cpp
    M libc/utils/testutils/StreamWrapper.cpp
    M libc/utils/testutils/StreamWrapper.h

  Log Message:
  -----------
  [libc] apply formatting to tests

Apply the formatting rules that were applied to the libc/src directory
to the libc/test directory, as well as the files in libc/utils that are
included by the tests. This does not include automated enforcement.

Reviewed By: sivachandra, lntue

Differential Revision: https://reviews.llvm.org/D116127




More information about the All-commits mailing list