[Lldb-commits] [PATCH] D55230: [lit] Multiple build outputs and default target bitness

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 5 10:42:07 PST 2018


stella.stamenova added a comment.

LLDB :: BuildScript/toolchain-clang-cl.test is failing on Linux.

  2018-12-05T17:59:42.1570845Z Command Output (stderr):
  2018-12-05T17:59:42.1582271Z --
  2018-12-05T17:59:42.1593369Z Traceback (most recent call last):
  2018-12-05T17:59:42.1604689Z   File "/home/e2admin/vstsdrive/_work/51/s/llvm/tools/lldb/lit/helper/build.py", line 723, in <module>
  2018-12-05T17:59:42.1615962Z     build(cmds)
  2018-12-05T17:59:42.1627379Z   File "/home/e2admin/vstsdrive/_work/51/s/llvm/tools/lldb/lit/helper/build.py", line 621, in build
  2018-12-05T17:59:42.1794738Z     print_environment(env)
  2018-12-05T17:59:42.1806250Z   File "/home/e2admin/vstsdrive/_work/51/s/llvm/tools/lldb/lit/helper/build.py", line 154, in print_environment
  2018-12-05T17:59:42.1817473Z     for e in env:
  2018-12-05T17:59:42.1837821Z TypeError: 'NoneType' object is not iterable
  2018-12-05T17:59:42.1850161Z /home/e2admin/vstsdrive/_work/51/s/llvm/tools/lldb/lit/BuildScript/toolchain-clang-cl.test:13:11: error: CHECK-32: expected string not found in input
  2018-12-05T17:59:42.1861865Z CHECK-32: Output: {{.*}}toolchain-clang-cl.test.tmp\foo.exe
  2018-12-05T17:59:42.1872878Z           ^
  2018-12-05T17:59:42.1883892Z <stdin>:5:2: note: scanning from here
  2018-12-05T17:59:42.1895337Z  Output: /home/e2admin/vstsdrive/_work/51/b/LLVMBuild/tools/lldb/lit/BuildScript/Output/toolchain-clang-cl.test.tmp/foo.exe
  2018-12-05T17:59:42.1906629Z  ^
  2018-12-05T17:59:42.1917610Z <stdin>:5:82: note: possible intended match here
  2018-12-05T17:59:42.1929075Z  Output: /home/e2admin/vstsdrive/_work/51/b/LLVMBuild/tools/lldb/lit/BuildScript/Output/toolchain-clang-cl.test.tmp/foo.exe
  2018-12-05T17:59:42.1940723Z                                                                                  ^
  2018-12-05T17:59:42.1946391Z 
  2018-12-05T17:59:42.1957310Z --


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55230/new/

https://reviews.llvm.org/D55230





More information about the lldb-commits mailing list