diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-04 13:09:53 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-04 13:09:53 -0800 |
commit | 338315cfe9319bcf338bf814a06507e8b3978696 (patch) | |
tree | 654bdca51288bc5f6f5e03b59b25275a3681806d | |
parent | 4385bdddb0594c6a5a05b74c540dc194d7b3a562 (diff) |
mark test_exceptions as failing on node
-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() { |