From 61b6d3c337b1c35692d2c1fc3b5d30cafeec3950 Mon Sep 17 00:00:00 2001 From: Jukka Jylänki Date: Fri, 30 Aug 2013 14:35:25 +0300 Subject: Skip test_utf32 when on s_0_x since they don't link in libc, and the code relies on wcslen(). --- tests/test_core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_core.py b/tests/test_core.py index 7ceeebd2..739d1d7c 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -7526,6 +7526,8 @@ def process(filename): self.do_run(src, '206 188 226 128 μ†ℱ ╋ℯ╳╋ 😇\nμ†ℱ ╋ℯ╳╋ 😇,206,188,226,128\n'); def test_utf32(self): + if self.emcc_args is None: return self.skip('need libc for wcslen()') + self.do_run(open(path_from_root('tests', 'utf32.cpp')).read(), 'OK.') def test_direct_string_constant_usage(self): -- cgit v1.2.3-18-g5258