diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-17 10:03:13 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-17 10:03:13 -0800 |
commit | d19b49ff81788b3414a3b90fe96b5e5887449c3b (patch) | |
tree | 0cf7bac163d6a1e0b8f46e9407f3e586b9d3cc14 /tests/test_core.py | |
parent | 620ff9a94d98e34d4f394a683e6035596d6ac3ac (diff) |
disable test_fnmatch in s_x_x
Diffstat (limited to 'tests/test_core.py')
-rw-r--r-- | tests/test_core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 5aab48f5..dcc85343 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -3706,6 +3706,7 @@ ok self.do_run_from_file(src, output) def test_fnmatch(self): + if self.emcc_args is None: return self.skip('requires linking in libc++') test_path = path_from_root('tests', 'core', 'fnmatch') src, output = (test_path + s for s in ('.c', '.out')) self.do_run_from_file(src, output) |