aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-28 18:27:56 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-03 14:41:30 -0700
commit84b4cb59c5d6b5ca1ac95832f2fb87cb51831ee4 (patch)
tree7cf94e720a80a64b78d7f160f60bf2f0b04f03ae
parent9f296c559dc6953983a884e9e93b7ac3b372a25e (diff)
update test_dlfcn_alias
-rw-r--r--tests/test_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index cf84ab42..95e2f295 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -5860,7 +5860,7 @@ def process(filename):
post_build=add_pre_run_and_checks)
def test_dlfcn_alias(self):
- if Settings.ASM_JS: return self.skip('TODO: dlopen in asm')
+ 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')
Settings.LINKABLE = 1
Settings.NAMED_GLOBALS = 1