[all-commits] [llvm/llvm-project] d602e0: fix PythonDataObjectsTest.TestExceptions on windows

llvm-git-migration via All-commits all-commits at lists.llvm.org
Mon Oct 21 20:59:21 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d602e0d0cab270761553c79d2e42b8ac6b756157
      https://github.com/llvm/llvm-project/commit/d602e0d0cab270761553c79d2e42b8ac6b756157
  Author: Lawrence D'Anna <lawrence_danna at apple.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp

  Log Message:
  -----------
  fix PythonDataObjectsTest.TestExceptions on windows

Looks like on windows googlemock regexes treat newlines differently
from on darwin.    This patch fixes the regex in this test so it
will work on both.

Fixes: https://reviews.llvm.org/D69214
llvm-svn: 375477




More information about the All-commits mailing list