diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index ae72ec49..a8060b21 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1142,6 +1142,7 @@ if 'benchmark' not in str(sys.argv) and 'sanity' not in str(sys.argv): def test_exceptions(self): self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed + Settings.DISABLE_EXCEPTION_CATCHING = 0 src = ''' #include <stdio.h> |