Open JasonFengJ9 opened 5 months ago
The following perl code in lib/perl/common/automate.pm
isn't working. The file contains
Signal name: EXCEPTION_ACCESS_VIOLATION
but it's not matching the check in the perl code, instead matching with
$line =~ /ACCESS_VIOLATION/
.
if ($line =~ /^\s*Signal name: EXCEPTION_ACCESS_VIOLATION\s*$/)
{
# Ignore lines like this expected in the output of tests.com.ibm.jtc.ras.util.dtfj.DTFJJavacore.printProcessSignal().
}
elsif ( $line =~ /ACCESS_VIOLATION/ )
{
$a++;
}
Although this is Windows, where each machine has it's own copy of the test code. I'll check if a failing machine has an out of date copy of the code. For reference infrastructure/issues/9118
Failure link
From an internal build(
win10x64rtp-9-1
):Optional info
Failure output (captured from console output)
100x internal grinder - 56/100 failed