[Lldb-commits] [lldb] Revert "[lldb/test] Mark TestStepScripted.py as XFAIL temporarily (#96894)" (PR #96942)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 27 11:37:53 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu` running on `linaro-lldb-aarch64-ubuntu` while building `lldb` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/678
Here is the relevant piece of the build log for the reference:
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: functionalities/signal/handle-abrt/TestHandleAbort.py (567 of 1981)
PASS: lldb-api :: functionalities/source-map/TestTargetSourceMap.py (568 of 1981)
PASS: lldb-api :: functionalities/signal/TestSendSignal.py (569 of 1981)
PASS: lldb-api :: functionalities/signal/handle-segv/TestHandleSegv.py (570 of 1981)
PASS: lldb-api :: functionalities/stats_api/TestStatisticsAPI.py (571 of 1981)
PASS: lldb-api :: functionalities/step-avoids-regexp/TestStepAvoidsRegexp.py (572 of 1981)
PASS: lldb-api :: commands/process/attach/TestProcessAttach.py (573 of 1981)
PASS: lldb-api :: functionalities/signal/raise/TestRaise.py (574 of 1981)
PASS: lldb-api :: functionalities/gdb_remote_client/TestPlatformClient.py (575 of 1981)
PASS: lldb-api :: functionalities/step-avoids-no-debug/TestStepNoDebug.py (576 of 1981)
FAIL: lldb-api :: functionalities/step_scripted/TestStepScripted.py (577 of 1981)
******************** TEST 'lldb-api :: functionalities/step_scripted/TestStepScripted.py' FAILED ********************
Script:
--
/usr/bin/python3.8 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/local/bin/llvm-ar --env OBJCOPY=/usr/bin/llvm-objcopy --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 --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/functionalities/step_scripted -p TestStepScripted.py
--
Exit Code: 1
Command Output (stdout):
--
lldb version 19.0.0git (https://github.com/llvm/llvm-project.git revision b949b6420775fe3466dc5a5bf34eab1d14e39e8f)
clang revision b949b6420775fe3466dc5a5bf34eab1d14e39e8f
llvm revision b949b6420775fe3466dc5a5bf34eab1d14e39e8f
Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 'debugserver', 'objc']
--
Command Output (stderr):
--
FAIL: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_checking_variable (TestStepScripted.StepScriptedTestCase)
FAIL: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_checking_variable_cli (TestStepScripted.StepScriptedTestCase)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_misspelled_plan_name (TestStepScripted.StepScriptedTestCase)
FAIL: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_scripted_step_out (TestStepScripted.StepScriptedTestCase)
FAIL: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_standard_step_out (TestStepScripted.StepScriptedTestCase)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_stop_others_from_command (TestStepScripted.StepScriptedTestCase)
======================================================================
FAIL: test_checking_variable (TestStepScripted.StepScriptedTestCase)
Test that we can call SBValue API's from a scripted thread plan - using SBAPI's to step
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/functionalities/step_scripted/TestStepScripted.py", line 67, in test_checking_variable
self.do_test_checking_variable(False)
File "/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/functionalities/step_scripted/TestStepScripted.py", line 113, in do_test_checking_variable
self.assertIn("Stepped until foo changed", desc, "Got right stop description")
AssertionError: 'Stepped until foo changed' not found in 'Python thread plan implemented by class Steps.StepUntil.' : Got right stop description
Config=aarch64-/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang
======================================================================
FAIL: test_checking_variable_cli (TestStepScripted.StepScriptedTestCase)
Test that we can call SBValue API's from a scripted thread plan - using cli to step
----------------------------------------------------------------------
```
https://github.com/llvm/llvm-project/pull/96942
More information about the lldb-commits
mailing list