github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 33243 tests passed * 501 tests skipped * 4 tests failed ## Failed Tests (click on a test name to see its output) ### lldb-api <details> <summary>lldb-api.functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py</summary> ``` Script: -- /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --arch x86_64 --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced -p TestDataFormatterAdv.py -- Exit Code: 1 Command Output (stdout): -- lldb version 22.0.0git (https://github.com/llvm/llvm-project revision 92fedb07476abdb0e957c109d2cec4f279d43616) clang revision 92fedb07476abdb0e957c109d2cec4f279d43616 llvm revision 92fedb07476abdb0e957c109d2cec4f279d43616 Skipping the following test categories: msvcstl, dsym, pdb, gmodules, debugserver, objc -- Command Output (stderr): -- UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_with_run_command_dsym (TestDataFormatterAdv.AdvDataFormatterTestCase.test_with_run_command_dsym) (test case does not fall in any category of interest for this run) FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_with_run_command_dwarf (TestDataFormatterAdv.AdvDataFormatterTestCase.test_with_run_command_dwarf) FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_with_run_command_dwo (TestDataFormatterAdv.AdvDataFormatterTestCase.test_with_run_command_dwo) ====================================================================== FAIL: test_with_run_command_dwarf (TestDataFormatterAdv.AdvDataFormatterTestCase.test_with_run_command_dwarf) Test that that file and class static variables display correctly. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1833, in test_method return attrvalue(self) ^^^^^^^^^^^^^^^ File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py", line 63, in test_with_run_command self.expect("frame variable int_array", substrs=["1,2,3,4,5"]) File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2558, in expect self.fail(log_msg) AssertionError: Ran command: "frame variable int_array" Got output: (int[5]) int_array = error: summary string parsing error Expecting sub string: "1,2,3,4,5" (was not found) Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang ====================================================================== FAIL: test_with_run_command_dwo (TestDataFormatterAdv.AdvDataFormatterTestCase.test_with_run_command_dwo) Test that that file and class static variables display correctly. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1833, in test_method return attrvalue(self) ^^^^^^^^^^^^^^^ File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py", line 63, in test_with_run_command self.expect("frame variable int_array", substrs=["1,2,3,4,5"]) File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2558, in expect self.fail(log_msg) AssertionError: Ran command: "frame variable int_array" Got output: (int[5]) int_array = error: summary string parsing error Expecting sub string: "1,2,3,4,5" (was not found) Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang ---------------------------------------------------------------------- Ran 3 tests in 1.828s FAILED (failures=2, skipped=1) -- ``` </details> <details> <summary>lldb-api.functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py</summary> ``` Script: -- /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --arch x86_64 --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp -p TestDataFormatterCpp.py -- Exit Code: 1 Command Output (stdout): -- lldb version 22.0.0git (https://github.com/llvm/llvm-project revision 92fedb07476abdb0e957c109d2cec4f279d43616) clang revision 92fedb07476abdb0e957c109d2cec4f279d43616 llvm revision 92fedb07476abdb0e957c109d2cec4f279d43616 Skipping the following test categories: msvcstl, dsym, pdb, gmodules, debugserver, objc -- Command Output (stderr): -- UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_mem_func_ptr_formats_dsym (TestDataFormatterCpp.CppDataFormatterTestCase.test_mem_func_ptr_formats_dsym) (test case does not fall in any category of interest for this run) PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_mem_func_ptr_formats_dwarf (TestDataFormatterCpp.CppDataFormatterTestCase.test_mem_func_ptr_formats_dwarf) PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_mem_func_ptr_formats_dwo (TestDataFormatterCpp.CppDataFormatterTestCase.test_mem_func_ptr_formats_dwo) UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_with_run_command_dsym (TestDataFormatterCpp.CppDataFormatterTestCase.test_with_run_command_dsym) (test case does not fall in any category of interest for this run) FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_with_run_command_dwarf (TestDataFormatterCpp.CppDataFormatterTestCase.test_with_run_command_dwarf) FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_with_run_command_dwo (TestDataFormatterCpp.CppDataFormatterTestCase.test_with_run_command_dwo) ====================================================================== FAIL: test_with_run_command_dwarf (TestDataFormatterCpp.CppDataFormatterTestCase.test_with_run_command_dwarf) Test that that file and class static variables display correctly. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1833, in test_method return attrvalue(self) ^^^^^^^^^^^^^^^ File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py", line 176, in test_with_run_command self.expect("frame variable int_array", substrs=["2", "3", "4"]) File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2558, in expect self.fail(log_msg) AssertionError: Ran command: "frame variable int_array" Got output: (int[5]) int_array = error: summary string parsing error Expecting sub string: "2" (was not found) Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang ====================================================================== FAIL: test_with_run_command_dwo (TestDataFormatterCpp.CppDataFormatterTestCase.test_with_run_command_dwo) Test that that file and class static variables display correctly. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1833, in test_method return attrvalue(self) ^^^^^^^^^^^^^^^ File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py", line 176, in test_with_run_command self.expect("frame variable int_array", substrs=["2", "3", "4"]) File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2558, in expect self.fail(log_msg) AssertionError: Ran command: "frame variable int_array" Got output: (int[5]) int_array = error: summary string parsing error Expecting sub string: "2" (was not found) Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang ---------------------------------------------------------------------- Ran 6 tests in 1.048s FAILED (failures=2, skipped=2) -- ``` </details> <details> <summary>lldb-api.functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py</summary> ``` Script: -- /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --arch x86_64 --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-smart-array -p TestDataFormatterSmartArray.py -- Exit Code: 1 Command Output (stdout): -- lldb version 22.0.0git (https://github.com/llvm/llvm-project revision 92fedb07476abdb0e957c109d2cec4f279d43616) clang revision 92fedb07476abdb0e957c109d2cec4f279d43616 llvm revision 92fedb07476abdb0e957c109d2cec4f279d43616 Skipping the following test categories: msvcstl, dsym, pdb, gmodules, debugserver, objc -- Command Output (stderr): -- UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_with_run_command_dsym (TestDataFormatterSmartArray.SmartArrayDataFormatterTestCase.test_with_run_command_dsym) (test case does not fall in any category of interest for this run) FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_with_run_command_dwarf (TestDataFormatterSmartArray.SmartArrayDataFormatterTestCase.test_with_run_command_dwarf) FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_with_run_command_dwo (TestDataFormatterSmartArray.SmartArrayDataFormatterTestCase.test_with_run_command_dwo) ====================================================================== FAIL: test_with_run_command_dwarf (TestDataFormatterSmartArray.SmartArrayDataFormatterTestCase.test_with_run_command_dwarf) Test data formatter commands. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1833, in test_method return attrvalue(self) ^^^^^^^^^^^^^^^ File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py", line 16, in test_with_run_command self.data_formatter_commands() File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py", line 205, in data_formatter_commands self.expect("frame variable strptr", substrs=["ptr = ", "[{H},{e}]"]) File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2558, in expect self.fail(log_msg) AssertionError: Ran command: "frame variable strptr" Got output: (char *) strptr = 0x000055ce88244047 error: summary string parsing error Expecting sub string: "ptr = " (was found) Expecting sub string: "[{H},{e}]" (was not found) Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang ====================================================================== FAIL: test_with_run_command_dwo (TestDataFormatterSmartArray.SmartArrayDataFormatterTestCase.test_with_run_command_dwo) Test data formatter commands. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1833, in test_method return attrvalue(self) ^^^^^^^^^^^^^^^ File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py", line 16, in test_with_run_command self.data_formatter_commands() File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py", line 205, in data_formatter_commands self.expect("frame variable strptr", substrs=["ptr = ", "[{H},{e}]"]) File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2558, in expect self.fail(log_msg) AssertionError: Ran command: "frame variable strptr" Got output: (char *) strptr = 0x000056df79d0f047 error: summary string parsing error Expecting sub string: "ptr = " (was found) Expecting sub string: "[{H},{e}]" (was not found) Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang ---------------------------------------------------------------------- Ran 3 tests in 0.602s FAILED (failures=2, skipped=1) -- ``` </details> ### lldb-shell <details> <summary>lldb-shell.Settings/TestCxxFrameFormatRecursive.test</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 4 split-file /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp # executed command: split-file /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp # note: command had no output on stdout or stderr # RUN: at line 5 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gdwarf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp/main.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp.out # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gdwarf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp/main.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp.out # .---command stderr------------ # | clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument] # `----------------------------- # RUN: at line 6 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/lldb --no-lldbinit -S /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet -o "settings set interpreter.stop-command-source-on-error false" -x -b -s /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp/commands.input /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp.out -o exit 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/lldb --no-lldbinit -S /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet -o 'settings set interpreter.stop-command-source-on-error false' -x -b -s /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp/commands.input /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Settings/Output/TestCxxFrameFormatRecursive.test.tmp.out -o exit # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test:22:14: error: CHECK-NOT: excluded string found in input # | # CHECK-NOT: custom-frame # | ^ # | <stdin>:23:4: note: found here # | * custom-frame 'main(argc=1, argv=0x00007fffffffeaa8)' # | ^~~~~~~~~~~~ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 18: -> 1 int main(int argc, char const *argv[]) { return 0; } # | 19: ^ # | 20: 2 # | 21: (lldb) bt # | 22: * thread #1, name = 'TestCxxFrameFor', stop reason = breakpoint 1.1 # | 23: * custom-frame 'main(argc=1, argv=0x00007fffffffeaa8)' # | not:22 !~~~~~~~~~~~ error: no match expected # | 24: custom-frame '___lldb_unnamed_symbol_2a150' # | 25: custom-frame '__libc_start_main' # | 26: custom-frame '_start' # | 27: (lldb) exit # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </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/174750 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
