@@ -34,6 +34,7 @@ def test_elf_linux_execve_x8664(self):
3434 del QL_TEST
3535 del ql
3636
37+
3738 def test_elf_linux_cloexec_x8664 (self ):
3839 with open ('../examples/rootfs/x8664_linux/testfile' , 'wb' ) as f :
3940 f .write (b'0123456789' )
@@ -149,9 +150,6 @@ def check_write(ql, write_fd, write_buf, write_count, *args, **kw):
149150
150151
151152 def test_tcp_elf_linux_x86 (self ):
152- if platform .system () == "Darwin" and platform .machine () == "arm64" :
153- return
154-
155153 def check_write (ql , write_fd , write_buf , write_count , * args , ** kw ):
156154 try :
157155 buf = ql .mem .read (write_buf , write_count )
@@ -170,9 +168,6 @@ def check_write(ql, write_fd, write_buf, write_count, *args, **kw):
170168
171169
172170 def test_tcp_elf_linux_x8664 (self ):
173- if platform .system () == "Darwin" and platform .machine () == "arm64" :
174- return
175-
176171 def check_write (ql , write_fd , write_buf , write_count , * args , ** kw ):
177172 try :
178173 buf = ql .mem .read (write_buf , write_count )
@@ -242,9 +237,6 @@ def test_tcp_elf_linux_mips32el(self):
242237
243238
244239 def test_udp_elf_linux_x86 (self ):
245- if platform .system () == "Darwin" and platform .machine () == "arm64" :
246- return
247-
248240 def check_write (ql , write_fd , write_buf , write_count , * args , ** kw ):
249241 try :
250242 buf = ql .mem .read (write_buf , write_count )
@@ -264,9 +256,6 @@ def check_write(ql, write_fd, write_buf, write_count, *args, **kw):
264256
265257
266258 def test_udp_elf_linux_x8664 (self ):
267- if platform .system () == "Darwin" and platform .machine () == "arm64" :
268- return
269-
270259 def check_write (ql , write_fd , write_buf , write_count , * args , ** kw ):
271260 try :
272261 buf = ql .mem .read (write_buf , write_count )
0 commit comments