aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-21 17:13:04 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-21 17:13:04 -0800
commitda9f5bf544cce41433c875430191d243a6866662 (patch)
treef5db3c2b92f96297dec0e263f268992303b4095e /tests/runner.py
parent48569283d2e24ba988344caba3a0ac32753ead56 (diff)
fix o1.test_exceptions
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py1
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>