pytorch/c10/test/util
Huy Do 560a0704c5 Use a different test name for testConversionToStringView (#139448)
Summary:
The change comes from D65214804 (https://github.com/pytorch/pytorch/pull/139239)

`buck2 test @//fbobjc/mode/buck2/ios-tests fbsource//xplat/caffe2/c10:c10_testApple` doesn't like having 2 `testConversionToString` in the same suite `StringViewTest`, so just need to use a different name there.

Test Plan: `buck2 test @//fbobjc/mode/buck2/ios-tests fbsource//xplat/caffe2/c10:c10_testApple` passes

Differential Revision: D65314266

Pull Request resolved: https://github.com/pytorch/pytorch/pull/139448
Approved by: https://github.com/cyyever, https://github.com/malfet
2024-11-01 13:25:16 +00:00
..
accumulate_test.cpp
bfloat16_test.cpp [2/N] Fix extra warnings brought by clang-tidy-17 (#137459) 2024-10-08 19:05:02 +00:00
bit_cast_test.cpp
Bitset_test.cpp
complex_math_test_common.h
complex_math_test.cpp
complex_test_common.h
complex_test.cpp
ConstexprCrc_test.cpp
DeadlockDetection_test.cpp [Environment Variable][1/N] Use thread-safe env variable API in c10 (#119449) 2024-10-01 06:24:30 +00:00
exception_test.cpp [ROCm] enforce ROCM_VERSION >= 6.0 (#125646) 2024-05-12 18:01:28 +00:00
flags_test.cpp [1/N] Fix extra warnings brought by clang-tidy-17 (#137407) 2024-10-07 17:53:59 +00:00
generic_math_test.cpp
Half_test.cpp [2/N] Fix extra warnings brought by clang-tidy-17 (#137459) 2024-10-08 19:05:02 +00:00
intrusive_ptr_test.cpp
irange_test.cpp
lazy_test.cpp [caffe2] Lazily symbolize backtrace in c10::Error (#125787) 2024-05-09 01:46:57 +00:00
LeftRight_test.cpp [1/N] Fix extra warnings brought by clang-tidy-17 (#137407) 2024-10-07 17:53:59 +00:00
logging_test.cpp [caffe2] Lazily symbolize backtrace in c10::Error (#125787) 2024-05-09 01:46:57 +00:00
Macros.h
Metaprogramming_test.cpp [1/N] Fix extra warnings brought by clang-tidy-17 (#137407) 2024-10-07 17:53:59 +00:00
NetworkFlow_test.cpp C++ network flow implementation in c10 (#132188) 2024-08-21 18:40:54 +00:00
optional_test.cpp [1/N] Change #include <c10/util/Optional.h> to #include <optional> (#128301) 2024-07-08 07:03:53 +00:00
ordered_preserving_dict_test.cpp C10_UNUSED to [[maybe_unused]] (#6357) (#138364) 2024-10-19 13:17:43 +00:00
registry_test.cpp
small_vector_test.cpp [1/N] Enable cppcoreguidelines-special-member-functions (#137405) 2024-10-23 00:16:53 +00:00
ssize_test.cpp [1/N] Fix extra warnings brought by clang-tidy-17 (#137407) 2024-10-07 17:53:59 +00:00
string_util_test.cpp
string_view_test.cpp Use a different test name for testConversionToStringView (#139448) 2024-11-01 13:25:16 +00:00
Synchronized_test.cpp
tempfile_test.cpp
ThreadLocal_test.cpp [1/N] Fix extra warnings brought by clang-tidy-17 (#137407) 2024-10-07 17:53:59 +00:00
typeid_test.cpp [1/N] Fix extra warnings brought by clang-tidy-17 (#137407) 2024-10-07 17:53:59 +00:00
TypeIndex_test.cpp Eliminate C10_TYPENAME_CONSTEXPR (#138702) 2024-10-24 10:21:01 +00:00
TypeList_test.cpp [1/N] Fix extra warnings brought by clang-tidy-17 (#137407) 2024-10-07 17:53:59 +00:00
TypeTraits_test.cpp