aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-03-23 14:50:37 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2013-03-23 14:50:37 +0700
commite51dd4eb52497a82792307e36e94f0787f59727d (patch)
treeb5b87dcc4f850b4728728afa064600d157abec9e
parentf99012f271c056ddc171f6a4ec011ad31ad936cd (diff)
Node issue 1669 was fixed and these tests work.
-rwxr-xr-xtests/runner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index f0b5445c..f7f9cddd 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2478,7 +2478,6 @@ Exception execution path of first function! 1
Settings.EXCEPTION_DEBUG = 1
- self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed
Settings.DISABLE_EXCEPTION_CATCHING = 0
if self.emcc_args is None:
if Building.LLVM_OPTS: return self.skip('optimizing bitcode before emcc can confuse libcxx inclusion')
@@ -7642,7 +7641,6 @@ 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
Settings.CHECK_OVERFLOWS = 0
for name in glob.glob(path_from_root('tests', 'cases', '*.ll')):