summaryrefslogtreecommitdiffstats
path: root/test/800-smali/expected.txt
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-08-14 14:07:43 -0700
committerAndreas Gampe <agampe@google.com>2015-08-14 14:33:39 -0700
commiteb9d1f79a79e3235f25889a25cdba465a7a0f7bf (patch)
tree1a25444c071b1105f1854acf4ec6751a89000caa /test/800-smali/expected.txt
parente682a0250702c65a668e39eefdd1c49cfea5f388 (diff)
downloadart-eb9d1f79a79e3235f25889a25cdba465a7a0f7bf.zip
art-eb9d1f79a79e3235f25889a25cdba465a7a0f7bf.tar.gz
art-eb9d1f79a79e3235f25889a25cdba465a7a0f7bf.tar.bz2
ART: Relax verifier aput checking
When checking on a null array, the cases of aput and aput-wide are shared between integral and floating point types. Be careful to not reject a valid program. Bug: 21867457 Bug: 23201502 (cherry picked from commit 4bf4c78a6e8b7da7cf306e1dd17ff5a55d0c6c98) Change-Id: I6c54a389c06e40a2dae00995aa16ff08a089e512
Diffstat (limited to 'test/800-smali/expected.txt')
-rw-r--r--test/800-smali/expected.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/800-smali/expected.txt b/test/800-smali/expected.txt
index ebcaad1..49f5e6c 100644
--- a/test/800-smali/expected.txt
+++ b/test/800-smali/expected.txt
@@ -29,4 +29,6 @@ b/22331663 (pass)
b/22331663 (fail)
b/22881413
b/20843113
+b/23201502 (float)
+b/23201502 (double)
Done!