Lines Matching refs:addChild

191addChild(new CaseListParserCase(m_testCtx, "single_case", caseList, subCases, DE_LENGTH_OF_ARRAY(s…  in init()
202addChild(new CaseListParserCase(m_testCtx, "simple_group_1", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
214addChild(new CaseListParserCase(m_testCtx, "simple_group_2", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
231addChild(new CaseListParserCase(m_testCtx, "two_groups", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
248addChild(new CaseListParserCase(m_testCtx, "case_group", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
265addChild(new CaseListParserCase(m_testCtx, "group_case", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
274addChild(new CaseListParserCase(m_testCtx, "trailing_cr", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
283addChild(new CaseListParserCase(m_testCtx, "trailing_lf", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
292addChild(new CaseListParserCase(m_testCtx, "trailing_crlf", caseList, subCases, DE_LENGTH_OF_ARRAY… in init()
296 addChild(new NegativeCaseListCase(m_testCtx, "empty_string", "")); in init()
297 addChild(new NegativeCaseListCase(m_testCtx, "empty_line", "\n")); in init()
298 addChild(new NegativeCaseListCase(m_testCtx, "empty_root", "{}")); in init()
299 addChild(new NegativeCaseListCase(m_testCtx, "empty_group", "{test{}}")); in init()
300 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name_1", "{{}}")); in init()
301 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name_2", "{{test}}")); in init()
302 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_1", "{")); in init()
303 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_2", "{test")); in init()
304 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_3", "{test,")); in init()
305 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_4", "{test{a}")); in init()
306 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_5", "{a,b")); in init()
307 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_1", "{test{")); in init()
308 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_2", "{test{a")); in init()
309 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_3", "{test{a,")); in init()
310 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_4", "{test{a,b")); in init()
311 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name_1", "{a,,b}")); in init()
312 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name_2", "{,b}")); in init()
313 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name_3", "{a,}")); in init()
314 addChild(new NegativeCaseListCase(m_testCtx, "no_separator", "{a{b}c}")); in init()
315 addChild(new NegativeCaseListCase(m_testCtx, "invalid_char_1", "{a.b}")); in init()
316 addChild(new NegativeCaseListCase(m_testCtx, "invalid_char_2", "{a[]}")); in init()
317 addChild(new NegativeCaseListCase(m_testCtx, "trailing_char_1", "{a}}")); in init()
318 addChild(new NegativeCaseListCase(m_testCtx, "trailing_char_2", "{a}x")); in init()
319 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_1", "{\na}")); in init()
320 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_2", "{a\n,b}")); in init()
321 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_3", "{a,\nb}")); in init()
322 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_4", "{a{b\n}}")); in init()
323 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_5", "{a{b}\n}")); in init()
344addChild(new CaseListParserCase(m_testCtx, "single_case", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
355addChild(new CaseListParserCase(m_testCtx, "simple_group_1", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
367addChild(new CaseListParserCase(m_testCtx, "simple_group_2", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
379addChild(new CaseListParserCase(m_testCtx, "separator_ln", caseList, subCases, DE_LENGTH_OF_ARRAY(… in init()
391addChild(new CaseListParserCase(m_testCtx, "separator_cr", caseList, subCases, DE_LENGTH_OF_ARRAY(… in init()
403addChild(new CaseListParserCase(m_testCtx, "separator_crlf", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
415addChild(new CaseListParserCase(m_testCtx, "end_ln", caseList, subCases, DE_LENGTH_OF_ARRAY(subCas… in init()
427addChild(new CaseListParserCase(m_testCtx, "end_cr", caseList, subCases, DE_LENGTH_OF_ARRAY(subCas… in init()
439addChild(new CaseListParserCase(m_testCtx, "end_crlf", caseList, subCases, DE_LENGTH_OF_ARRAY(subC… in init()
456addChild(new CaseListParserCase(m_testCtx, "two_groups", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
473addChild(new CaseListParserCase(m_testCtx, "case_group", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
490addChild(new CaseListParserCase(m_testCtx, "group_case", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
501addChild(new CaseListParserCase(m_testCtx, "long_name", caseList, subCases, DE_LENGTH_OF_ARRAY(sub… in init()
521addChild(new CaseListParserCase(m_testCtx, "partial_prefix", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
534addChild(new CaseListParserCase(m_testCtx, "reparenting", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
538 addChild(new NegativeCaseListCase(m_testCtx, "empty_string", "")); in init()
539 addChild(new NegativeCaseListCase(m_testCtx, "empty_line", "\n")); in init()
540 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name", ".test")); in init()
541 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name", "test.")); in init()
555 addChild(new TrieParserTests(m_testCtx)); in init()
556 addChild(new ListParserTests(m_testCtx)); in init()
879 addChild(new SelfCheckCase(m_testCtx, "float_format","tcu::FloatFormat_selfTest()", in init()
881 addChild(new SelfCheckCase(m_testCtx, "either","tcu::Either_selfTest()", in init()
896 addChild(new ConstantInterpolationTest(m_testCtx)); in init()
913 addChild(new CommonFrameworkTests (m_testCtx)); in init()
914 addChild(new CaseListParserTests (m_testCtx)); in init()
915 addChild(new ReferenceRendererTests (m_testCtx)); in init()
916 addChild(createTextureFormatTests (m_testCtx)); in init()
917 addChild(createAstcTests (m_testCtx)); in init()
918 addChild(createVulkanTests (m_testCtx)); in init()