patrickfrey / strusBindings

Language bindings (Java,Python,PHP,etc.) for strus
http://www.project-strus.net
Other
3 stars 0 forks source link

OSX binding tests fail #34

Open andreasbaumann opened 7 years ago

andreasbaumann commented 7 years ago
Test project /Users/administrator/strus/strusBindings
      Start  1: java_HelloWorld
 1/20 Test  #1: java_HelloWorld ...................   Passed    3.24 sec
      Start  2: java_CreateCollection
 2/20 Test  #2: java_CreateCollection .............   Passed    1.72 sec
      Start  3: java_CreateCollectionNoAnalyzer
 3/20 Test  #3: java_CreateCollectionNoAnalyzer ...   Passed    0.32 sec
      Start  4: java_Status
 4/20 Test  #4: java_Status .......................   Passed    0.34 sec
      Start  5: java_QueryNoAnalyzer
 5/20 Test  #5: java_QueryNoAnalyzer ..............   Passed    0.45 sec
      Start  6: java_QueryWithAnalyzer
 6/20 Test  #6: java_QueryWithAnalyzer ............   Passed    0.34 sec
      Start  7: java_QueryWithAnalyzer_trace
 7/20 Test  #7: java_QueryWithAnalyzer_trace ......   Passed    0.36 sec
      Start  8: php_helloWorld
 8/20 Test  #8: php_helloWorld ....................   Passed    0.90 sec
      Start  9: php_createCollection
 9/20 Test  #9: php_createCollection ..............***Exception: SegFault  2.86 sec
      Start 10: php_query
10/20 Test #10: php_query .........................***Exception: SegFault  0.52 sec
      Start 11: php_query_trace
11/20 Test #11: php_query_trace ...................***Exception: SegFault  0.38 sec
      Start 12: php_queryexpr
12/20 Test #12: php_queryexpr .....................***Exception: SegFault  0.40 sec
      Start 13: php_status
13/20 Test #13: php_status ........................***Exception: SegFault  0.48 sec
      Start 14: python_helloWorld
14/20 Test #14: python_helloWorld .................   Passed    0.58 sec
      Start 15: python_createCollection
15/20 Test #15: python_createCollection ...........***Failed    0.18 sec
      Start 16: python_query
16/20 Test #16: python_query ......................***Failed    0.07 sec
      Start 17: python_query_trace
17/20 Test #17: python_query_trace ................***Failed    0.07 sec
      Start 18: python_queryexpr
18/20 Test #18: python_queryexpr ..................***Failed    0.11 sec
      Start 19: python_status
19/20 Test #19: python_status .....................***Failed    0.07 sec
      Start 20: QueryCpp
20/20 Test #20: QueryCpp ..........................   Passed    0.16 sec

This happens in both Branches master and out-of-source-build, whether building in the source directory directly or in a separate build directory.