26 ERRORF(
reporter,
"DEF_CONDITIONAL_TEST executed a test with a false condition");
70 ERRORF(
reporter,
"DEF_CONDITIONAL_GANESH_TEST_FOR_ALL_CONTEXTS ran with a false condition");
90 "DEF_CONDITIONAL_GANESH_TEST_FOR_RENDERING_CONTEXTS ran "
91 "with a false condition");
DEF_CONDITIONAL_TEST(TestTrueCondition, reporter, 1==1)
DEF_GANESH_TEST_FOR_ALL_CONTEXTS(TestGpuAllContexts, reporter, ctxInfo, CtsEnforcement::kNever)
DEF_GANESH_TEST(TestGpuFactory, reporter, factory, CtsEnforcement::kNever)
DEF_TEST(TestNormal, reporter)
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS(TestGpuRenderingContexts, reporter, ctxInfo, CtsEnforcement::kNever)
DEF_CONDITIONAL_GANESH_TEST_FOR_ALL_CONTEXTS(TestGpuAllContextsWithTrueCondition, reporter, ctxInfo, true, CtsEnforcement::kNever)
DEF_CONDITIONAL_GANESH_TEST_FOR_RENDERING_CONTEXTS(TestGpuRenderingContextsWithTrueCondition, reporter, ctxInfo, true, CtsEnforcement::kNever)
DEF_GANESH_TEST_FOR_MOCK_CONTEXT(TestMockContext, reporter, ctxInfo)
#define REPORTER_ASSERT(r, cond,...)
constexpr CtsEnforcement & withWorkarounds(ApiLevel workaroundVersion)