[Lldb-commits] [lldb] [lldb] Fix incorrect logical operator in 'if' condition check (NFC) (PR #94779)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 25 04:33:51 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-x86_64-debian` running on `lldb-x86_64-debian` while building `lldb` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/162/builds/2857
Here is the relevant piece of the build log for the reference:
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: python_api/module_section/TestModuleAndSection.py (88 of 2633)
PASS: lldb-api :: commands/expression/timeout/TestCallWithTimeout.py (89 of 2633)
PASS: lldb-api :: commands/expression/persistent_result/TestPersistentResult.py (90 of 2633)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/libcxx-simulators/string/TestDataFormatterLibcxxStringSimulator.py (91 of 2633)
PASS: lldb-api :: commands/gui/breakpoints/TestGuiBreakpoints.py (92 of 2633)
PASS: lldb-api :: python_api/watchpoint/watchlocation/TestTargetWatchAddress.py (93 of 2633)
PASS: lldb-api :: tools/lldb-dap/breakpoint/TestDAP_setBreakpoints.py (94 of 2633)
PASS: lldb-api :: api/listeners/TestListener.py (95 of 2633)
PASS: lldb-api :: functionalities/step-vrs-interrupt/TestStepVrsInterruptTimeout.py (96 of 2633)
PASS: lldb-api :: tools/lldb-server/TestGdbRemote_vCont.py (97 of 2633)
FAIL: lldb-api :: functionalities/postmortem/mach-core/TestMachCore.py (98 of 2633)
******************** TEST 'lldb-api :: functionalities/postmortem/mach-core/TestMachCore.py' FAILED ********************
Script:
--
/usr/bin/python3 /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/bin/ar --env OBJCOPY=/usr/bin/objcopy --env LLVM_LIBS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./lib --env LLVM_INCLUDE_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/include --env LLVM_TOOLS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./bin --arch x86_64 --build-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex --lldb-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/lldb --compiler /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/clang --dsymutil /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/dsymutil --llvm-tools-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./bin --lldb-obj-root /home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb --lldb-libs-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./lib -t /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/functionalities/postmortem/mach-core -p TestMachCore.py
--
Exit Code: 1
Command Output (stdout):
--
lldb version 20.0.0git (https://github.com/llvm/llvm-project.git revision 2ba3fe7356f065757a2279f65e4ef5c8f1476293)
clang revision 2ba3fe7356f065757a2279f65e4ef5c8f1476293
llvm revision 2ba3fe7356f065757a2279f65e4ef5c8f1476293
Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 'debugserver', 'objc']
--
Command Output (stderr):
--
Change dir to: /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/functionalities/postmortem/mach-core
runCmd: settings clear -all
output:
runCmd: settings set symbols.enable-external-lookup false
output:
runCmd: settings set target.inherit-tcc true
output:
runCmd: settings set target.disable-aslr false
output:
runCmd: settings set target.detach-on-error false
output:
```
https://github.com/llvm/llvm-project/pull/94779
More information about the lldb-commits
mailing list