[PATCH] D97668: [debuginfo-tests] Add some optnone tests

Raphael Isemann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 04:02:50 PDT 2021


teemperor added a comment.

The `optnone-simple-functions.cpp` test fails on macOS since this commit landed (both on the bot and on my local system). The tests are run as part of the LLDB macOS bot here: http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/ (it's both `check-lldb` and `check-debuginfo` so you might have to scroll up to find the `check-debuginfo` failures).

  Traceback (most recent call last):
    File "/Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/debuginfo-tests/dexter/dex/../dexter.py", line 20, in <module>
      return_code = main()
    File "/Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/debuginfo-tests/dexter/dex/tools/Main.py", line 193, in main
      return tool_main(context, module.Tool(context), args)
    File "/Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/debuginfo-tests/dexter/dex/tools/Main.py", line 162, in tool_main
      return_code = tool.go()
    File "/Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py", line 58, in go
      self.debugger_controller.run_debugger(debugger)
    File "/Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py", line 24, in run_debugger
      self._run_debugger_custom()
    File "/Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py", line 55, in _run_debugger_custom
      update_step_watches(step_info, self.watches, self.step_collection.commands)
    File "/Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py", line 30, in update_step_watches
      if (os.path.exists(loc.path)
    File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/genericpath.py", line 19, in exists
      os.stat(path)
  TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97668



More information about the llvm-commits mailing list