This commit is contained in:
Bharadwaj Yadavalli 2014-05-19 13:49:25 -07:00
commit 016522949f
3 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,6 @@
##
## @test
## @bug 8011675
## @ignore 8032498
## @summary testing of ciReplay with using generated by VM replay.txt
## @author igor.ignatyev@oracle.com
## @run shell TestVM.sh

View File

@ -26,7 +26,6 @@
##
## @test
## @bug 8011675
## @ignore 8032498
## @summary testing of ciReplay with using generated by VM replay.txt w/o comp_level
## @author igor.ignatyev@oracle.com
## @run shell TestVM_no_comp_level.sh

View File

@ -234,6 +234,12 @@ generate_replay() {
sed -e 's/.*location: //'`
echo CRASH OUTPUT:
cat crash.out
if [ "${core_locations}" = "" ]
then
test_fail 2 "CHECK :: CORE_LOCATION" "output doesn't contain the location of core file, see crash.out"
fi
rm crash.out
# processing core locations for *nix