OSDN Git Service

ART: Remove compiler invocation from Checker
authorDavid Brazdil <dbrazdil@google.com>
Thu, 15 Jan 2015 01:32:23 +0000 (01:32 +0000)
committerDavid Brazdil <dbrazdil@google.com>
Thu, 15 Jan 2015 18:42:00 +0000 (18:42 +0000)
commit32beaffde118aa843576c86aea897a2d0c85f742
treef274f6ef6625de7a0388453e0b126f9a66263fbc
parent420457e6040184a6e1639a4c84fcc8e237bd8a3d
ART: Remove compiler invocation from Checker

In anticipation of running Checker from run-test, this patch removes
code which compiles Java files as this will be handled by run-test.

It simultaneously adds support for verifying an entire directory of
annotated test files.

Change-Id: Id91c19c83fddade076c77789316d59f00893e63b
tools/checker.py