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

GitHub noreply at github.com
Sun Jul 27 12:59:21 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  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: 33d6a33ce65cb5df55630320fae8c3117fd51480
      https://github.com/numpy/numpy/commit/33d6a33ce65cb5df55630320fae8c3117fd51480
  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 #4908 from juliantaylor/win-alignment

TST: win32 also does not provide 16 byte alignment, for 1.9


Compare: https://github.com/numpy/numpy/compare/8198235accaa...33d6a33ce65c


More information about the Numpy-svn mailing list