Skip to content

Instantly share code, notes, and snippets.

@mattip
Last active May 18, 2016 20:25
Show Gist options
  • Save mattip/0fab727538cfa27f42c6220b84a886e0 to your computer and use it in GitHub Desktop.
Save mattip/0fab727538cfa27f42c6220b84a886e0 to your computer and use it in GitHub Desktop.
upstream numpy after 09e1cffcbf04: Ran 6177 tests FAILED (KNOWNFAIL=12, SKIP=25, errors=141, failures=91)
$ grep -a '\(^[A-Z][a-z][a-zA-Z]*:\)\|\(^AssertionError$\)' test.out |cut -f1,2 -d, | sort |uniq -c |sort -n -r
66 AssertionError:
34 AttributeError: 'module' object has no attribute 'getrefcount'
21 AttributeError: 'method' object has no attribute 'im_func'
17 TypeError: expected a readable buffer object
15 NotImplementedError: settting a slice of a PySequence_Fast is not supported
12 AssertionError
9 TypeError: sys.getsizeof() not implemented on PyPy
6 ValueError: EOF: reading array data, expected 32 bytes got 0
4 UnboundLocalError: local variable 'arr_reloaded' referenced before assignment
4 AssertionError: ValueError not raised
3 TypeError: unsupported operand type(s) for %: 'MaskedArray' and 'int'
3 AssertionError: TypeError not raised
2 TypeError: unsupported operand type(s) for +: 'matrix' and 'float'
2 TypeError: unsupported operand type(s) for +: 'float' and 'matrix'
2 TypeError: buffer object expected
1 ValueError: invalid literal for float(): ''
1 ValueError: free count is zero after test
1 ValueError: EOF: reading array data, expected 72 bytes got 0
1 ValueError: EOF: reading array data, expected 16 bytes got 0
1 ValueError: EOF: reading array data, expected 11 bytes got 0
1 ValueError: EOF: reading array data, expected 100000 bytes got 97696
1 ValueError: cannot reshape array of size 0 into shape (5,)
1 ValueError: cannot reshape array of size 0 into shape (2,)
1 ValueError: array is not a single segment
1 TypeError: unsupported operand type(s) for *: 'PhysicalQuantity2' and 'float'
1 TypeError: unsupported operand type(s) for -: 'matrix' and 'int'
1 TypeError: unsupported operand type(s) for +: 'Foo' and 'Bar'
1 TypeError: unsupported operand type(s) for *: 'float' and 'Foo'
1 TypeError: ufunc 'multiply' did not contain a loop with signature matching types dtype('S32') dtype('S32') dtype('S32')
1 TypeError: PyPy does not yet implement the new buffer interface
1 TypeError: 'NoneType' object is not subscriptable
1 TypeError: don't know how to convert scalar number to hex
1 TypeError: data type "<i4" not understood
1 TypeError: Could not convert object to sequence
1 TypeError: can't convert complex to float
1 RuntimeWarning: invalid value encountered in add
1 LookupError: unknown encoding:
1 LookupError: unknown encoding:
1 AttributeError: 'module' object has no attribute 'test_add'
1 AssertionError: Warning: neither f2py nor f2py2 nor f2py2.7 found in path
1 AssertionError: True is not false
1 AssertionError: False is not true
1 AssertionError: Failed to load data from a file: EOF: reading array data, expected 11 bytes got 0
1 AssertionError: error with <type 'numpy.int8'>:got 0, expected 0.0625
1 AssertionError: (101635, 101636)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment