Searched refs:NegativeCaseListCase (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditFrameworkTests.cpp | 142 class NegativeCaseListCase : public tcu::TestCase class 145 NegativeCaseListCase (tcu::TestContext& testCtx, const char* name, const char* caseList) in NegativeCaseListCase() function in dit::__anon31018::NegativeCaseListCase 310 addChild(new NegativeCaseListCase(m_testCtx, "empty_string", "")); in init() 311 addChild(new NegativeCaseListCase(m_testCtx, "empty_line", "\n")); in init() 312 addChild(new NegativeCaseListCase(m_testCtx, "empty_root", "{}")); in init() 313 addChild(new NegativeCaseListCase(m_testCtx, "empty_group", "{test{}}")); in init() 314 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name_1", "{{}}")); in init() 315 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name_2", "{{test}}")); in init() 316 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_1", "{")); in init() 317 addChild(new NegativeCaseListCase(m_testCt in init() [all...] |
Completed in 2 milliseconds