[Groonga-commit] groonga/grntest at 00f6817 [master] osx: add more backtrace pattern

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 30 16:47:57 JST 2015


Kouhei Sutou	2015-08-30 16:47:57 +0900 (Sun, 30 Aug 2015)

  New Revision: 00f681748ca321ac7375e68ed6047c37d54e5a34
  https://github.com/groonga/grntest/commit/00f681748ca321ac7375e68ed6047c37d54e5a34

  Message:
    osx: add more backtrace pattern

  Modified files:
    lib/grntest/executors/base-executor.rb

  Modified: lib/grntest/executors/base-executor.rb (+3 -1)
===================================================================
--- lib/grntest/executors/base-executor.rb    2015-08-30 12:28:40 +0900 (9243604)
+++ lib/grntest/executors/base-executor.rb    2015-08-30 16:47:57 +0900 (4f47c79)
@@ -348,7 +348,9 @@ module Grntest
           true
         when /\Agroonga\(\) \[0x[\da-f]+\]\z/
           true
-        when /\A\d+\s+(?:lib\S+\.dylib|groonga|\?\?\?)\s+0x[\da-f]+ \S+ \+ \d+\z/
+        when /\A\d+\s+(?:lib\S+\.dylib|\S+\.so|groonga|\?\?\?)\s+
+                0x[\da-f]+\s
+                \S+\s\+\s\d+\z/x
           true
         else
           false
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index