Exemple #1
0
 def test_os_access(self):
     from socket import gethostname
     if 1:  # gethostname() == 'wyvern':
         py.test.skip(
             'bug in JDK when run headless: ' +
             'http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6539705')
     BaseTestBuiltin.test_os_access(self)
Exemple #2
0
 def test_builtin_math_frexp(self):
     self._skip_powerpc("Mono math floating point problem")
     BaseTestBuiltin.test_builtin_math_frexp(self)
Exemple #3
0
 def test_os_write_magic(self):
     self._skip_win('os_write_magic not on windows')
     BaseTestBuiltin.test_os_write_magic(self)
Exemple #4
0
 def test_builtin_math_frexp(self):
     self._skip_powerpc("Mono math floating point problem")
     BaseTestBuiltin.test_builtin_math_frexp(self)
Exemple #5
0
 def test_os_write_magic(self):
     self._skip_win('os_write_magic not on windows')
     BaseTestBuiltin.test_os_write_magic(self)
Exemple #6
0
 def test_os_access(self):
     from socket import gethostname
     if 1:  # gethostname() == 'wyvern':
         py.test.skip('bug in JDK when run headless: ' +
                      'http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6539705')
     BaseTestBuiltin.test_os_access(self)