Advertisement
Guest User

Untitled

a guest
Jul 26th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.34 KB | None | 0 0
  1. C:\workspace\llvm-project>ninja -C build check-lldb-api
  2. ninja: Entering directory `build'
  3. [2/3] Running lldb api test suiteC:\workspace\llvm-project\build\tools\lldb\test\API\lit.site.cfg.py:35: SyntaxWarning: invalid escape sequence '\P'
  4. config.python_executable = "C:\Program Files\Python312\python.exe"
  5. -- Testing: 1191 tests, 32 workers --
  6. Testing:
  7. UNRESOLVED: lldb-api :: lang/cpp/wchar_t/TestCxxWCharT.py (1 of 1191)
  8. ******************** TEST 'lldb-api :: lang/cpp/wchar_t/TestCxxWCharT.py' FAILED ********************
  9. Script:
  10. --
  11. C:\Program Files\Python312\python.exe C:/workspace/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env OBJCOPY=C:/workspace/llvm-project/build/./bin/llvm-objcopy.exe --env LLVM_LIBS_DIR=C:/workspace/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=C:/workspace/llvm-project/build/include --env LLVM_TOOLS_DIR=C:/workspace/llvm-project/build/./bin --arch x86_64 --build-dir C:/workspace/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api --executable C:/workspace/llvm-project/build/./bin/lldb.exe --compiler C:/workspace/llvm-project/build/./bin/clang.exe --dsymutil C:/workspace/llvm-project/build/./bin/dsymutil.exe --llvm-tools-dir C:/workspace/llvm-project/build/./bin --lldb-obj-root C:/workspace/llvm-project/build/tools/lldb --lldb-libs-dir C:/workspace/llvm-project/build/./lib --skip-category=watchpoint C:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t -p TestCxxWCharT.py
  12. --
  13. Exit Code: 1
  14.  
  15. Command Output (stdout):
  16. --
  17. lldb version 20.0.0git (https://github.com/kendalharland/llvm-project revision e6dbb56a5330789ab783d1d90807d51e84ea787c)
  18. clang revision e6dbb56a5330789ab783d1d90807d51e84ea787c
  19. llvm revision e6dbb56a5330789ab783d1d90807d51e84ea787c
  20. Skipping the following test categories: ['watchpoint', 'libc++', 'libstdcxx', 'dwo', 'dsym', 'gmodules', 'debugserver', 'objc', 'fork', 'pexpect']
  21. runCmd: settings clear -all
  22. output:
  23. runCmd: settings set symbols.enable-external-lookup false
  24. output:
  25. runCmd: settings set target.inherit-tcc true
  26. output:
  27. runCmd: settings set target.disable-aslr false
  28. output:
  29. runCmd: settings set target.detach-on-error false
  30. output:
  31. runCmd: settings set target.auto-apply-fixits false
  32. output:
  33. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  34. output:
  35. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  36. output:
  37. runCmd: settings set use-color false
  38. output:
  39. runCmd: settings set target.env-vars PATH=
  40. output:
  41. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\lang\cpp\wchar_t\TestCxxWCharT.test_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb OS=Windows_NT HOST_OS=Windows_NT
  42. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/lang/cpp/wchar_t/TestCxxWCharT.test_dwarf'
  43. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 --driver-mode=g++ -MT main.o -MD -MP -MF main.d -c -o main.o C:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t/main.cpp
  44. C:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t/main.cpp:21:25: warning: ISO C++11 does not allow conversion from string literal to 'wchar_t *' [-Wwritable-strings]
  45. 21 | wchar_t *ws_empty = L"";
  46. | ^
  47. C:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t/main.cpp:22:41: warning: ISO C++11 does not allow conversion from string literal to 'wchar_t *' [-Wwritable-strings]
  48. 22 | wchar_t array[200], * array_source = L"Hey, I'm a super wchar_t string, éõñž<U+F8FF>";
  49. | ^
  50. 2 warnings generated.
  51. "C:\workspace\llvm-project\build\bin\clang.exe" main.o -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fuse-ld=lld --driver-mode=g++ -o "a.out"
  52. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/lang/cpp/wchar_t/TestCxxWCharT.test_dwarf'
  53.  
  54. runCmd: expression L'a'
  55. output: (wchar_t) $0 = L'a'
  56.  
  57. runCmd: frame variable mazeltov
  58. output:
  59. --
  60. Command Output (stderr):
  61. --
  62. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_dsym (TestCxxWCharT.CxxWCharTTestCase.test_dsym) (test case does not fall in any category of interest for this run)
  63. FAIL: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_dwarf (TestCxxWCharT.CxxWCharTTestCase.test_dwarf)
  64. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_dwo (TestCxxWCharT.CxxWCharTTestCase.test_dwo) (test case does not fall in any category of interest for this run)
  65. ======================================================================
  66. ERROR: test_dwarf (TestCxxWCharT.CxxWCharTTestCase.test_dwarf)
  67. Test that C++ supports wchar_t correctly.
  68. ----------------------------------------------------------------------
  69. Traceback (most recent call last):
  70. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 1761, in test_method
  71. return attrvalue(self)
  72. ^^^^^^^^^^^^^^^
  73. File "C:\workspace\llvm-project\lldb\test\API\lang\cpp\wchar_t\TestCxxWCharT.py", line 36, in test
  74. self.expect(
  75. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 2362, in expect
  76. self.runCmd(
  77. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 986, in runCmd
  78. print("output:", self.res.GetOutput())
  79. File "C:\Program Files\Python312\Lib\encodings\cp1252.py", line 19, in encode
  80. return codecs.charmap_encode(input,self.errors,encoding_table)[0]
  81. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  82. UnicodeEncodeError: 'charmap' codec can't encode characters in position 50-52: character maps to <undefined>
  83. Config=x86_64-C:\workspace\llvm-project\build\bin\clang.exe
  84. ----------------------------------------------------------------------
  85. Ran 3 tests in 0.899s
  86.  
  87. FAILED (errors=1, skipped=2)
  88.  
  89. --
  90.  
  91. ********************
  92. Testing:
  93. UNRESOLVED: lldb-api :: lang/cpp/char1632_t/TestChar1632T.py (2 of 1191)
  94. ******************** TEST 'lldb-api :: lang/cpp/char1632_t/TestChar1632T.py' FAILED ********************
  95. Script:
  96. --
  97. C:\Program Files\Python312\python.exe C:/workspace/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env OBJCOPY=C:/workspace/llvm-project/build/./bin/llvm-objcopy.exe --env LLVM_LIBS_DIR=C:/workspace/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=C:/workspace/llvm-project/build/include --env LLVM_TOOLS_DIR=C:/workspace/llvm-project/build/./bin --arch x86_64 --build-dir C:/workspace/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api --executable C:/workspace/llvm-project/build/./bin/lldb.exe --compiler C:/workspace/llvm-project/build/./bin/clang.exe --dsymutil C:/workspace/llvm-project/build/./bin/dsymutil.exe --llvm-tools-dir C:/workspace/llvm-project/build/./bin --lldb-obj-root C:/workspace/llvm-project/build/tools/lldb --lldb-libs-dir C:/workspace/llvm-project/build/./lib --skip-category=watchpoint C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t -p TestChar1632T.py
  98. --
  99. Exit Code: 1
  100.  
  101. Command Output (stdout):
  102. --
  103. lldb version 20.0.0git (https://github.com/kendalharland/llvm-project revision e6dbb56a5330789ab783d1d90807d51e84ea787c)
  104. clang revision e6dbb56a5330789ab783d1d90807d51e84ea787c
  105. llvm revision e6dbb56a5330789ab783d1d90807d51e84ea787c
  106. Skipping the following test categories: ['watchpoint', 'libc++', 'libstdcxx', 'dwo', 'dsym', 'gmodules', 'debugserver', 'objc', 'fork', 'pexpect']
  107. runCmd: settings clear -all
  108. output:
  109. runCmd: settings set symbols.enable-external-lookup false
  110. output:
  111. runCmd: settings set target.inherit-tcc true
  112. output:
  113. runCmd: settings set target.disable-aslr false
  114. output:
  115. runCmd: settings set target.detach-on-error false
  116. output:
  117. runCmd: settings set target.auto-apply-fixits false
  118. output:
  119. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  120. output:
  121. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  122. output:
  123. runCmd: settings set use-color false
  124. output:
  125. runCmd: settings set target.env-vars PATH=
  126. output:
  127. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\lang\cpp\char1632_t\TestChar1632T.test_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb OS=Windows_NT HOST_OS=Windows_NT
  128. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/lang/cpp/char1632_t/TestChar1632T.test_dwarf'
  129. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -g -O0 -std=c++11 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 --driver-mode=g++ -MT main.o -MD -MP -MF main.d -c -o main.o C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t/main.cpp
  130. "C:\workspace\llvm-project\build\bin\clang.exe" main.o -g -O0 -std=c++11 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fuse-ld=lld --driver-mode=g++ -o "a.out"
  131. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/lang/cpp/char1632_t/TestChar1632T.test_dwarf'
  132.  
  133. runCmd: breakpoint set -f "main.cpp" -l 28
  134. output: Breakpoint 1: where = a.out`main + 129 at main.cpp:28, address = 0x0000000140001081
  135.  
  136. runCmd: breakpoint set -f "main.cpp" -l 33
  137. output: Breakpoint 2: where = a.out`main + 195 at main.cpp:33, address = 0x00000001400010c3
  138.  
  139. runCmd: frame variable cs16 cs32
  140. output:
  141. --
  142. Command Output (stderr):
  143. --
  144. C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t\TestChar1632T.py:77: SyntaxWarning: invalid escape sequence '\('
  145. "\(char16_t\[[0-9]+\]\) as16 = ",
  146. C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t\TestChar1632T.py:78: SyntaxWarning: invalid escape sequence '\('
  147. "\(char32_t\[[0-9]+\]\) as32 = ",
  148. C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t\TestChar1632T.py:106: SyntaxWarning: invalid escape sequence '\('
  149. "\(char16_t\[[0-9]+\]\) as16 = ",
  150. C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t\TestChar1632T.py:107: SyntaxWarning: invalid escape sequence '\('
  151. "\(char32_t\[[0-9]+\]\) as32 = ",
  152. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_dsym (TestChar1632T.Char1632TestCase.test_dsym) (test case does not fall in any category of interest for this run)
  153. FAIL: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_dwarf (TestChar1632T.Char1632TestCase.test_dwarf)
  154. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_dwo (TestChar1632T.Char1632TestCase.test_dwo) (test case does not fall in any category of interest for this run)
  155. ======================================================================
  156. ERROR: test_dwarf (TestChar1632T.Char1632TestCase.test_dwarf)
  157. Test that the C++11 support for char16_t and char32_t works correctly.
  158. ----------------------------------------------------------------------
  159. Traceback (most recent call last):
  160. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 1761, in test_method
  161. return attrvalue(self)
  162. ^^^^^^^^^^^^^^^
  163. File "C:\workspace\llvm-project\lldb\test\API\lang\cpp\char1632_t\TestChar1632T.py", line 52, in test
  164. self.expect(
  165. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 2362, in expect
  166. self.runCmd(
  167. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 986, in runCmd
  168. print("output:", self.res.GetOutput())
  169. File "C:\Program Files\Python312\Lib\encodings\cp1252.py", line 19, in encode
  170. return codecs.charmap_encode(input,self.errors,encoding_table)[0]
  171. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  172. UnicodeEncodeError: 'charmap' codec can't encode characters in position 59-61: character maps to <undefined>
  173. Config=x86_64-C:\workspace\llvm-project\build\bin\clang.exe
  174. ----------------------------------------------------------------------
  175. Ran 3 tests in 1.019s
  176.  
  177. FAILED (errors=1, skipped=2)
  178.  
  179. --
  180.  
  181. ********************
  182. Testing:
  183. UNRESOLVED: lldb-api :: lang/cpp/char8_t/TestCxxChar8_t.py (3 of 1191)
  184. ******************** TEST 'lldb-api :: lang/cpp/char8_t/TestCxxChar8_t.py' FAILED ********************
  185. Script:
  186. --
  187. C:\Program Files\Python312\python.exe C:/workspace/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env OBJCOPY=C:/workspace/llvm-project/build/./bin/llvm-objcopy.exe --env LLVM_LIBS_DIR=C:/workspace/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=C:/workspace/llvm-project/build/include --env LLVM_TOOLS_DIR=C:/workspace/llvm-project/build/./bin --arch x86_64 --build-dir C:/workspace/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api --executable C:/workspace/llvm-project/build/./bin/lldb.exe --compiler C:/workspace/llvm-project/build/./bin/clang.exe --dsymutil C:/workspace/llvm-project/build/./bin/dsymutil.exe --llvm-tools-dir C:/workspace/llvm-project/build/./bin --lldb-obj-root C:/workspace/llvm-project/build/tools/lldb --lldb-libs-dir C:/workspace/llvm-project/build/./lib --skip-category=watchpoint C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t -p TestCxxChar8_t.py
  188. --
  189. Exit Code: 1
  190.  
  191. Command Output (stdout):
  192. --
  193. lldb version 20.0.0git (https://github.com/kendalharland/llvm-project revision e6dbb56a5330789ab783d1d90807d51e84ea787c)
  194. clang revision e6dbb56a5330789ab783d1d90807d51e84ea787c
  195. llvm revision e6dbb56a5330789ab783d1d90807d51e84ea787c
  196. Skipping the following test categories: ['watchpoint', 'libc++', 'libstdcxx', 'dwo', 'dsym', 'gmodules', 'debugserver', 'objc', 'fork', 'pexpect']
  197. runCmd: settings clear -all
  198. output:
  199. runCmd: settings set symbols.enable-external-lookup false
  200. output:
  201. runCmd: settings set target.inherit-tcc true
  202. output:
  203. runCmd: settings set target.disable-aslr false
  204. output:
  205. runCmd: settings set target.detach-on-error false
  206. output:
  207. runCmd: settings set target.auto-apply-fixits false
  208. output:
  209. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  210. output:
  211. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  212. output:
  213. runCmd: settings set use-color false
  214. output:
  215. runCmd: settings set target.env-vars PATH=
  216. output:
  217. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\lang\cpp\char8_t\TestCxxChar8_t.test_with_process_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb OS=Windows_NT HOST_OS=Windows_NT
  218. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/lang/cpp/char8_t/TestCxxChar8_t.test_with_process_dwarf'
  219. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -gdwarf -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 -std=c++2a -fchar8_t --driver-mode=g++ -MT main.o -MD -MP -MF main.d -c -o main.o C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t/main.cpp
  220. "C:\workspace\llvm-project\build\bin\clang.exe" main.o -gdwarf -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -no-pie -fuse-ld=lld --driver-mode=g++ -o "a.out"
  221. clang: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument]
  222. lld-link: warning: section name .debug_abbrev is longer than 8 characters and will use a non-standard string table
  223. lld-link: warning: section name .debug_info is longer than 8 characters and will use a non-standard string table
  224. lld-link: warning: section name .debug_line is longer than 8 characters and will use a non-standard string table
  225. lld-link: warning: section name .debug_str is longer than 8 characters and will use a non-standard string table
  226. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/lang/cpp/char8_t/TestCxxChar8_t.test_with_process_dwarf'
  227.  
  228. runCmd: settings clear -all
  229. output:
  230. runCmd: settings set symbols.enable-external-lookup false
  231. output:
  232. runCmd: settings set target.inherit-tcc true
  233. output:
  234. runCmd: settings set target.disable-aslr false
  235. output:
  236. runCmd: settings set target.detach-on-error false
  237. output:
  238. runCmd: settings set target.auto-apply-fixits false
  239. output:
  240. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  241. output:
  242. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  243. output:
  244. runCmd: settings set use-color false
  245. output:
  246. runCmd: settings set target.env-vars PATH=
  247. output:
  248. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\lang\cpp\char8_t\TestCxxChar8_t.test_without_process_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb OS=Windows_NT HOST_OS=Windows_NT
  249. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/lang/cpp/char8_t/TestCxxChar8_t.test_without_process_dwarf'
  250. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -gdwarf -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 -std=c++2a -fchar8_t --driver-mode=g++ -MT main.o -MD -MP -MF main.d -c -o main.o C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t/main.cpp
  251. "C:\workspace\llvm-project\build\bin\clang.exe" main.o -gdwarf -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -no-pie -fuse-ld=lld --driver-mode=g++ -o "a.out"
  252. clang: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument]
  253. lld-link: warning: section name .debug_abbrev is longer than 8 characters and will use a non-standard string table
  254. lld-link: warning: section name .debug_info is longer than 8 characters and will use a non-standard string table
  255. lld-link: warning: section name .debug_line is longer than 8 characters and will use a non-standard string table
  256. lld-link: warning: section name .debug_str is longer than 8 characters and will use a non-standard string table
  257. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/lang/cpp/char8_t/TestCxxChar8_t.test_without_process_dwarf'
  258.  
  259. runCmd: target variable a
  260. output: (char8_t) a = 0x61 u8'a'
  261.  
  262. runCmd: target variable ab
  263. output:
  264. --
  265. Command Output (stderr):
  266. --
  267. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_with_process_dsym (TestCxxChar8_t.CxxChar8_tTestCase.test_with_process_dsym) (test case does not fall in any category of interest for this run)
  268. PASS: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_with_process_dwarf (TestCxxChar8_t.CxxChar8_tTestCase.test_with_process_dwarf)
  269. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_with_process_dwo (TestCxxChar8_t.CxxChar8_tTestCase.test_with_process_dwo) (test case does not fall in any category of interest for this run)
  270. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_without_process_dsym (TestCxxChar8_t.CxxChar8_tTestCase.test_without_process_dsym) (test case does not fall in any category of interest for this run)
  271. FAIL: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_without_process_dwarf (TestCxxChar8_t.CxxChar8_tTestCase.test_without_process_dwarf)
  272. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_without_process_dwo (TestCxxChar8_t.CxxChar8_tTestCase.test_without_process_dwo) (test case does not fall in any category of interest for this run)
  273. ======================================================================
  274. ERROR: test_without_process_dwarf (TestCxxChar8_t.CxxChar8_tTestCase.test_without_process_dwarf)
  275. Test that C++ supports char8_t without a running process.
  276. ----------------------------------------------------------------------
  277. Traceback (most recent call last):
  278. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 1761, in test_method
  279. return attrvalue(self)
  280. ^^^^^^^^^^^^^^^
  281. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\decorators.py", line 148, in wrapper
  282. return func(*args, **kwargs)
  283. ^^^^^^^^^^^^^^^^^^^^^
  284. File "C:\workspace\llvm-project\lldb\test\API\lang\cpp\char8_t\TestCxxChar8_t.py", line 22, in test_without_process
  285. self.expect("target variable ab", substrs=["const char8_t *", 'u8"\u4f60\u597d"'])
  286. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 2362, in expect
  287. self.runCmd(
  288. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 986, in runCmd
  289. print("output:", self.res.GetOutput())
  290. File "C:\Program Files\Python312\Lib\encodings\cp1252.py", line 19, in encode
  291. return codecs.charmap_encode(input,self.errors,encoding_table)[0]
  292. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  293. UnicodeEncodeError: 'charmap' codec can't encode characters in position 45-46: character maps to <undefined>
  294. Config=x86_64-C:\workspace\llvm-project\build\bin\clang.exe
  295. ----------------------------------------------------------------------
  296. Ran 6 tests in 1.548s
  297.  
  298. FAILED (errors=1, skipped=4)
  299.  
  300. --
  301.  
  302. ********************
  303. Testing:
  304. FAIL: lldb-api :: python_api/thread/TestThreadAPI.py (6 of 1191)
  305. ******************** TEST 'lldb-api :: python_api/thread/TestThreadAPI.py' FAILED ********************
  306. Script:
  307. --
  308. C:\Program Files\Python312\python.exe C:/workspace/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env OBJCOPY=C:/workspace/llvm-project/build/./bin/llvm-objcopy.exe --env LLVM_LIBS_DIR=C:/workspace/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=C:/workspace/llvm-project/build/include --env LLVM_TOOLS_DIR=C:/workspace/llvm-project/build/./bin --arch x86_64 --build-dir C:/workspace/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api --executable C:/workspace/llvm-project/build/./bin/lldb.exe --compiler C:/workspace/llvm-project/build/./bin/clang.exe --dsymutil C:/workspace/llvm-project/build/./bin/dsymutil.exe --llvm-tools-dir C:/workspace/llvm-project/build/./bin --lldb-obj-root C:/workspace/llvm-project/build/tools/lldb --lldb-libs-dir C:/workspace/llvm-project/build/./lib --skip-category=watchpoint C:\workspace\llvm-project\lldb\test\API\python_api\thread -p TestThreadAPI.py
  309. --
  310. Exit Code: 1
  311.  
  312. Command Output (stdout):
  313. --
  314. lldb version 20.0.0git (https://github.com/kendalharland/llvm-project revision e6dbb56a5330789ab783d1d90807d51e84ea787c)
  315. clang revision e6dbb56a5330789ab783d1d90807d51e84ea787c
  316. llvm revision e6dbb56a5330789ab783d1d90807d51e84ea787c
  317. Skipping the following test categories: ['watchpoint', 'libc++', 'libstdcxx', 'dwo', 'dsym', 'gmodules', 'debugserver', 'objc', 'fork', 'pexpect']
  318. runCmd: settings clear -all
  319. output:
  320. runCmd: settings set symbols.enable-external-lookup false
  321. output:
  322. runCmd: settings set target.inherit-tcc true
  323. output:
  324. runCmd: settings set target.disable-aslr false
  325. output:
  326. runCmd: settings set target.detach-on-error false
  327. output:
  328. runCmd: settings set target.auto-apply-fixits false
  329. output:
  330. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  331. output:
  332. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  333. output:
  334. runCmd: settings set use-color false
  335. output:
  336. runCmd: settings set target.env-vars PATH=
  337. output:
  338. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\python_api\thread' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\python_api\thread\TestThreadAPI.test_StepInstruction_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\python_api\thread' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\python_api\thread\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb OS=Windows_NT HOST_OS=Windows_NT
  339. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_StepInstruction_dwarf'
  340. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 --driver-mode=g++ -MT main.o -MD -MP -MF main.d -c -o main.o C:\workspace\llvm-project\lldb\test\API\python_api\thread/main.cpp
  341. "C:\workspace\llvm-project\build\bin\clang.exe" main.o -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fuse-ld=lld --driver-mode=g++ -o "a.out"
  342. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_StepInstruction_dwarf'
  343.  
  344. runCmd: expr -i 0 -- call_me(true)
  345. output:
  346. runCmd: settings clear -all
  347. output:
  348. runCmd: settings set symbols.enable-external-lookup false
  349. output:
  350. runCmd: settings set target.inherit-tcc true
  351. output:
  352. runCmd: settings set target.disable-aslr false
  353. output:
  354. runCmd: settings set target.detach-on-error false
  355. output:
  356. runCmd: settings set target.auto-apply-fixits false
  357. output:
  358. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  359. output:
  360. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  361. output:
  362. runCmd: settings set use-color false
  363. output:
  364. runCmd: settings set target.env-vars PATH=
  365. output:
  366. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\python_api\thread' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\python_api\thread\TestThreadAPI.test_get_process_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\python_api\thread' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\python_api\thread\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb OS=Windows_NT HOST_OS=Windows_NT
  367. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_get_process_dwarf'
  368. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 --driver-mode=g++ -MT main.o -MD -MP -MF main.d -c -o main.o C:\workspace\llvm-project\lldb\test\API\python_api\thread/main.cpp
  369. "C:\workspace\llvm-project\build\bin\clang.exe" main.o -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fuse-ld=lld --driver-mode=g++ -o "a.out"
  370. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_get_process_dwarf'
  371.  
  372. runCmd: breakpoint list
  373. output: Current breakpoints:
  374. 1: file = 'main.cpp', line = 27, exact_match = 0, locations = 1
  375. 1.1: where = a.out`main + 108 at main.cpp:27, address = a.out[0x000000014000109c], unresolved, hit count = 0
  376.  
  377.  
  378. runCmd: process status
  379. output: Process 33884 stopped
  380. * thread #1, stop reason = breakpoint 1.1
  381. frame #0: 0x00007ff7cf94109c a.out`main(argc=1, argv=0x000001969f5031e0) at main.cpp:27
  382. 24
  383. 25 printf("after the loop: my_char='%c'\n", my_char); // 'my_char' should print out as 'x'.
  384. 26
  385. -> 27 return 0; // Set break point at this line and check variable 'my_char'.
  386. 28 }
  387.  
  388. runCmd: settings clear -all
  389. output:
  390. runCmd: settings set symbols.enable-external-lookup false
  391. output:
  392. runCmd: settings set target.inherit-tcc true
  393. output:
  394. runCmd: settings set target.disable-aslr false
  395. output:
  396. runCmd: settings set target.detach-on-error false
  397. output:
  398. runCmd: settings set target.auto-apply-fixits false
  399. output:
  400. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  401. output:
  402. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  403. output:
  404. runCmd: settings set use-color false
  405. output:
  406. runCmd: settings set target.env-vars PATH=
  407. output:
  408. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\python_api\thread' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\python_api\thread\TestThreadAPI.test_get_stop_description_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\python_api\thread' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\python_api\thread\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb OS=Windows_NT HOST_OS=Windows_NT
  409. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_get_stop_description_dwarf'
  410. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 --driver-mode=g++ -MT main.o -MD -MP -MF main.d -c -o main.o C:\workspace\llvm-project\lldb\test\API\python_api\thread/main.cpp
  411. "C:\workspace\llvm-project\build\bin\clang.exe" main.o -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fuse-ld=lld --driver-mode=g++ -o "a.out"
  412. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_get_stop_description_dwarf'
  413.  
  414. runCmd: settings clear -all
  415. output:
  416. runCmd: settings set symbols.enable-external-lookup false
  417. output:
  418. runCmd: settings set target.inherit-tcc true
  419. output:
  420. runCmd: settings set target.disable-aslr false
  421. output:
  422. runCmd: settings set target.detach-on-error false
  423. output:
  424. runCmd: settings set target.auto-apply-fixits false
  425. output:
  426. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  427. output:
  428. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  429. output:
  430. runCmd: settings set use-color false
  431. output:
  432. runCmd: settings set target.env-vars PATH=
  433. output:
  434. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\python_api\thread' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\python_api\thread\TestThreadAPI.test_negative_indexing_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\python_api\thread' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\python_api\thread\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb OS=Windows_NT HOST_OS=Windows_NT
  435. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_negative_indexing_dwarf'
  436. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 --driver-mode=g++ -MT main.o -MD -MP -MF main.d -c -o main.o C:\workspace\llvm-project\lldb\test\API\python_api\thread/main.cpp
  437. "C:\workspace\llvm-project\build\bin\clang.exe" main.o -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fuse-ld=lld --driver-mode=g++ -o "a.out"
  438. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_negative_indexing_dwarf'
  439.  
  440. runCmd: breakpoint list
  441. output: Current breakpoints:
  442. 1: file = 'main.cpp', line = 27, exact_match = 0, locations = 1
  443. 1.1: where = a.out`main + 108 at main.cpp:27, address = a.out[0x000000014000109c], unresolved, hit count = 0
  444.  
  445.  
  446. runCmd: process status
  447. output: Process 52244 stopped
  448. * thread #1, stop reason = breakpoint 1.1
  449. frame #0: 0x00007ff63f79109c a.out`main(argc=1, argv=0x000001aa0afc3310) at main.cpp:27
  450. 24
  451. 25 printf("after the loop: my_char='%c'\n", my_char); // 'my_char' should print out as 'x'.
  452. 26
  453. -> 27 return 0; // Set break point at this line and check variable 'my_char'.
  454. 28 }
  455.  
  456. runCmd: settings clear -all
  457. output:
  458. runCmd: settings set symbols.enable-external-lookup false
  459. output:
  460. runCmd: settings set target.inherit-tcc true
  461. output:
  462. runCmd: settings set target.disable-aslr false
  463. output:
  464. runCmd: settings set target.detach-on-error false
  465. output:
  466. runCmd: settings set target.auto-apply-fixits false
  467. output:
  468. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  469. output:
  470. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  471. output:
  472. runCmd: settings set use-color false
  473. output:
  474. runCmd: settings set target.env-vars PATH=
  475. output:
  476. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\python_api\thread' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\python_api\thread\TestThreadAPI.test_run_to_address_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\python_api\thread' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\python_api\thread\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb CXX_SOURCES=main2.cpp EXE=test_run_to_address_dwarf OS=Windows_NT HOST_OS=Windows_NT
  477. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_run_to_address_dwarf'
  478. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 --driver-mode=g++ -MT main2.o -MD -MP -MF main2.d -c -o main2.o C:\workspace\llvm-project\lldb\test\API\python_api\thread/main2.cpp
  479. "C:\workspace\llvm-project\build\bin\clang.exe" main2.o -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fuse-ld=lld --driver-mode=g++ -o "test_run_to_address_dwarf"
  480. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_run_to_address_dwarf'
  481.  
  482. runCmd: breakpoint list
  483. output: Current breakpoints:
  484. 1: file = 'main2.cpp', line = 21, exact_match = 0, locations = 1
  485. 1.1: where = test_run_to_address_dwarf`b + 21 at main2.cpp:21, address = test_run_to_address_dwarf[0x0000000140001065], unresolved, hit count = 0
  486.  
  487.  
  488. runCmd: thread backtrace
  489. output: * thread #1, stop reason = breakpoint 1.1
  490. * frame #0: 0x00007ff67f9e1065 test_run_to_address_dwarf`b(val=1) at main2.cpp:21
  491. frame #1: 0x00007ff67f9e1018 test_run_to_address_dwarf`a(val=1) at main2.cpp:11
  492. frame #2: 0x00007ff67f9e10df test_run_to_address_dwarf`main(argc=1, argv=0x000001a103433310) at main2.cpp:36
  493. frame #3: 0x00007ff67f9e14a8 test_run_to_address_dwarf`__scrt_common_main_seh [inlined] invoke_main at exe_common.inl:288
  494. frame #4: 0x00007ff67f9e1486 test_run_to_address_dwarf`__scrt_common_main_seh at exe_common.inl:288
  495. frame #5: 0x00007ffc27e0257d kernel32.dll`BaseThreadInitThunk + 29
  496. frame #6: 0x00007ffc28d6af28 ntdll.dll`RtlUserThreadStart + 40
  497.  
  498. runCmd: breakpoint list
  499. output: Current breakpoints:
  500. 1: file = 'main2.cpp', line = 21, exact_match = 0, locations = 1 Options: disabled
  501. 1.1: where = test_run_to_address_dwarf`b + 21 at main2.cpp:21, address = 0x00007ff67f9e1065, unresolved, hit count = 1
  502.  
  503.  
  504. runCmd: thread backtrace
  505. output: * thread #1, stop reason = step over
  506. * frame #0: 0x00007ff67f9e1097 test_run_to_address_dwarf`b(val=1) at main2.cpp:26
  507. frame #1: 0x00007ff67f9e1018 test_run_to_address_dwarf`a(val=1) at main2.cpp:11
  508. frame #2: 0x00007ff67f9e10df test_run_to_address_dwarf`main(argc=1, argv=0x000001a103433310) at main2.cpp:36
  509. frame #3: 0x00007ff67f9e14a8 test_run_to_address_dwarf`__scrt_common_main_seh [inlined] invoke_main at exe_common.inl:288
  510. frame #4: 0x00007ff67f9e1486 test_run_to_address_dwarf`__scrt_common_main_seh at exe_common.inl:288
  511. frame #5: 0x00007ffc27e0257d kernel32.dll`BaseThreadInitThunk + 29
  512. frame #6: 0x00007ffc28d6af28 ntdll.dll`RtlUserThreadStart + 40
  513.  
  514. runCmd: process status
  515. output: Process 54840 stopped
  516. * thread #1, stop reason = run to address: 0x00007ff67f9e1065
  517. frame #0: 0x00007ff67f9e1065 test_run_to_address_dwarf`b(val=2) at main2.cpp:21
  518. 18 int b(int val)
  519. 19 {
  520. 20 int rc = c(val);
  521. -> 21 void *ptr = malloc(1024); // thread step-out of malloc into function b.
  522. 22 if (!ptr)
  523. 23 return -1;
  524. 24 else
  525.  
  526. runCmd: settings clear -all
  527. output:
  528. runCmd: settings set symbols.enable-external-lookup false
  529. output:
  530. runCmd: settings set target.inherit-tcc true
  531. output:
  532. runCmd: settings set target.disable-aslr false
  533. output:
  534. runCmd: settings set target.detach-on-error false
  535. output:
  536. runCmd: settings set target.auto-apply-fixits false
  537. output:
  538. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  539. output:
  540. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  541. output:
  542. runCmd: settings set use-color false
  543. output:
  544. runCmd: settings set target.env-vars PATH=
  545. output:
  546. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\python_api\thread' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\python_api\thread\TestThreadAPI.test_step_out_of_malloc_into_function_b_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\python_api\thread' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\python_api\thread\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb CXX_SOURCES=main2.cpp EXE=test_step_out_of_malloc_into_function_b_dwarf OS=Windows_NT HOST_OS=Windows_NT
  547. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_step_out_of_malloc_into_function_b_dwarf'
  548. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 --driver-mode=g++ -MT main2.o -MD -MP -MF main2.d -c -o main2.o C:\workspace\llvm-project\lldb\test\API\python_api\thread/main2.cpp
  549. "C:\workspace\llvm-project\build\bin\clang.exe" main2.o -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fuse-ld=lld --driver-mode=g++ -o "test_step_out_of_malloc_into_function_b_dwarf"
  550. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_step_out_of_malloc_into_function_b_dwarf'
  551.  
  552. runCmd: settings clear -all
  553. output:
  554. runCmd: settings set symbols.enable-external-lookup false
  555. output:
  556. runCmd: settings set target.inherit-tcc true
  557. output:
  558. runCmd: settings set target.disable-aslr false
  559. output:
  560. runCmd: settings set target.detach-on-error false
  561. output:
  562. runCmd: settings set target.auto-apply-fixits false
  563. output:
  564. runCmd: settings set plugin.process.gdb-remote.packet-timeout 60
  565. output:
  566. runCmd: settings set symbols.clang-modules-cache-path "C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-lldb\lldb-api"
  567. output:
  568. runCmd: settings set use-color false
  569. output:
  570. runCmd: settings set target.env-vars PATH=
  571. output:
  572. runBuildCommand make 'VPATH=C:\workspace\llvm-project\lldb\test\API\python_api\thread' -C 'C:\workspace\llvm-project\build\lldb-test-build.noindex\python_api\thread\TestThreadAPI.test_step_over_3_times_dwarf' -I 'C:\workspace\llvm-project\lldb\test\API\python_api\thread' -I 'C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\workspace\llvm-project\lldb\test\API\python_api\thread\Makefile' MAKE_DSYM=NO all ARCH=x86_64 'CC="C:\workspace\llvm-project\build\bin\clang.exe"' 'CLANG_MODULE_CACHE_DIR=C:/workspace/llvm-project/build/lldb-test-build.noindex/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/workspace/llvm-project/build/tools/lldb CXX_SOURCES=main2.cpp EXE=test_step_over_3_times_dwarf OS=Windows_NT HOST_OS=Windows_NT
  573. output: make: Entering directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_step_over_3_times_dwarf'
  574. "C:\workspace\llvm-project\build\bin\clang.exe" -std=c++11 -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fno-exceptions -D_HAS_EXCEPTIONS=0 -fms-compatibility-version=19.0 -std=c++14 --driver-mode=g++ -MT main2.o -MD -MP -MF main2.d -c -o main2.o C:\workspace\llvm-project\lldb\test\API\python_api\thread/main2.cpp
  575. "C:\workspace\llvm-project\build\bin\clang.exe" main2.o -g -O0 -m64 -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include -IC:/workspace/llvm-project/build/tools/lldb/include -IC:\workspace\llvm-project\lldb\test\API\python_api\thread -IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -fuse-ld=lld --driver-mode=g++ -o "test_step_over_3_times_dwarf"
  576. make: Leaving directory 'C:/workspace/llvm-project/build/lldb-test-build.noindex/python_api/thread/TestThreadAPI.test_step_over_3_times_dwarf'
  577.  
  578. runCmd: breakpoint list
  579. output: Current breakpoints:
  580. 1: file = 'main2.cpp', line = 21, exact_match = 0, locations = 1
  581. 1.1: where = test_step_over_3_times_dwarf`b + 21 at main2.cpp:21, address = test_step_over_3_times_dwarf[0x0000000140001065], unresolved, hit count = 0
  582.  
  583.  
  584. runCmd: thread backtrace
  585. output: * thread #1, stop reason = breakpoint 1.1
  586. * frame #0: 0x00007ff632631065 test_step_over_3_times_dwarf`b(val=1) at main2.cpp:21
  587. frame #1: 0x00007ff632631018 test_step_over_3_times_dwarf`a(val=1) at main2.cpp:11
  588. frame #2: 0x00007ff6326310df test_step_over_3_times_dwarf`main(argc=1, argv=0x00000246346e3310) at main2.cpp:36
  589. frame #3: 0x00007ff6326314a8 test_step_over_3_times_dwarf`__scrt_common_main_seh [inlined] invoke_main at exe_common.inl:288
  590. frame #4: 0x00007ff632631486 test_step_over_3_times_dwarf`__scrt_common_main_seh at exe_common.inl:288
  591. frame #5: 0x00007ffc27e0257d kernel32.dll`BaseThreadInitThunk + 29
  592. frame #6: 0x00007ffc28d6af28 ntdll.dll`RtlUserThreadStart + 40
  593.  
  594. runCmd: thread backtrace
  595. output: * thread #1, stop reason = step over
  596. * frame #0: 0x00007ff632631097 test_step_over_3_times_dwarf`b(val=1) at main2.cpp:26
  597. frame #1: 0x00007ff632631018 test_step_over_3_times_dwarf`a(val=1) at main2.cpp:11
  598. frame #2: 0x00007ff6326310df test_step_over_3_times_dwarf`main(argc=1, argv=0x00000246346e3310) at main2.cpp:36
  599. frame #3: 0x00007ff6326314a8 test_step_over_3_times_dwarf`__scrt_common_main_seh [inlined] invoke_main at exe_common.inl:288
  600. frame #4: 0x00007ff632631486 test_step_over_3_times_dwarf`__scrt_common_main_seh at exe_common.inl:288
  601. frame #5: 0x00007ffc27e0257d kernel32.dll`BaseThreadInitThunk + 29
  602. frame #6: 0x00007ffc28d6af28 ntdll.dll`RtlUserThreadStart + 40
  603.  
  604.  
  605. --
  606. Command Output (stderr):
  607. --
  608. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_StepInstruction_dsym (TestThreadAPI.ThreadAPITestCase.test_StepInstruction_dsym) (test case does not fall in any category of interest for this run)
  609. FAIL: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_StepInstruction_dwarf (TestThreadAPI.ThreadAPITestCase.test_StepInstruction_dwarf)
  610. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_StepInstruction_dwo (TestThreadAPI.ThreadAPITestCase.test_StepInstruction_dwo) (test case does not fall in any category of interest for this run)
  611. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_get_process_dsym (TestThreadAPI.ThreadAPITestCase.test_get_process_dsym) (test case does not fall in any category of interest for this run)
  612. PASS: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_get_process_dwarf (TestThreadAPI.ThreadAPITestCase.test_get_process_dwarf)
  613. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_get_process_dwo (TestThreadAPI.ThreadAPITestCase.test_get_process_dwo) (test case does not fall in any category of interest for this run)
  614. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_get_stop_description_dsym (TestThreadAPI.ThreadAPITestCase.test_get_stop_description_dsym) (test case does not fall in any category of interest for this run)
  615. PASS: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_get_stop_description_dwarf (TestThreadAPI.ThreadAPITestCase.test_get_stop_description_dwarf)
  616. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_get_stop_description_dwo (TestThreadAPI.ThreadAPITestCase.test_get_stop_description_dwo) (test case does not fall in any category of interest for this run)
  617. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_negative_indexing_dsym (TestThreadAPI.ThreadAPITestCase.test_negative_indexing_dsym) (test case does not fall in any category of interest for this run)
  618. PASS: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_negative_indexing_dwarf (TestThreadAPI.ThreadAPITestCase.test_negative_indexing_dwarf)
  619. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_negative_indexing_dwo (TestThreadAPI.ThreadAPITestCase.test_negative_indexing_dwo) (test case does not fall in any category of interest for this run)
  620. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_run_to_address_dsym (TestThreadAPI.ThreadAPITestCase.test_run_to_address_dsym) (test case does not fall in any category of interest for this run)
  621. PASS: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_run_to_address_dwarf (TestThreadAPI.ThreadAPITestCase.test_run_to_address_dwarf)
  622. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_run_to_address_dwo (TestThreadAPI.ThreadAPITestCase.test_run_to_address_dwo) (test case does not fall in any category of interest for this run)
  623. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_step_out_of_malloc_into_function_b_dsym (TestThreadAPI.ThreadAPITestCase.test_step_out_of_malloc_into_function_b_dsym) (test case does not fall in any category of interest for this run)
  624. XFAIL: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_step_out_of_malloc_into_function_b_dwarf (TestThreadAPI.ThreadAPITestCase.test_step_out_of_malloc_into_function_b_dwarf)
  625. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_step_out_of_malloc_into_function_b_dwo (TestThreadAPI.ThreadAPITestCase.test_step_out_of_malloc_into_function_b_dwo) (test case does not fall in any category of interest for this run)
  626. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_step_over_3_times_dsym (TestThreadAPI.ThreadAPITestCase.test_step_over_3_times_dsym) (test case does not fall in any category of interest for this run)
  627. PASS: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_step_over_3_times_dwarf (TestThreadAPI.ThreadAPITestCase.test_step_over_3_times_dwarf)
  628. UNSUPPORTED: LLDB (C:\workspace\llvm-project\build\bin\clang.exe-x86_64) :: test_step_over_3_times_dwo (TestThreadAPI.ThreadAPITestCase.test_step_over_3_times_dwo) (test case does not fall in any category of interest for this run)
  629. ======================================================================
  630. FAIL: test_StepInstruction_dwarf (TestThreadAPI.ThreadAPITestCase.test_StepInstruction_dwarf)
  631. Test that StepInstruction preserves the plan stack.
  632. ----------------------------------------------------------------------
  633. Traceback (most recent call last):
  634. File "C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 1761, in test_method
  635. return attrvalue(self)
  636. ^^^^^^^^^^^^^^^
  637. File "C:\workspace\llvm-project\lldb\test\API\python_api\thread\TestThreadAPI.py", line 58, in test_StepInstruction
  638. self.step_instruction_in_called_function()
  639. File "C:\workspace\llvm-project\lldb\test\API\python_api\thread\TestThreadAPI.py", line 334, in step_instruction_in_called_function
  640. self.assertRegex(
  641. AssertionError: Regex didn't match: '.*call_me\\(bool\\)$' not found in 'main' : Stopped in call_me(bool)
  642. Config=x86_64-C:\workspace\llvm-project\build\bin\clang.exe
  643. ----------------------------------------------------------------------
  644. Ran 21 tests in 6.218s
  645.  
  646. FAILED (failures=1, skipped=14, expected failures=1)
  647.  
  648. --
  649.  
  650. ********************
  651. Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
  652. ********************
  653. Unresolved Tests (3):
  654. lldb-api :: lang/cpp/char1632_t/TestChar1632T.py
  655. lldb-api :: lang/cpp/char8_t/TestCxxChar8_t.py
  656. lldb-api :: lang/cpp/wchar_t/TestCxxWCharT.py
  657.  
  658. ********************
  659. Failed Tests (1):
  660. lldb-api :: python_api/thread/TestThreadAPI.py
  661.  
  662.  
  663. Testing Time: 85.30s
  664.  
  665. Total Discovered Tests: 1191
  666. Unsupported : 654 (54.91%)
  667. Passed : 518 (43.49%)
  668. Expectedly Failed: 15 (1.26%)
  669. Unresolved : 3 (0.25%)
  670. Failed : 1 (0.08%)
  671.  
  672. FAILED: tools/lldb/test/API/CMakeFiles/check-lldb-api C:/workspace/llvm-project/build/tools/lldb/test/API/CMakeFiles/check-lldb-api
  673. C:\WINDOWS\system32\cmd.exe /C "cd /D C:\workspace\llvm-project\build\tools\lldb\test\API && "C:\Program Files\Python312\python.exe" C:/workspace/llvm-project/build/./bin/llvm-lit.py -sv C:/workspace/llvm-project/build/tools/lldb/test/API"
  674. ninja: build stopped: subcommand failed.
  675.  
  676. C:\workspace\llvm-project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement