aboutsummaryrefslogtreecommitdiffstats
path: root/java/jacoco_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Change the syntax for jacoco filter wildcard parameters.Nan Zhang2018-01-251-2/+12
| | | | | | | | | | | | | | | originally: .* -> /**/*.class now: .* -> /*.class .** -> /**/*.class Also add NinjaAndShellEscape to allow filtering inner classes with $ in the name. Test: unittests. Bug: b/71889972 Change-Id: Ifb8d7daa22bee02346885171edb15180af18f0de
* Fix jacoco filtersColin Cross2017-12-211-0/+11
| | | | | | | | | Add space after -x argument for jacoco excludes. Add .class to end of file name for jacoco includes. Bug: 64836607 Test: jacoco_test.go Change-Id: I4c1024755882c976f7326f7382c4f2e99a20233d
* Add jacoco filter testsColin Cross2017-12-211-0/+84
Add tests for converting jacoco filters to command line arguments to soong_zip. Bug: 64836607 Test: jacoco_test.go Change-Id: I969fa877e4be19bb92dcab5a796a4e4ec3fc166a