summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-08 14:49:41 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-08-08 14:49:41 -0700
commitb1eaf55eefb815e8f3556b59ce64e6d1e0f55d55 (patch)
treeccbf5f6fb6d08054a179182bb14f0118ff9eec49
parentd92a3ab59d8446d3e2fc7e38a7090f097bc5af82 (diff)
disable test_fcvt in s_0_x
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 14de2db0..c8d51f12 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1989,6 +1989,8 @@ Succeeded!
# This example borrowed from MSDN documentation
def test_fcvt(self):
+ if self.emcc_args is None: return self.skip('requires emcc')
+
src = '''
#include <stdlib.h>
#include <stdio.h>