commit | a00f012660e9a4baa34c0ab96042f7146e9a6017 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Dec 16 16:54:35 2015 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Dec 17 10:41:13 2015 -0800 |
tree | 7091c01a3119a2353884c592956279252386c890 | |
parent | cbf8af898e758cef27687c20c8cf9ac75280026d [diff] |
ART: Refactor CommonRuntimeTest::SetUp Factor out finishing up the runtime. This code will execute the interpreter to initialize important classes etc., which is not necessary for testing RuntimeMethod sizes and trampoline entrypoints, in fact it may violate pointer-size invariants. Also add InstructionSet parsing tests to the ParsedOptions test. Change-Id: I75cd00c6d358e1bc962c8f1845244f6400c1cd6c