[all-commits] [llvm/llvm-project] e8e07b: Revert "Skip all the tests for Windows."

jimingham via All-commits all-commits at lists.llvm.org
Fri Mar 19 12:40:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8e07b3a5e6032edeed559db448402094cff31bf
      https://github.com/llvm/llvm-project/commit/e8e07b3a5e6032edeed559db448402094cff31bf
  Author: Jim Ingham <jingham at apple.com>
  Date:   2021-03-19 (Fri, 19 Mar 2021)

  Changed paths:
    M lldb/test/API/functionalities/stop-on-sharedlibrary-load/TestStopOnSharedlibraryEvents.py

  Log Message:
  -----------
  Revert "Skip all the tests for Windows."

This reverts commit a8d62fc8ff1c836e16cfb1a510ee8063ac2652ff.


  Commit: 9d081a7ffe5c2f9575f77bedd6cbf4385287aeec
      https://github.com/llvm/llvm-project/commit/9d081a7ffe5c2f9575f77bedd6cbf4385287aeec
  Author: Jim Ingham <jingham at apple.com>
  Date:   2021-03-19 (Fri, 19 Mar 2021)

  Changed paths:
    M lldb/source/Breakpoint/BreakpointOptions.cpp
    M lldb/source/Target/StopInfo.cpp
    R lldb/test/API/functionalities/stop-on-sharedlibrary-load/Makefile
    R lldb/test/API/functionalities/stop-on-sharedlibrary-load/TestStopOnSharedlibraryEvents.py
    R lldb/test/API/functionalities/stop-on-sharedlibrary-load/a.cpp
    R lldb/test/API/functionalities/stop-on-sharedlibrary-load/b.cpp
    R lldb/test/API/functionalities/stop-on-sharedlibrary-load/main.cpp

  Log Message:
  -----------
  Revert "Make the stop-on-sharedlibrary-events setting work."

This reverts commit 9406d43138811ac4dfd0ab31434f65a649bc882e.

I messed up a test, and when I got it right it was failing.  The changed logic
doesn't work quite right (now the async callback called at sync time is
forcing us to stop.  I need to be a little more careful about that.


Compare: https://github.com/llvm/llvm-project/compare/2fc47afed218...9d081a7ffe5c


More information about the All-commits mailing list