diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-28 14:12:23 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-28 14:12:23 -0500 |
commit | 6477d51f2e380f281631a363b6343f11248cd71a (patch) | |
tree | db0857e21686da98fac34faa6b8ad7d9029b6d35 /tests | |
parent | f759ed3c67aaa0292d9392668ac8933b83ceacd1 (diff) |
fix test_white_list_exception
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index f71335f8..cc6f8b1d 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -2479,6 +2479,7 @@ Exception execution path of first function! 1 if Settings.ASM_JS: return self.skip('no exceptions support in asm') Settings.DISABLE_EXCEPTION_CATCHING = 2 Settings.EXCEPTION_CATCHING_WHITELIST = ["__Z12somefunctionv"] + Settings.INLINING_LIMIT = 50 # otherwise it is inlined and not identified src = ''' #include <stdio.h> |