Loading scripts/parse_sanitizer_errors_from_xml_report.py +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ def parse_commandlines_from_sysout(sysout: str, cwd: Path) -> dict: # the "not at the start" condition is for eid-xor (there are also lines like this: "eid-xor command:") if ( re.search(exe, line) is not None and "_start" not in line and " in _start " not in line and not line.strip().startswith(exe) ): assert commandlines[exe] == "" Loading Loading
scripts/parse_sanitizer_errors_from_xml_report.py +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ def parse_commandlines_from_sysout(sysout: str, cwd: Path) -> dict: # the "not at the start" condition is for eid-xor (there are also lines like this: "eid-xor command:") if ( re.search(exe, line) is not None and "_start" not in line and " in _start " not in line and not line.strip().startswith(exe) ): assert commandlines[exe] == "" Loading