summaryrefslogtreecommitdiff
path: root/java/jacoco_test.go
AgeCommit message (Collapse)Author
2018-01-25Change the syntax for jacoco filter wildcard parameters.Nan Zhang
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
2017-12-21Fix jacoco filtersColin Cross
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
2017-12-21Add jacoco filter testsColin Cross
Add tests for converting jacoco filters to command line arguments to soong_zip. Bug: 64836607 Test: jacoco_test.go Change-Id: I969fa877e4be19bb92dcab5a796a4e4ec3fc166a