Skip to content

Commit 60b2e21

Browse files
authored
Merge pull request #18347 from pshipton/zoscore
Update callsiteddrtests to require a successful core
2 parents 09ab27b + a6898ba commit 60b2e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/cmdLineTests/callsitedbgddrext/callsiteddrtests.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<exec command="rm -f $DUMPFILE$" />
5151
<command>$EXE$ -Xmx4m -Xaot:forceaot,count=0 -Xshareclasses:name=$CACHENAME$ $CP$ $XDUMP$ $PROGRAM$</command>
5252
<output regex="no" type="success">Moved disk 0 to 1</output>
53-
<output regex="no" type="success">System dump written</output>
53+
<output regex="no" type="required">System dump written</output>
5454
<!-- check for unexpected core dumps -->
5555
<output regex="no" type="failure">0001.dmp</output>
5656
</test>

0 commit comments

Comments
 (0)