github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 36521 tests passed
* 515 tests skipped
All executed tests passed, but another part of the build **failed**. Click on a
failure below to see the details.
<details>
<summary>tools/clang/unittests/Format/CMakeFiles/FormatTests.dir/FormatTestCSharp.cpp.o</summary>
```
FAILED:
tools/clang/unittests/Format/CMakeFiles/FormatTests.dir/FormatTestCSharp.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Format
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include
-gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG
-Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -fno-exceptions
-funwind-tables -fno-rtti -Wno-suggest-override -MD -MT
tools/clang/unittests/Format/CMakeFiles/FormatTests.dir/FormatTestCSharp.cpp.o
-MF
tools/clang/unittests/Format/CMakeFiles/FormatTests.dir/FormatTestCSharp.cpp.o.d
-o
tools/clang/unittests/Format/CMakeFiles/FormatTests.dir/FormatTestCSharp.cpp.o
-c
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1748:7:
error: redefinition of 'FormatTestCSharp'
1748 | class FormatTestCSharp : public test::FormatTestBase {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:18:7:
note: previous definition is here
18 | class FormatTestCSharp : public test::FormatTestBase {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1779:1:
error: redefinition of 'FormatTestCSharp_CSharpClass_Test'
1779 | TEST_F(FormatTestCSharp, CSharpClass) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:43:1: note: expanded from here
43 | FormatTestCSharp_CSharpClass_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:49:1:
note: previous definition is here
49 | TEST_F(FormatTestCSharp, CSharpClass) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:61:1: note: expanded from here
61 | FormatTestCSharp_CSharpClass_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1779:1:
error: redefinition of 'test_info_'
1779 | TEST_F(FormatTestCSharp, CSharpClass) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:49:1:
note: previous definition is here
49 | TEST_F(FormatTestCSharp, CSharpClass) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1779:1:
error: redefinition of 'TestBody'
1779 | TEST_F(FormatTestCSharp, CSharpClass) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:49:1:
note: previous definition is here
49 | TEST_F(FormatTestCSharp, CSharpClass) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1825:1:
error: redefinition of 'FormatTestCSharp_AccessModifiers_Test'
1825 | TEST_F(FormatTestCSharp, AccessModifiers) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:107:1: note: expanded from here
107 | FormatTestCSharp_AccessModifiers_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:95:1:
note: previous definition is here
95 | TEST_F(FormatTestCSharp, AccessModifiers) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:125:1: note: expanded from here
125 | FormatTestCSharp_AccessModifiers_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1825:1:
error: redefinition of 'test_info_'
1825 | TEST_F(FormatTestCSharp, AccessModifiers) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:95:1:
note: previous definition is here
95 | TEST_F(FormatTestCSharp, AccessModifiers) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1825:1:
error: redefinition of 'TestBody'
1825 | TEST_F(FormatTestCSharp, AccessModifiers) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:95:1:
note: previous definition is here
95 | TEST_F(FormatTestCSharp, AccessModifiers) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1857:1:
error: redefinition of 'FormatTestCSharp_NoStringLiteralBreaks_Test'
1857 | TEST_F(FormatTestCSharp, NoStringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:58:1: note: expanded from here
58 | FormatTestCSharp_NoStringLiteralBreaks_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:127:1:
note: previous definition is here
127 | TEST_F(FormatTestCSharp, NoStringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:68:1: note: expanded from here
68 | FormatTestCSharp_NoStringLiteralBreaks_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1857:1:
error: redefinition of 'test_info_'
1857 | TEST_F(FormatTestCSharp, NoStringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:127:1:
note: previous definition is here
127 | TEST_F(FormatTestCSharp, NoStringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1857:1:
error: redefinition of 'TestBody'
1857 | TEST_F(FormatTestCSharp, NoStringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:127:1:
note: previous definition is here
127 | TEST_F(FormatTestCSharp, NoStringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1868:1:
error: redefinition of 'FormatTestCSharp_StringLiteralBreaks_Test'
1868 | TEST_F(FormatTestCSharp, StringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:10:1: note: expanded from here
10 | FormatTestCSharp_StringLiteralBreaks_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:138:1:
note: previous definition is here
138 | TEST_F(FormatTestCSharp, StringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:18:1: note: expanded from here
18 | FormatTestCSharp_StringLiteralBreaks_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1868:1:
error: redefinition of 'test_info_'
1868 | TEST_F(FormatTestCSharp, StringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:138:1:
note: previous definition is here
138 | TEST_F(FormatTestCSharp, StringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1868:1:
error: redefinition of 'TestBody'
1868 | TEST_F(FormatTestCSharp, StringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:138:1:
note: previous definition is here
138 | TEST_F(FormatTestCSharp, StringLiteralBreaks) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1919:1:
error: redefinition of 'FormatTestCSharp_CSharpVerbatiumStringLiterals_Test'
1919 | TEST_F(FormatTestCSharp, CSharpVerbatiumStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:74:1: note: expanded from here
74 | FormatTestCSharp_CSharpVerbatiumStringLiterals_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:189:1:
note: previous definition is here
189 | TEST_F(FormatTestCSharp, CSharpVerbatiumStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:82:1: note: expanded from here
82 | FormatTestCSharp_CSharpVerbatiumStringLiterals_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1919:1:
error: redefinition of 'test_info_'
1919 | TEST_F(FormatTestCSharp, CSharpVerbatiumStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:189:1:
note: previous definition is here
189 | TEST_F(FormatTestCSharp, CSharpVerbatiumStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1919:1:
error: redefinition of 'TestBody'
1919 | TEST_F(FormatTestCSharp, CSharpVerbatiumStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:189:1:
note: previous definition is here
189 | TEST_F(FormatTestCSharp, CSharpVerbatiumStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1934:1:
error: redefinition of 'FormatTestCSharp_CSharpInterpolatedStringLiterals_Test'
1934 | TEST_F(FormatTestCSharp, CSharpInterpolatedStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:24:1: note: expanded from here
24 | FormatTestCSharp_CSharpInterpolatedStringLiterals_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:204:1:
note: previous definition is here
204 | TEST_F(FormatTestCSharp, CSharpInterpolatedStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1526:9:
note: expanded from macro 'GTEST_TEST_'
1526 | class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)
\
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1518:3:
note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
1518 | test_suite_name##_##test_name##_Test
| ^
<scratch space>:32:1: note: expanded from here
32 | FormatTestCSharp_CSharpInterpolatedStringLiterals_Test
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1934:1:
error: redefinition of 'test_info_'
1934 | TEST_F(FormatTestCSharp, CSharpInterpolatedStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:204:1:
note: previous definition is here
204 | TEST_F(FormatTestCSharp, CSharpInterpolatedStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1548:65:
note: expanded from macro 'GTEST_TEST_'
1548 |
test_name)::test_info_ = \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestCSharp.cpp:1934:1:
error: redefinition of 'TestBody'
1934 | TEST_F(FormatTestCSharp, CSharpInterpolatedStringLiterals) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2208:41:
note: expanded from macro 'TEST_F'
2208 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture,
test_name)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:2205:3:
note: expanded from macro 'GTEST_TEST_F'
2205 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/internal/gtest-internal.h:1558:60:
note: expanded from macro 'GTEST_TEST_'
1558 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
```
</details>
If these failures are unrelated to your changes (for example tests are broken
or flaky at HEAD), please open an issue at
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/134337
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits