2014-08-28 20:39 Stefan Behnel napisał(a):
> Arfrever Frehtes Taifersar Arahesis schrieb am 14.08.2014 um 10:18:
> > Results of test suite of Cython 0.21 beta 1 with different versions of
> > Python:
> > Python 2.6: 1 error, 2 failures
> > Python 2.7: 1 error, 0 f
collect 0
Got:
SimpleGarbage(1) __dealloc__
Collector.__dealloc__
collect 128
------
Ran 8832 tests in 6785.081s
FAILED (failures=2, errors=1)
ALL DONE
--
Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally
2014-02-12 22:01 Arfrever Frehtes Taifersar Arahesis napisał(a):
> Error occurs in Cython.Debugger.Tests.TestLibCython.TestAll.test_all():
>
>
> ==
> ERROR: test_all (Cython.Debugger.Tests.TestLi
least 5 non-keyword arguments (4 given)
--
Ran 8372 tests in 3569.636s
FAILED (errors=1)
ALL DONE
--
Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally
numpy_memoryview/numpy_memoryview.cpython-34.so",
line ?, in numpy_memoryview.acquire_release_cycle
Failed example:
acquire_release_cycle(a)
Expected:
deallocated!
Got nothing
--
Ran 8732 tests in 3267.635s
FAILED (f
Error: ndarray is not C-contiguous
--
Ran 7903 tests in 3249.768s
FAILED (failures=2)
ALL DONE
--
Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally signed message part.
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel
> so far. Please give it another try, also to see if we managed to fix what
> you found.
All tests now pass with Python 2.6, 2.7, 3.1, 3.2 and 3.3.
--
Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally signed message part.
_
2013-01-20 16:48:35 Stefan Behnel napisał(a):
> Hi,
>
> thanks for testing!
>
> Arfrever Frehtes Taifersar Arahesis, 20.01.2013 13:59:
> > There are 6 test failures.
> > Failures in builtin_abs.__test__.int_abs might be related to new versions
> > of GCC or
1000/work/Cython-0.18b1/tests-2.7/run/cpp/numpy_test/numpy_test.so",
line ?, in numpy_test.__test__.numpy_test
Failed example:
obj_array()
Expected:
[a 1 {}]
a 1 {}
Got:
['a' 1 {}]
a 1 {}
--
Ran
line = linecache.getline(filename, lineno) if line is None else line
File "/usr/lib64/python3.2/linecache.py", line 15, in getline
lines = getlines(filename, module_globals)
File "/usr/lib64/python3.2/doctest.py", line 1372, in
__patched_linecache_getlines
thon3.2/linecache.py", line 15, in getline
lines = getlines(filename, module_globals)
File "/usr/lib64/python3.2/doctest.py", line 1372, in
__patched_linecache_getlines
return self.save_linecache_getlines(filename, module_globals)
Fi
tat_py.NestedWith.testEnterReturnsTuple (withstat_py.cpp:9496)
File "/usr/lib64/python3.2/unittest/case.py", line 1169, in
deprecated_func
DeprecationWarning, 2)
File "/usr/lib64/python3.2/warnings.py", line 18,
I had fixed it before - I had missed it when looking through the
> fixes, because I considered it part of the unpacking code optimisation that
> I did around that change.
>
> I pushed the fix to the release branch.
>
> Thanks for finding it, Arfrever (is that the first name?).
Y
s.py", line 25, in formatwarning
line = linecache.getline(filename, lineno) if line is None else line
File "/usr/lib64/python3.2/linecache.py", line 15, in getline
lines = getlines(filename, module_globals)
File "/usr/lib64/python3.2/doctest.py", line 1337, in
__patched_linecache_getlines
ret
Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally signed message part.
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel
2011-08-02 00:58:56 Robert Bradshaw napisał(a):
> A clean tarball is up at
> http://cython.org/release/Cython-0.15rc2.tar.gz .
All tests now pass.
--
Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally signed messag
yx_file)
Cython.Compiler.Errors.CompileError: main.pyx
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named main
FAIL
--
Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally signed message part.
___
ied.)
--
Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally signed message part.
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel
2011-07-29 20:51:11 mark florisson napisał(a):
> On 29 July 2011 19:18, Arfrever Frehtes Taifersar Arahesis
> wrote:
> > 2011-07-26 13:00:10 mark florisson napisał(a):
> >> Unfortunately the output of the testrunner is rather useless here.
> >> Could you run the test
rg/~Arfrever/numpy_cimport.cpp
http://people.apache.org/~Arfrever/numpy_parallel.c
http://people.apache.org/~Arfrever/numpy_parallel.cpp
http://people.apache.org/~Arfrever/numpy_test.c
http://people.apache.org/~Arfrever/numpy_test.cpp
--
Arfrever Frehtes Taifersar Arahesis
signature.a
2011-07-25 08:17:24 Stefan Behnel napisał(a):
> Arfrever Frehtes Taifersar Arahesis, 25.07.2011 08:08:
> > There are 4 NumPy-related test errors with Python 3.1 and 3.2.
>
> I assume that's NumPy 1.5? Could you provide the C compiler output from the
> test logs?
>
21 matches
Mail list logo