From 6477d51f2e380f281631a363b6343f11248cd71a Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 28 Feb 2013 14:12:23 -0500 Subject: fix test_white_list_exception --- tests/runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit v1.2.3-18-g5258