diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-28 18:45:48 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-03 14:41:30 -0700 |
commit | 9b3049f0c8ec394b44a00be95a243348733821a2 (patch) | |
tree | 641b37581fafac8f05bf7e95b8ebe52400d94ea2 | |
parent | 034240997c2cf699d825cc6362cb3781370597fd (diff) |
update test_dlfcn_varargs
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 4d9cf455..954ab94f 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5917,6 +5917,8 @@ def process(filename): Settings.INCLUDE_FULL_LIBRARY = 0 def test_dlfcn_varargs(self): + if Settings.ASM_JS: return self.skip('this is not a valid case - libraries should not be able to access their parents globals willy nilly') + if not self.can_dlfcn(): return Settings.LINKABLE = 1 |