aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-28 18:45:48 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-03 14:41:30 -0700
commit9b3049f0c8ec394b44a00be95a243348733821a2 (patch)
tree641b37581fafac8f05bf7e95b8ebe52400d94ea2
parent034240997c2cf699d825cc6362cb3781370597fd (diff)
update test_dlfcn_varargs
-rw-r--r--tests/test_core.py2
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