Lines Matching refs:testcase
115 testcase = test_case.TestCase(
118 test_display_name = "{}_{}bit".format(str(testcase), n_bit)
125 "filtered" % testcase.fullname)
126 testcase.is_filtered = True
127 testcase.note = "filtered"
131 if ((self._ltp_tests_filter.IsInExcludeFilter(str(testcase)) or
135 "disabled" % testcase.fullname)
145 testcase.is_staging = True
146 testcase.note = "staging"
152 if not testcase.is_staging:
155 testcase.is_mandatory = True
158 logging.info("[Parser] Adding test case %s." % testcase.fullname)
159 yield testcase