Lines Matching refs:testcase
116 testcase = test_case.TestCase(
119 test_display_name = "{}_{}bit".format(str(testcase), n_bit)
126 "filtered" % testcase.fullname)
127 testcase.is_filtered = True
128 testcase.note = "filtered"
132 if ((self._ltp_tests_filter.IsInExcludeFilter(str(testcase)) or
136 "disabled" % testcase.fullname)
146 testcase.is_staging = True
147 testcase.note = "staging"
153 if not testcase.is_staging:
156 testcase.is_mandatory = True
159 logging.info("[Parser] Adding test case %s." % testcase.fullname)
160 yield testcase