瀏覽代碼

Fix arm platform names

tags/v0.0.1
Thom Wiggers 5 年之前
父節點
當前提交
ea47ab3dad
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 1BB0A7CE26E363
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      test/test_functest.py

+ 1
- 1
test/test_functest.py 查看文件

@@ -43,7 +43,7 @@ def check_functest_sanitizers(scheme_name, implementation_name):
env = None
if platform.machine() == 'powerpc':
raise unittest.SkipTest()
elif platform.machine() in ['arm32', 'aarch64']:
elif platform.machine() in ['armv7l', 'aarch64']:
env = {'ASAN_OPTIONS': 'detect_leaks=0'}
else:
print("Supported platform: {}".format(platform.machine))


Loading…
取消
儲存