commit | 711411957a433555eda4bcf8d1f05aabf04425e8 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue May 19 18:29:40 2015 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Thu May 21 11:25:54 2015 +0100 |
tree | f82f3365199fb8561eb7394cbfcd5d73e72405d7 | |
parent | 01cb410f4ad23135671d821ba36c269f8c82affa [diff] |
ART: Implement next-line assertions in Checker Some tests require verifying an exact sequence of lines in the graph dump. This was already possible by inserting 'CHECK-NOT: {{.*}}' between the individual lines, but hardly a convenient way of doing so. This patch introduces a new 'CHECK-NEXT' kind of assertions that replaces the old method and will become useful for testing assembly. Change-Id: I1bb951707bda44320166dc7ef828866a6957a113