X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4b45ae0f47d9e30589a4143de94d376e8e58d7df..47fec7f016d13ee8697f18c470321bc88673f68d:/tools/tesh/tesh.pl?ds=sidebyside diff --git a/tools/tesh/tesh.pl b/tools/tesh/tesh.pl index b238b4de62..6867c3a232 100755 --- a/tools/tesh/tesh.pl +++ b/tools/tesh/tesh.pl @@ -430,7 +430,8 @@ sub analyze_result { print $diff_tool_tmp_fh "> $got\n" if ($diff_tool); unless (( $enable_coverage and $got =~ /^profiling:/ ) or - ( $enable_sanitizers and $got =~ m/WARNING: ASan doesn't fully support/)) + ( $enable_sanitizers and $got =~ m/WARNING: ASan doesn't fully support/) or + ( $got =~ m/Unable to clean temporary file C:/)) # Crude hack to ignore cruft from Java on Windows { push @got, $got; }