jdk/test/com/sun/jdi/CatchPatternTest.sh
changeset 31909 8cbbb77c5826
parent 31907 cafb1bf49cfb
child 32018 91c91b3d50a0
equal deleted inserted replaced
31907:cafb1bf49cfb 31909:8cbbb77c5826
    26 #  @test
    26 #  @test
    27 #  @bug 4671838
    27 #  @bug 4671838
    28 #  @summary TTY: surprising ExceptionSpec.resolveEventRequest() wildcard results
    28 #  @summary TTY: surprising ExceptionSpec.resolveEventRequest() wildcard results
    29 #  @author Tim Bell
    29 #  @author Tim Bell
    30 #
    30 #
    31 #  @key intermittent
       
    32 #  @run shell CatchPatternTest.sh
    31 #  @run shell CatchPatternTest.sh
    33 classname=CatchPatternTestTarg
    32 classname=CatchPatternTestTarg
    34 createJavaFile()
    33 createJavaFile()
    35 {
    34 {
    36     cat <<EOF > $classname.java.1
    35     cat <<EOF > $classname.java.1