summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Split formatting tests to tag long double ones as known failure on win32.David Cournapeau2008-09-081-10/+36
* Backports for:Alan McIntyre2008-09-061-1/+1
* Fix regression test #771 on 64 bits architecture.David Cournapeau2008-09-021-1/+1
* Add test for ticket #882 fix.Travis Oliphant2008-08-291-0/+5
* Fix regression test for #771.David Cournapeau2008-08-291-1/+1
* Add a regression test to show #771 failure.David Cournapeau2008-08-291-0/+6
* Change convolve to raise ValueError on runtime error instead of relying onCharles Harris2008-08-281-2/+2
* Add trunc test.David Cournapeau2008-08-251-0/+1
* Fix the test and fix the arrtype_new code for scalars a little bit.Travis Oliphant2008-08-241-1/+1
* BUG: Fix to ticket #816: calling object_() Segfaults.Travis Oliphant2008-08-241-0/+14
* Cleaned up logic and annotation of __del__ method, with testMatthew Brett2008-08-241-1/+16
* Remove C99 test cases; they are not guaranteed to succeed on all plaftorms, s...Pauli Virtanen2008-08-131-138/+0
* Fix ticket #674.Travis Oliphant2008-08-101-0/+9
* ran reindentJarrod Millman2008-08-0810-39/+34
* Follow-up on changes to histogram semantics.dhuard2008-08-051-2/+2
* Add test for #844 (inner product pb with atlas).David Cournapeau2008-08-041-0/+14
* BUG: reverting mistaken checking.Robert Kern2008-08-011-13/+8
* BUG: Fix email addresses.Robert Kern2008-08-011-8/+13
* Skip one more possibly failing C99 testPauli Virtanen2008-07-221-1/+1
* Added tests to improve coverage of numpy.core.Alan McIntyre2008-07-215-14/+153
* Fix broken regression test.Charles Harris2008-07-201-1/+4
* Make regression test work for reverted NaN fix.Charles Harris2008-07-201-1/+1
* Fix ticket #794.Charles Harris2008-07-201-1/+8
* Fix errors in C99 tests. Skip tests failing on some platforms.Pauli Virtanen2008-07-201-6/+5
* Fix some errors in C99 tests. Skip tests failing on Sparc64Pauli Virtanen2008-07-191-14/+15
* Add tests for complex functions: test against Python's cmath, check the branc...Pauli Virtanen2008-07-191-3/+256
* Fix ticket #837. Avoid infinite loop in fromfile/fromstring by ensuring that ...Pauli Virtanen2008-07-161-0/+11
* Add tests to improve coverage.Alan McIntyre2008-07-132-0/+43
* Bit of whitespace removal.Charles Harris2008-07-121-2/+0
* Add basic tests of number str() formatting.Charles Harris2008-07-121-0/+36
* Comment out failing portions of __mul__ and __rmul__ until they are fixed in Alan McIntyre2008-07-101-12/+12
* Improve chararray __mul__/__rmul__ test so it should fail on 64-bit machines.Alan McIntyre2008-07-101-6/+10
* Added test module for chararray.Alan McIntyre2008-07-101-0/+89
* Test coverage improvements.Alan McIntyre2008-07-091-1/+28
* Renamed check_recarray_from_repr to test_recarray_from_repr so it can be Alan McIntyre2008-07-081-1/+1
* Return actual bools instead of 0 or 1.Robert Kern2008-07-071-0/+46
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-3/+8
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-038-120/+106
* Add test for ticket #390.Charles Harris2008-06-291-33/+35
* Add regression test for #825.Charles Harris2008-06-271-0/+8
* Small cleanup.Charles Harris2008-06-221-71/+68
* Restore old test framework classes.Alan McIntyre2008-06-2112-12/+16
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-1712-515/+566
* Move umath docstrings to a separate file. Make the automatic ufunc signature ...Pauli Virtanen2008-06-081-1/+1
* Testcases for ticket #791Christoph Weidemann2008-06-071-2/+54
* Fix more in ticket #791.Travis Oliphant2008-06-051-0/+19
* Fix regression in dtype='c' array creation.Charles Harris2008-05-261-0/+5
* Save preliminary work on testing ufuncs.Charles Harris2008-05-251-64/+76
* Start work on testing ufuncs.Charles Harris2008-05-241-0/+73
* Add one-more test case using getmap to supplement the setmap test.Travis Oliphant2008-05-221-0/+6