diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-08 14:49:41 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-08 14:56:18 -0700 |
commit | 3a8b075aca8ad44ae44209546ffcc470cdff8351 (patch) | |
tree | 71354cdd58f778e3130daf70cc75ee6ff6df702c | |
parent | 8743d1ff4879595d8db15b702c063024d761ce81 (diff) |
disable test_fcvt in s_0_x
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 23ec07b9..b662632d 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> |