Displaying 1 result from an estimated 1 matches for "ctor_dtor_count2".
Did you mean:
ctor_dtor_count
2010 Jan 22
2
[LLVMdev] status of EH tests in llvm test-suite
...ng about the status of the EH tests since some
tests seem to be enabled to run by default, but some aren't. From
looking at your tests, I've noticed the following:
1) I can see that some EH tests are running by default:
SingleSource/Regression/C++/EH:
ConditionalExpr
ctor_dtor_count
ctor_dtor_count2
dead_try_block
exception_spec_test
function_try_block
simple_rethrow
simple_throw
throw_rethrow_test
2) The following test is commented out on purpose:
MultiSource/Benchmarks/Misc-C++-EH/spirit
Should this test still be commented out? It's actually has the most
lines of code o...