[clang] Reland [HIP] fix host min/max in header (PR #133590)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 31 17:38:04 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu` running on `linaro-lldb-aarch64-ubuntu` while building `clang` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/15227
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: lang/cpp/function-qualifiers/TestCppFunctionQualifiers.py (797 of 2111)
PASS: lldb-api :: lang/cpp/forward/TestCPPForwardDeclaration.py (798 of 2111)
PASS: lldb-api :: lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py (799 of 2111)
PASS: lldb-api :: lang/cpp/function-ref-qualifiers/TestCppFunctionRefQualifiers.py (800 of 2111)
UNSUPPORTED: lldb-api :: lang/cpp/gmodules/alignment/TestPchAlignment.py (801 of 2111)
UNSUPPORTED: lldb-api :: lang/cpp/gmodules/basic/TestWithModuleDebugging.py (802 of 2111)
PASS: lldb-api :: lang/cpp/function_refs/TestFunctionRefs.py (803 of 2111)
UNSUPPORTED: lldb-api :: lang/cpp/gmodules/pch-chain/TestPchChain.py (804 of 2111)
UNSUPPORTED: lldb-api :: lang/cpp/gmodules/template-with-same-arg/TestTemplateWithSameArg.py (805 of 2111)
UNSUPPORTED: lldb-api :: lang/cpp/gmodules/templates/TestGModules.py (806 of 2111)
FAIL: lldb-api :: lang/cpp/global_variables/TestCPPGlobalVariables.py (807 of 2111)
******************** TEST 'lldb-api :: lang/cpp/global_variables/TestCPPGlobalVariables.py' FAILED ********************
Script:
--
/usr/bin/python3.10 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --arch aarch64 --build-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/lldb --compiler /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --lldb-obj-root /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb --lldb-libs-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/lang/cpp/global_variables -p TestCPPGlobalVariables.py
--
Exit Code: -11
Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision 0248d277cabab370b48114cc62aff393b273971b)
clang revision 0248d277cabab370b48114cc62aff393b273971b
llvm revision 0248d277cabab370b48114cc62aff393b273971b
Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 'debugserver', 'objc']
--
Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_access_by_mangled_name_dsym (TestCPPGlobalVariables.GlobalVariablesCppTestCase) (test case does not fall in any category of interest for this run)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_access_by_mangled_name_dwarf (TestCPPGlobalVariables.GlobalVariablesCppTestCase)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_access_by_mangled_name_dwo (TestCPPGlobalVariables.GlobalVariablesCppTestCase)
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_dsym (TestCPPGlobalVariables.GlobalVariablesCppTestCase) (test case does not fall in any category of interest for this run)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_dwarf (TestCPPGlobalVariables.GlobalVariablesCppTestCase)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_dwo (TestCPPGlobalVariables.GlobalVariablesCppTestCase)
----------------------------------------------------------------------
Ran 6 tests in 1.037s
OK (skipped=2)
--
********************
PASS: lldb-api :: lang/cpp/global_operators/TestCppGlobalOperators.py (808 of 2111)
PASS: lldb-api :: lang/cpp/incompatible-class-templates/TestCppIncompatibleClassTemplates.py (809 of 2111)
PASS: lldb-api :: lang/cpp/keywords_enabled/TestCppKeywordsEnabled.py (810 of 2111)
PASS: lldb-api :: lang/cpp/inlines/TestInlines.py (811 of 2111)
PASS: lldb-api :: lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py (812 of 2111)
UNSUPPORTED: lldb-api :: lang/cpp/libcxx-internals-recognizer/TestLibcxxInternalsRecognizer.py (813 of 2111)
PASS: lldb-api :: lang/cpp/incomplete-stl-types/TestStlIncompleteTypes.py (814 of 2111)
```
</details>
https://github.com/llvm/llvm-project/pull/133590
More information about the cfe-commits
mailing list