[Lldb-commits] [lldb] [lldb][NFC] use platform independent path separator in testSettings.py. (PR #132392)

LLVM Continuous Integration via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 21 07:06:14 PDT 2025


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/18611

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteForkResume.py (73 of 2801)
PASS: lldb-api :: source-manager/TestSourceManager.py (74 of 2801)
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteAuxvSupport.py (75 of 2801)
PASS: lldb-api :: commands/watchpoints/hello_watchlocation/TestWatchLocation.py (76 of 2801)
PASS: lldb-api :: tools/lldb-dap/console/TestDAP_console.py (77 of 2801)
PASS: lldb-api :: lang/cpp/namespace/TestNamespaceLookup.py (78 of 2801)
PASS: lldb-api :: types/TestLongTypes.py (79 of 2801)
PASS: lldb-api :: functionalities/tail_call_frames/disambiguate_tail_call_seq/TestDisambiguateTailCallSeq.py (80 of 2801)
PASS: lldb-api :: tools/lldb-server/vCont-threads/TestPartialResume.py (81 of 2801)
PASS: lldb-api :: functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py (82 of 2801)
FAIL: lldb-api :: commands/settings/TestSettings.py (83 of 2801)
******************** TEST 'lldb-api :: commands/settings/TestSettings.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 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 --make /usr/bin/gmake --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/commands/settings -p TestSettings.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision 5286511adc94529c2d0ee9ea37c121ff7eaea223)
  clang revision 5286511adc94529c2d0ee9ea37c121ff7eaea223
  llvm revision 5286511adc94529c2d0ee9ea37c121ff7eaea223
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/commands/settings
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: 


```

</details>

https://github.com/llvm/llvm-project/pull/132392


More information about the lldb-commits mailing list