diff options
author | alon@honor <none@none> | 2010-10-20 23:27:59 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-20 23:27:59 -0700 |
commit | db0bb3be253387c481774a393aae6f1034d1a990 (patch) | |
tree | 9b5de8a02e84d531091dcfbef9136471d4579100 /tests | |
parent | 5f4f3fe49a065a7e5ccbc9116e8d966f37e3516a (diff) |
dynamic stack allocation support; demangler test closer to passing
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index cf7a7b22..793bdb26 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -908,8 +908,8 @@ if 'benchmark' not in sys.argv: self.do_test(path_from_root(['tests', 'sauer']), '*\nTemp is 33\n9\n5\nhello, everyone\n*', main_file='command.cpp') - def test_gcc_unmangler(self): - self.do_test(path_from_root(['third_party']), '*unmangled*', main_file='gcc_demangler.c') + def zzztest_gcc_unmangler(self): + self.do_test(path_from_root(['third_party']), '*d_demangle(char const*, int, unsigned int*)*', main_file='gcc_demangler.c') # Generate tests for all our compilers def make_test(compiler, embetter): |