On Tue, May 12, 2009 at 3:52 PM, Dag Sverre Seljebotn
<[email protected]> wrote:
> Please try it out and report any problems:

2 failures and 2 errors on PPC G5 Mac, 10.4.11.  Error/failure output
below; I can attach the entire runtests.py output if helpful.

[105]$ uname -a
Darwin ksmith.physics.wisc.edu 8.11.0 Darwin Kernel Version 8.11.0:
Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power
Macintosh powerpc

======================================================================
ERROR: compiling (c) and running buffmt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 345, in run
    doctest.DocTestSuite(self.module).run(result)
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/doctest.py",
line 2266, in DocTestSuite
    module = _normalize_module(module)
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/doctest.py",
line 200, in _normalize_module
    return __import__(module, globals(), locals(), ["*"])
  File "buffmt.pyx", line 30, in buffmt (buffmt.c:3143)
RuntimeError: Alignment or size of double is 4 on this system, please
report to cython-dev for a testcase fix

======================================================================
ERROR: compiling (cpp) and running buffmt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 345, in run
    doctest.DocTestSuite(self.module).run(result)
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/doctest.py",
line 2266, in DocTestSuite
    module = _normalize_module(module)
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/doctest.py",
line 200, in _normalize_module
    return __import__(module, globals(), locals(), ["*"])
  File "buffmt.pyx", line 30, in buffmt (buffmt.cpp:3143)
RuntimeError: Alignment or size of double is 4 on this system, please
report to cython-dev for a testcase fix

======================================================================
FAIL: Doctest: typedfieldbug_T303
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/doctest.py",
line 2128, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for typedfieldbug_T303
  File 
"/Users/ksmith/Downloads/Cython-0.11.2.beta/BUILD/run/c/typedfieldbug_T303.so",
line unknown line number, in typedfieldbug_T303

----------------------------------------------------------------------
File 
"/Users/ksmith/Downloads/Cython-0.11.2.beta/BUILD/run/c/typedfieldbug_T303.so",
line ?, in typedfieldbug_T303
Failed example:
    f()
Expected:
    42.0 42.0
Got:
    42.0 3.078125


======================================================================
FAIL: Doctest: typedfieldbug_T303
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/doctest.py",
line 2128, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for typedfieldbug_T303
  File 
"/Users/ksmith/Downloads/Cython-0.11.2.beta/BUILD/run/cpp/typedfieldbug_T303.so",
line unknown line number, in typedfieldbug_T303

----------------------------------------------------------------------
File 
"/Users/ksmith/Downloads/Cython-0.11.2.beta/BUILD/run/cpp/typedfieldbug_T303.so",
line ?, in typedfieldbug_T303
Failed example:
    f()
Expected:
    42.0 42.0
Got:
    42.0 3.078125


----------------------------------------------------------------------
Ran 1482 tests in 4090.720s

FAILED (failures=2, errors=2)

>
> http://sage.math.washington.edu/home/dagss/Cython-0.11.2.beta.tar.gz
>
> (This is the same trunk as was discussed earlier today, I poked around a
> bit more and didn't find more problems.)
>
> NOTE that the semantics for int conversion has changed in this version,
> so that converting a negative Python int to an unsigned C type will
> raise an OverflowException.
>
> --
> Dag Sverre
> _______________________________________________
> Cython-dev mailing list
> [email protected]
> http://codespeak.net/mailman/listinfo/cython-dev
>
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to