}
T_DECL(mct_monotonic, "Testing mach_continuous_time returns sane, monotonic values",
- T_META_ALL_VALID_ARCHS(true))
+ T_META_ALL_VALID_ARCHS(true), T_META_RUN_CONCURRENTLY(true))
{
mach_timebase_info(&tb_info);
#ifdef HAS_KERNEL_TIME_TRAPS
}
T_DECL(mat_monotonic, "Testing mach_absolute_time returns sane, monotonic values",
- T_META_ALL_VALID_ARCHS(true))
+ T_META_ALL_VALID_ARCHS(true), T_META_RUN_CONCURRENTLY(true))
{
mach_timebase_info(&tb_info);
#ifdef HAS_KERNEL_TIME_TRAPS
}
}
-T_DECL(mct_pause, "Testing mach_continuous_time and mach_absolute_time don't diverge")
+T_DECL(mct_pause, "Testing mach_continuous_time and mach_absolute_time don't diverge",
+ T_META_RUN_CONCURRENTLY(true))
{
mach_timebase_info(&tb_info);
#endif
#ifdef HAS_KERNEL_TIME_TRAPS
-T_DECL(mct_pause_kern, "Testing kernel mach_continuous_time and mach_absolute_time don't diverge")
+T_DECL(mct_pause_kern, "Testing kernel mach_continuous_time and mach_absolute_time don't diverge",
+ T_META_RUN_CONCURRENTLY(true))
{
mach_timebase_info(&tb_info);
#endif
T_DECL(mct_aproximate, "Testing mach_continuous_approximate_time()",
- T_META_ALL_VALID_ARCHS(true))
+ T_META_ALL_VALID_ARCHS(true), T_META_RUN_CONCURRENTLY(true))
{
mach_timebase_info(&tb_info);