summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/shrob/test043
Commit message (Collapse)AuthorAgeFilesLines
* Add reference for shrinking test 43mikaelpeltier2015-05-211-0/+8
| | | | | | | | | | - Remove usage of ordered-filter and single-threaded mode since they do not allow to trace type in a specific order. The ordered-filter allows only to pass java files to ecj in a lexical order, but after ecj this order is no longer guarantee. Change-Id: I32103e933f863c319aba507c8439662a9e159c8b (cherry picked from commit 0cf14ebc4189e18da422dad7be676c99e3bca6ff)
* Do not forget to trace implementation methodsmikaelpeltier2015-05-214-0/+77
| | | | | | | | | | - Tracing can forget to keep some methods due to tracing order. Trace a method that is a seed need also to trace implementation of this method for all types that are already kept. Bug: 21023926 Change-Id: I0a0df841b0f7441ddba056ad69a1f506db15afb3 (cherry picked from commit df69c567bb1903bdcf1a39be18a0e52c62709de0)
* Get rid of shrob.test043Yohann Roussel2015-02-235-51/+0
| | | | | | The test was flaky and we found no good way to fix it. Change-Id: Id5c0470378039c223f5018a9e4023a290f5a5238
* Do not rename 2 classes with the same nameYohann Roussel2015-02-231-2/+2
| | | | | Bug: 19422723 Change-Id: I2b49b3a3f03a7bed622dbb3668e232140691a2d5
* Add failing obfuscation test with class repackagingBenoit Lamarche2015-02-195-0/+51
Bug: 19422723 Change-Id: I6f0fa01194f266a3a80ee6d13cafd2222e31e4b2