mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-22273: Re-enabled ctypes test on ARM machines. (GH-16388)
This commit is contained in:
@@ -480,7 +480,7 @@ class StructureTestCase(unittest.TestCase):
|
||||
self.assertEqual(s.first, got.first)
|
||||
self.assertEqual(s.second, got.second)
|
||||
|
||||
@unittest.skipIf(MACHINE.startswith(('arm', 'ppc')),
|
||||
@unittest.skipIf(MACHINE.startswith('ppc'),
|
||||
'Test temporarily disabled on this architecture')
|
||||
def test_array_in_struct(self):
|
||||
# See bpo-22273
|
||||
|
||||
Reference in New Issue
Block a user