History log of /art/test/486-checker-must-do-null-check/src/Main.java
Revision Date Author Comments
e918d38535f210fe669eb3f18e7f286e5b687419 03-Jun-2015 Guillaume "Vermeille" Sanchez <guillaumesa@google.com> Add $noinline$ tag to make sure a method has not been inlined.

Change-Id: Ic166cf43be566a0fa44c3c9e1939f647806fc500
a06d66a4ee60926127b9498b7ff0b3e37a24fccf 28-May-2015 David Brazdil <dbrazdil@google.com> ART: Distinguish Checker lines from comments

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
9099ef709240f3b039f521f344c778e846840e8f 20-May-2015 Guillaume "Vermeille" Sanchez <guillaumesa@google.com> Add tests for InstanceOf's and CheckCast's MustDoNullCheck

Change-Id: I6a2b9293d91d27193625f5c61b0b64733a0c0d82