aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-04 13:09:53 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-04 13:09:53 -0800
commit338315cfe9319bcf338bf814a06507e8b3978696 (patch)
tree654bdca51288bc5f6f5e03b59b25275a3681806d
parent4385bdddb0594c6a5a05b74c540dc194d7b3a562 (diff)
mark test_exceptions as failing on node
-rw-r--r--tests/runner.py2
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() {