search for: prefix_r

Displaying 1 result from an estimated 1 matches for "prefix_r".

Did you mean: prefix_
2014 Feb 13
2
[LLVMdev] Bad test health
...syntax is so common in comments the rate of false positives is too high for automatic checking. So I at least want to bring this issue to the attention of others. -Nico -------------- next part -------------- import os import re import sys class FileCheckVerifier: def __init__(self): self.prefix_re = re.compile(r"^(?:(RUN)| *(?:;|//|\#) *([A-Za-z0-9_-]+?)(?:-DAG|-LABEL|-NOT|-NEXT)?):(.*)$") self.check_prefix_re = re.compile(r"-?-check-prefix[= ]([^ ]+)\b") self.ignored_str = [ 'REQUIRES', 'XFAIL', 'rdar', 'radar', 'radr...