Searched refs:EXPERIMENTAL_PREFIX (Results 1 – 3 of 3) sorted by relevance
21 EXPERIMENTAL_PREFIX = 'experimental_' variable
917 if not test.name.startswith(constants.EXPERIMENTAL_PREFIX):918 test.name = constants.EXPERIMENTAL_PREFIX + test.name947 constants.EXPERIMENTAL_PREFIX not in result._test_name and948 constants.EXPERIMENTAL_PREFIX not in result._job_name)
748 prefix = constants.EXPERIMENTAL_PREFIX if (750 testname.startswith(constants.EXPERIMENTAL_PREFIX)) else ''