jaeandersson / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
23 stars 19 forks source link

Noisy test suite output #85

Open jaeandersson opened 7 years ago

jaeandersson commented 7 years ago

Comment by @wsfulton:

C tests in test-suite fail (I'm using Octave-4.0.0), eg: checking matlab testcase arrays arrays_wrap.c: In function ‘SWIG_Matlab_ConvertPacked’: arrays_wrap.c:918:1: error: parameter name omitted SWIG_Matlab_ConvertPacked(mxArray /pm/, void /ptr/, size_t /sz/, swig_type_info /ty*/) { ^ test-suite output format doesn't conform to output of other languages

  • lots of noise from 'xyz passed' messages
  • message about whether or not there is a run test is different