[h5py] 449/455: Diable test which triggers HDF5 bug

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:20:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 6d1aad4a00ade6468109b627abffc95f6d3ed725
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Sun Mar 14 00:46:53 2010 +0000

    Diable test which triggers HDF5 bug
---
 h5py/tests/low/test_h5t.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/h5py/tests/low/test_h5t.py b/h5py/tests/low/test_h5t.py
index 49023bb..a012407 100644
--- a/h5py/tests/low/test_h5t.py
+++ b/h5py/tests/low/test_h5t.py
@@ -68,14 +68,6 @@ class TestTypeID(Base):
         tid2 = tid.copy()
         self.assertEqual(tid, tid2)
         self.assert_(tid is not tid2)
-     
-    @tests.fixme("Intermittent RuntimeError on Windows")
-    def test_lock(self):
-        """ (H5T) Modification of locked type raises TypeError """
-        htype = h5t.STD_I8LE.copy()
-        htype.set_sign(h5t.SGN_NONE)
-        htype.lock()
-        self.assertRaises(TypeError, htype.set_sign, h5t.SGN_2)
 
     def test_equal(self):
         """ (H5T) equal() """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list