[Lldb-commits] [PATCH] D64853: Fix CommandInterpreter for _regex-break with options

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 17 01:23:02 PDT 2019


teemperor requested changes to this revision.
teemperor added a comment.
This revision now requires changes to proceed.

This breaks several tests on linux:

  Failing Tests (20):
      LLDB :: Breakpoint/debug_addrx.test
      LLDB :: Breakpoint/debug_rnglist_basic.test
      LLDB :: Breakpoint/debug_rnglist_offset_pair.test
      LLDB :: Breakpoint/debug_rnglist_rlestartend.test
      LLDB :: Breakpoint/debug_rnglistx_rlex.test
      LLDB :: Breakpoint/implicit_const_form_support.test
      LLDB :: Breakpoint/jitbp_elf.test
      LLDB :: Breakpoint/single-file-split-dwarf.test
      LLDB :: Breakpoint/split-dwarf-5-addrbase.test
      LLDB :: Breakpoint/split-dwarf5-debug-stroffsets.test
      LLDB :: Expr/TestIRMemoryMap.test
      LLDB :: Settings/TestFrameFormatColor.test
      LLDB :: Watchpoint/SetErrorCases.test
      lldb-Suite :: functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py
      lldb-Suite :: functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py
      lldb-Suite :: functionalities/command_script/TestCommandScript.py
      lldb-Suite :: functionalities/format/TestFormats.py
      lldb-Suite :: functionalities/show_location/TestShowLocationDwarf5.py
      lldb-Suite :: functionalities/target_command/TestTargetCommand.py
      lldb-Suite :: functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py

I uploaded the test output here: https://teemperor.de/pub/FailingRegexLog.txt


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64853





More information about the lldb-commits mailing list