Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
c210ab55bcebda93f4e21d6df6e1dca5a5e152c5
/
.
/
test
/
108-check-cast
/
info.txt
blob: e7ffa4fdd020a75df751d66406096d8a220ab2ae [
file
] [
log
] [
blame
]
This test relies on the correct behavior of instance-of to test check-cast behavior,
as shown below:
CCE throw| InstanceOf | Correct?
---------+------------+----------
1 | 0 | OK
1 | 1 | BAD
0 | 0 | BAD
0 | 1 | OK