summaryrefslogtreecommitdiffstats
path: root/tools/checker.py
Commit message (Expand)AuthorAgeFilesLines
* Checker: Allow don't-care output on a lineDavid Brazdil2015-01-271-44/+53
* run-test: enable checker in dev modeCalin Juravle2015-01-271-2/+3
* ART: Run Checker with Python >2.6David Brazdil2015-01-201-1/+2
* Checker cleanupDavid Brazdil2015-01-161-15/+10
* Add --no-clean to checker (keeps the generated files around)Calin Juravle2015-01-161-1/+6
* ART: Remove compiler invocation from CheckerDavid Brazdil2015-01-151-49/+31
* ART: Logging levels for CheckerDavid Brazdil2015-01-151-8/+16
* ART: dex2oat flag for HGraphVisualizer dump fileDavid Brazdil2015-01-131-2/+2
* Revert "ART: dex2oat flag for HGraphVisualizer dump file"Andreas Gampe2015-01-131-2/+2
* ART: dex2oat flag for HGraphVisualizer dump fileDavid Brazdil2015-01-131-2/+2
* Merge "ART: Fixed subsequent CHECK-NOTs Checker bug"David Brazdil2015-01-101-2/+2
|\
| * ART: Fixed subsequent CHECK-NOTs Checker bugDavid Brazdil2015-01-081-2/+2
* | Merge "ART: Added comments, fixed typos in Checker"David Brazdil2015-01-091-1/+13
|\ \
| * | ART: Added comments, fixed typos in CheckerDavid Brazdil2015-01-091-1/+13
| |/
* | ART: Refactored regex code in CheckerDavid Brazdil2015-01-081-33/+31
|/
* ART: Improved fail reporting in CheckerDavid Brazdil2015-01-081-90/+191
* ART: New types of Checker assertionsDavid Brazdil2014-12-311-49/+144
* ART: Added Checker, a pattern matching test engineDavid Brazdil2014-12-171-0/+570