[all-commits] [llvm/llvm-project] d738d4: Disable symbol on-demand feature for Windows

jeffreytan81 via All-commits all-commits at lists.llvm.org
Tue Apr 26 13:35:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d738d4717f6da88494683da62648f91f04f7c8ce
      https://github.com/llvm/llvm-project/commit/d738d4717f6da88494683da62648f91f04f7c8ce
  Author: Jeffrey Tan <jeffreytan at fb.com>
  Date:   2022-04-26 (Tue, 26 Apr 2022)

  Changed paths:
    M lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py
    M lldb/test/API/symbol_ondemand/breakpoint_source_regex/TestSourceTextRegexBreakpoint.py
    M lldb/test/API/symbol_ondemand/shared_library/TestSharedLib.py
    M lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test
    M lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test

  Log Message:
  -----------
  Disable symbol on-demand feature for Windows

Symbol on-demand feature is never tested on Windows so it is not a surprise
that we are getting Buildbot failure from Windows:
https://lab.llvm.org/buildbot/#/builders/83/builds/18228

This patch disables symbol on-demand feature on Windows. I will find a Windows
machine to test and re-enable symbol on-demand feature as follow-up.

Differential Revision: https://reviews.llvm.org/D124471




More information about the All-commits mailing list