[Numpy-svn] [numpy/numpy] 7eefe9: TST: win32 also does not provide 16 byte alignment

GitHub noreply at github.com
Sun Jul 27 13:01:00 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 7eefe925e6c6139d14972ee92affc4c2f19a7de6
      https://github.com/numpy/numpy/commit/7eefe925e6c6139d14972ee92affc4c2f19a7de6
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M numpy/core/tests/test_numeric.py
    M numpy/f2py/tests/test_array_from_pyobj.py

  Log Message:
  -----------
  TST: win32 also does not provide 16 byte alignment

mingw builds set the alignment requirement for complex doubles types to
16 byte so the tests checking the alignment flag must be disabled.


  Commit: 9ae5b5fab9f0c04c31c5d4b67d00c3cc79062731
      https://github.com/numpy/numpy/commit/9ae5b5fab9f0c04c31c5d4b67d00c3cc79062731
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M numpy/core/tests/test_numeric.py
    M numpy/f2py/tests/test_array_from_pyobj.py

  Log Message:
  -----------
  Merge pull request #4907 from juliantaylor/win-alignment

TST: win32 also does not provide 16 byte alignment


Compare: https://github.com/numpy/numpy/compare/3b5f871606a7...9ae5b5fab9f0


More information about the Numpy-svn mailing list