Searched refs:NegativeCaseListCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/internal/ |
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::__anon5197e8fa0111::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_testCtx, "unterminated_root_2", "{test")); in init() [all …]
|