diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-10 16:53:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-10 16:53:59 -0800 |
commit | e6296aec6e98912ae979616f60e52f1c69ab2689 (patch) | |
tree | d6f8078d9b19623ecd4d51c73783507a2253cb28 /tests/test_sockets.py | |
parent | 72c1b9a2f9c355515fb98993c2cb25db3c0a25d6 (diff) |
don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo as it now needs libc
Diffstat (limited to 'tests/test_sockets.py')
-rw-r--r-- | tests/test_sockets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sockets.py b/tests/test_sockets.py index f9dcbc68..3a5555ed 100644 --- a/tests/test_sockets.py +++ b/tests/test_sockets.py @@ -220,6 +220,7 @@ class sockets(BrowserCore): ) def test_getaddrinfo(self): + self.emcc_args=[] self.do_run(open(path_from_root('tests', 'sockets', 'test_getaddrinfo.c')).read(), 'success') def test_getnameinfo(self): |