Skip to content

Instantly share code, notes, and snippets.

@mattip
Last active September 5, 2016 15:09
Show Gist options
  • Save mattip/f6d6c2f26f29f3ec67cb0686bc30a6d8 to your computer and use it in GitHub Desktop.
Save mattip/f6d6c2f26f29f3ec67cb0686bc30a6d8 to your computer and use it in GitHub Desktop.
numpy upstream 90668d0 with pypy 52eb4d9855de, FAILED (KNOWNFAIL=6, SKIP=33, errors=17, failures=14)
$ grep -a 'build/testenv/site-packages/numpy' ../test.out |grep 'test_[a-zA-Z_]*\.py' |cut -f10-12 -d'/' |cut -f1 -d '"' | sort | uniq -c | sort -n -r
7 core/tests/test_multiarray.py
4 core/tests/test_regression.py
3 core/tests/test_records.py
3 core/tests/test_nditer.py
3 core/tests/test_defchararray.py
2 core/tests/test_arrayprint.py
1 tests/test_scripts.py
1 tests/test_ctypeslib.py
1 matrixlib/tests/test_defmatrix.py
1 ma/tests/test_mrecords.py
1 ma/tests/test_core.py
1 lib/tests/test_function_base.py
1 core/tests/test_ufunc.py
1 core/tests/test_indexing.py
1 core/tests/test_datetime.py
1 core/tests/test_api.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment