8030204: com/sun/jdi/JdbExprTest.sh: Required output "Can\\'t convert 2147483648 to int" not found

Reviewed-by: andrew, zzambers
Backport-of: 4799040e87ad97963e8d089d4338d429b1f7b0d1
This commit is contained in:
Kazuhisa Takakuri 2024-06-25 11:05:35 +00:00 committed by Zdenek Zambersky
parent b1e2ea81f4
commit b499ea7ec2

View File

@ -105,7 +105,7 @@ dojdbCmds()
jdbFailIfNotPresent "$classname.aLong = 2147483648" 3
cmd set $classname.anInt = 0x80000000
jdbFailIfNotPresent "Can\'t convert 2147483648 to int" 3
jdbFailIfNotPresent "InvalidTypeException: .* convert 2147483648 to int" 3
cmd set $classname.anInt = 0x8000000000000000L
jdbFailIfNotPresent "java.lang.NumberFormatException: For input string: \"8000000000000000\"" 3