]> AND Public Git Repository - simgrid.git/blobdiff - tools/tesh/tesh.py
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
when the standard said "return" here, it was not meant as return value.
[simgrid.git] / tools / tesh / tesh.py
index 9f0ef531455c71dd229a593c9a376ad67077a417..a51dac83ebb621965f0ebcabb46e8400270a9355 100755 (executable)
@@ -545,7 +545,7 @@ if __name__ == '__main__':
             re.compile(r"Picked up JAVA_TOOL_OPTIONS: "),
             re.compile(r"Picked up _JAVA_OPTIONS: "),
             re.compile(r"==[0-9]+== ?WARNING: ASan doesn't fully support"),
-            re.compile(r"==[0-9]+== ?WARNING: ASan is ignoring requested __asan_handle_no_return: stack top:"),
+            re.compile(r"==[0-9]+== ?WARNING: ASan is ignoring requested __asan_handle_no_return: stack "),
             re.compile(r"False positive error reports may follow"),
             re.compile(r"For details see http://code\.google\.com/p/address-sanitizer/issues/detail\?id=189"),
             re.compile(r"For details see https://github\.com/google/sanitizers/issues/189"),