summaryrefslogtreecommitdiffstats
path: root/test/119-noimage-patchoat/run
Commit message (Collapse)AuthorAgeFilesLines
* ART: Allow the execution to stop if the compilation fails via an optionJean Christophe Beyler2015-02-231-1/+5
| | | | | | | | | | | | | | | | | | | | | The current implementation continues the execution of the application if dex2oat fails by relying on the interpreter. This patch adds a -Xno-dex-file-fallback option to stop the default behavior. This can be used two-fold. First, one can enforce that a runtime only starts with a boot image. A follow-up patch will ensure that dex2oat (for apps) and patchoat in general request that mode and close gracefully otherwise. Second, this can be used for testing and debugging purposes, as it ensures that compiler failures & aborts are not silently ignored. Add testing. Bug: 19100590 Change-Id: Iaf07b5ccf00942ca8a8ec8687599320a3ddbc089 Signed-off-by: Jean Christophe Beyler <jean.christophe.beyler@intel.com>
* ART: Fix old run scriptsAndreas Gampe2015-02-041-2/+8
| | | | | | | | | | | | The run scripts had not been updated when the central command script was unified, so they were always choosing target mode. Also update the run scripts so they abort when wrong options are used. Also strip superfluous whitespace from commands. Change-Id: I13cc59f43734a86062fc3ce5ff4ea308c301d4d3
* Support booting without functioning boot.oat/art patchoat.Alex Light2014-08-261-0/+36
Bug: 17000769 Change-Id: I89c26a905af12ea288742368c2c038afd57a879a