Fix sanitizer test
This commit is contained in:
parent
ff71e7de11
commit
a5e906a306
@ -41,7 +41,7 @@ def check_functest(implementation):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@helpers.skip_windows
|
@helpers.skip_windows()
|
||||||
def check_functest_sanitizers(implementation):
|
def check_functest_sanitizers(implementation):
|
||||||
env = None
|
env = None
|
||||||
if platform.machine() == 'ppc' and os.environ.get('CC', 'gcc') == 'clang':
|
if platform.machine() == 'ppc' and os.environ.get('CC', 'gcc') == 'clang':
|
||||||
|
Loading…
Reference in New Issue
Block a user