test_subspec
static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec)
struct test_subspec *subspec = unpriv ? &spec->unpriv : &spec->priv;
struct test_subspec priv;
struct test_subspec unpriv;