mirror of
https://github.com/openjdk/jdk8u.git
synced 2025-12-12 09:21:57 -06:00
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:
parent
b1e2ea81f4
commit
b499ea7ec2
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user