commit | 4fcdc94d22a4608e355aa8df36240181149d10e8 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Jul 22 10:48:00 2014 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Aug 13 18:01:51 2014 +0100 |
tree | cb600df7e9b585720c03a08b10509151aa96d5dd | |
parent | b66252112d45fd24eab85122fa8902afd1324542 [diff] [blame] |
Execute an application even when dex2oat crashes. Bug: 17000769 Change-Id: Iffeb582862a5e794b6c7364c7ec2368cfd0f2214
diff --git a/test/116-nodex2oat/expected.txt b/test/116-nodex2oat/expected.txt new file mode 100644 index 0000000..05b1c2f --- /dev/null +++ b/test/116-nodex2oat/expected.txt
@@ -0,0 +1,6 @@ +Run -Xnodex2oat +Has oat is false, is dex2oat enabled is false. +Run -Xdex2oat +Has oat is true, is dex2oat enabled is true. +Run default +Has oat is true, is dex2oat enabled is true.