On Nov 19, 2015, at 10:08 AM, David Malcolm <dmalc...@redhat.com> wrote: > gcc_assert terminates the process and no further testing is done, > whereas the approach the kit tries to run as much of the testsuite as > possible, and then fail if any errors occurred.
Running as much as possible is desirable over stopping at the first failure. I personally like the magic registration. Not sure if we need the qsort (they can be run in registration order I think).