aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-21 11:04:47 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-29 13:01:59 -0700
commitf3ef63bc4a28aef0f338084c6a4e4a5955dd86e5 (patch)
treec9d5e43ce5708e75d156fc92bb48ed563b2eb87c /tests/runner.py
parent47f1437453100dc2eb44cc7fa9222fc01e1175ef (diff)
update test_varargs_byval
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index cdd8f350..a315ef29 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4084,6 +4084,7 @@ def process(filename):
def test_varargs_byval(self):
if Settings.USE_TYPED_ARRAYS != 2: return self.skip('FIXME: Add support for this')
+ if 'le32-unknown-nacl' in COMPILER_OPTS: return self.skip('clang cannot compile this code with that target yet')
src = r'''
#include <stdio.h>