summaryrefslogtreecommitdiff
path: root/test/478-checker-inliner-nested-loop/src/Main.java
AgeCommit message (Collapse)Author
2015-07-27Cosmetic changes in ART run-tests.Roland Levillain
Perform a copyright headers clean up mostly. Change-Id: I26c855b2f54d0887676d9b9b8281b14b7978ab29
2015-05-28ART: Distinguish Checker lines from commentsDavid Brazdil
In order to prevent tests passing due to lines with hard-to-spot formatting errors begin ignored, e.g. by forgetting the colon after "//CHECK", Checker will now require its assertions to start with "///" or "##", respectivelly for Java and Smali. Such lines will never be ignored and will fail the test unless successfully parsed. Change-Id: I0da9a8f13eb96d950af8c85df17d1899a853a299
2015-04-21ART: Update loop info of all nested loops when inliningDavid Brazdil
When inlining into a nested loop, the inliner would only add the new blocks into the innermost loop info object. This patch fixes that and modifies SsaChecker to verify the property. Change-Id: I21d343a6f7d972f5b7420701f816c65ab3f20566