mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-07 17:12:03 +08:00
Update On Mon Apr 7 20:36:19 CEST 2025
This commit is contained in:
@@ -195,6 +195,12 @@ def test_naive_once(proxy, *args, **kwargs):
|
||||
def test_naive(label, proxy, *args, **kwargs):
|
||||
RETRIES = 5
|
||||
result = None
|
||||
if argv.target_cpu == 'arm' and not label.startswith('Default'):
|
||||
# Arm tests are too slow in qemu-user
|
||||
# due to https://www.openwall.com/lists/musl/2017/06/15/9
|
||||
print('** SKIP TEST:', label, end='\n\n')
|
||||
return
|
||||
|
||||
for i in range(RETRIES):
|
||||
result = test_naive_once(proxy, *args, **kwargs)
|
||||
if result == 'Failed to listen':
|
||||
|
Reference in New Issue
Block a user