There are already a number of debug/stress (property) flags present to get more information about a test or to stress test them. This RFE should investigate other possibilities to enhance include more flags.
Requirements: Each new flag should make sure that IR verification and the public TestFramework methods still work as expected (for example, by skipping IR verification, or for methods like TestFramework::assertCompiled(), skipping the assertion check if a method might not be compiled anymore with the new flag). Also have a look at how other property flags are handled.