diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-04 14:09:56 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-04 14:09:56 -0800 |
commit | 1687c90b286d2e7c1fe1aa2acfa68397a4dfacfb (patch) | |
tree | 35756a3b45eeb890c3e3bb4d799d1cb751a8af21 /tests/runner.py | |
parent | 29b41e19606aeaaaa6f7c8ef0de3ea336d74c588 (diff) |
enable node in test_cases
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index bbe9715c..bc2a4f7d 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6006,7 +6006,7 @@ def process(filename): try: os.environ['EMCC_LEAVE_INPUTS_RAW'] = '1' - self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed + #self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed Settings.CHECK_OVERFLOWS = 0 for name in glob.glob(path_from_root('tests', 'cases', '*.ll')): |