Lines Matching refs:test_match
199 test_match = re.match(test_re, line)
200 if not test_match: continue
201 self.disabled_in_ltp.append(test_match.group(1))
452 test_match = re.match(test_re, line)
453 if test_match:
454 syscall = test_match.group(1)
466 test_match = re.match(test_re, line)
467 if test_match:
468 syscall = test_match.group(1)
480 test_match = re.match(test_re, line)
481 if test_match:
482 syscall = test_match.group(1)
495 test_match = re.match(test_re, line)
496 if test_match:
497 syscall = test_match.group(2)
511 test_match = re.match(test_re, line)
512 if test_match:
513 syscall = test_match.group(2)