[libc-commits] [PATCH] D116127: [libc] apply formatting to tests

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Dec 22 10:53:30 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG25226f3e4a42: [libc] apply formatting to tests (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116127/new/

https://reviews.llvm.org/D116127

Files:
  libc/benchmarks/LibcBenchmarkTest.cpp
  libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
  libc/test/config/linux/x86_64/syscall_test.cpp
  libc/test/src/__support/str_to_float_test.cpp
  libc/test/src/fenv/enabled_exceptions_test.cpp
  libc/test/src/fenv/exception_status_test.cpp
  libc/test/src/math/CeilTest.h
  libc/test/src/math/CopySignTest.h
  libc/test/src/math/FAbsTest.h
  libc/test/src/math/FDimTest.h
  libc/test/src/math/FMaxTest.h
  libc/test/src/math/FMinTest.h
  libc/test/src/math/FloorTest.h
  libc/test/src/math/FmaTest.h
  libc/test/src/math/FrexpTest.h
  libc/test/src/math/HypotTest.h
  libc/test/src/math/ILogbTest.h
  libc/test/src/math/LdExpTest.h
  libc/test/src/math/LogbTest.h
  libc/test/src/math/ModfTest.h
  libc/test/src/math/NextAfterTest.h
  libc/test/src/math/RIntTest.h
  libc/test/src/math/RemQuoTest.h
  libc/test/src/math/RoundTest.h
  libc/test/src/math/RoundToIntegerTest.h
  libc/test/src/math/SqrtTest.h
  libc/test/src/math/TruncTest.h
  libc/test/src/math/cos_test.cpp
  libc/test/src/math/cosf_test.cpp
  libc/test/src/math/exp2f_test.cpp
  libc/test/src/math/expf_test.cpp
  libc/test/src/math/expm1f_test.cpp
  libc/test/src/math/fdim_test.cpp
  libc/test/src/math/fdimf_test.cpp
  libc/test/src/math/fdiml_test.cpp
  libc/test/src/math/fma_test.cpp
  libc/test/src/math/fmaf_test.cpp
  libc/test/src/math/hypot_test.cpp
  libc/test/src/math/hypotf_test.cpp
  libc/test/src/math/ilogb_test.cpp
  libc/test/src/math/ilogbf_test.cpp
  libc/test/src/math/ilogbl_test.cpp
  libc/test/src/math/logf_test.cpp
  libc/test/src/math/sdcomp26094.h
  libc/test/src/math/sin_test.cpp
  libc/test/src/math/sincosf_test.cpp
  libc/test/src/math/sinf_test.cpp
  libc/test/src/math/tan_test.cpp
  libc/test/src/signal/sigprocmask_test.cpp
  libc/test/src/stdlib/atof_test.cpp
  libc/test/src/stdlib/bsearch_test.cpp
  libc/test/src/stdlib/qsort_test.cpp
  libc/test/src/stdlib/strtod_test.cpp
  libc/test/src/stdlib/strtof_test.cpp
  libc/test/src/stdlib/strtold_test.cpp
  libc/test/src/string/bcmp_test.cpp
  libc/test/src/string/bzero_test.cpp
  libc/test/src/string/memcmp_test.cpp
  libc/test/src/string/memcpy_test.cpp
  libc/test/src/string/memset_test.cpp
  libc/test/src/string/stpcpy_test.cpp
  libc/test/src/threads/call_once_test.cpp
  libc/test/src/threads/mtx_test.cpp
  libc/test/src/time/TmHelper.h
  libc/test/src/time/asctime_r_test.cpp
  libc/test/src/time/asctime_test.cpp
  libc/test/src/time/mktime_test.cpp
  libc/test/src/unistd/write_test.cpp
  libc/utils/UnitTest/LibcTest.cpp
  libc/utils/testutils/ExecuteFunction.h
  libc/utils/testutils/ExecuteFunctionUnix.cpp
  libc/utils/testutils/FDReader.h
  libc/utils/testutils/FDReaderUnix.cpp
  libc/utils/testutils/StreamWrapper.cpp
  libc/utils/testutils/StreamWrapper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116127.395903.patch
Type: text/x-patch
Size: 155507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211222/7e2eea86/attachment-0001.bin>


More information about the libc-commits mailing list