8032498: compiler/ciReplay tests fail with StatusError: failed to clean up files after test..
Reviewed-by: kvn
This commit is contained in:
parent
12a085f587
commit
1af450a3cb
@ -26,7 +26,6 @@
|
|||||||
##
|
##
|
||||||
## @test
|
## @test
|
||||||
## @bug 8011675
|
## @bug 8011675
|
||||||
## @ignore 8032498
|
|
||||||
## @summary testing of ciReplay with using generated by VM replay.txt
|
## @summary testing of ciReplay with using generated by VM replay.txt
|
||||||
## @author igor.ignatyev@oracle.com
|
## @author igor.ignatyev@oracle.com
|
||||||
## @run shell TestVM.sh
|
## @run shell TestVM.sh
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
##
|
##
|
||||||
## @test
|
## @test
|
||||||
## @bug 8011675
|
## @bug 8011675
|
||||||
## @ignore 8032498
|
|
||||||
## @summary testing of ciReplay with using generated by VM replay.txt w/o comp_level
|
## @summary testing of ciReplay with using generated by VM replay.txt w/o comp_level
|
||||||
## @author igor.ignatyev@oracle.com
|
## @author igor.ignatyev@oracle.com
|
||||||
## @run shell TestVM_no_comp_level.sh
|
## @run shell TestVM_no_comp_level.sh
|
||||||
|
@ -234,6 +234,12 @@ generate_replay() {
|
|||||||
sed -e 's/.*location: //'`
|
sed -e 's/.*location: //'`
|
||||||
echo CRASH OUTPUT:
|
echo CRASH OUTPUT:
|
||||||
cat crash.out
|
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
|
rm crash.out
|
||||||
|
|
||||||
# processing core locations for *nix
|
# processing core locations for *nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user