diff options
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 1881471c..136c02f4 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1087,6 +1087,8 @@ if 'benchmark' not in str(sys.argv): self.do_run(src, 'Assertion failed: 1 == false') def test_exceptions(self): + self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed + src = ''' #include <stdio.h> void thrower() { |