robertwb / issues-import-test

0 stars 0 forks source link

Testsuite fails on OSX #91

Closed robertwb closed 7 years ago

robertwb commented 7 years ago

Reported by vbraun on 11 Aug 2015 18:10 UTC

----------------------------------------------------------------------
Ran 9026 tests in 3034.938s

FAILED (failures=1, errors=61)
Following tests excluded because of missing dependencies on your system:
   Cython.Coverage
   run.asyncio_generators
   run.coverage_api
   run.coverage_cmd
   run.coverage_nogil
               ^
yield_inside_lambda.c:429:43: note: in definition of macro 'unlikely'
   #define unlikely(x) __builtin_expect(!!(x), 0)
                                           ^
yield_inside_lambda.c:2183:5: note: in expansion of macro '__PYX__VERIFY_RETURN_INT'
     __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, 1)
     ^
yield_inside_lambda.c:2525:17: note: in expansion of macro '__PYX_VERIFY_RETURN_INT_EXC'
                 __PYX_VERIFY_RETURN_INT_EXC(int, PY_LONG_LONG, PyLong_AsLongLong(x))
                 ^
yield_inside_lambda.c:2525:50: note: in expansion of macro 'PY_LONG_LONG'
                 __PYX_VERIFY_RETURN_INT_EXC(int, PY_LONG_LONG, PyLong_AsLongLong(x))
                                                  ^
yield_inside_lambda.c: In function '__Pyx_Coroutine_Send':
yield_inside_lambda.c:3083:41: error: expected expression before '/' token
                 ret = PyIter_Next(yf);  // FIXME!
                                         ^
yield_inside_lambda.c: At top level:
yield_inside_lambda.c:2851:18: warning: '__Pyx_PyObject_CallMethod1' defined but not used [static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg) {
                  ^
ALL DONE
make[3](-Wunused-function]
): *** [test] Error 1

Full log at http://build.sagemath.org/release/builders/%20%20fast%20Volker%20MiniMac%20%28OSX%2010.10%20x86_64%29%20incremental/builds/372/steps/compile/logs/cython/text

Migrated-From: http://trac.cython.org/ticket/858

robertwb commented 7 years ago

Comment by scoder on 14 Aug 2015 17:57 UTC Fixed here:

https://github.com/cython/cython/commit/9ae721278de52336e8ff94271e712950c46b7856

robertwb commented 7 years ago

Modified by scoder on 14 Aug 2015 17:58 UTC