summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/shrob/RepackagingTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix mapping comparison order in shrob testsJean-Marie Henaff2015-04-271-1/+1
| | | | | | | | | | - Some files to be comapred were passed in the wrong order. - Changed order in test framework API to match how it's been done in other Comparators. Bug: 20150139 Change-Id: I999886b15781c1a170d578c1d8b31b6325c783af
* Remove reference to StandardCharsetsYohann Roussel2015-03-181-3/+5
| | | | | | Since it's java 7. Change-Id: Iaee93f5e074c0fb4c7dead6aee51a95e4660c7d6
* Accept more tests to run with cli-based ToolchainsJean-Marie Henaff2015-03-171-0/+19
| | | | | | | About 200 tests were skipped with those toolchains. Try to reduce this number. Change-Id: I7713638275ca5fa1569dd141c367a683e9c330ae
* Ignore test which require "rot13" for cli based toolchainJean-Marie Henaff2015-03-111-3/+3
| | | | | | | These tests require a name provider "rot13" which is not packaged inside regular jack.jar. Change-Id: Iab6af2f8e9092ef2821e9a57a51569aaa288c4f2
* Adapt shrob tests to get rid of setShrobFlagsJean-Marie Henaff2015-03-091-12/+10
| | | | | | Thus, it works both with new api and cli Change-Id: Ifc9fc48b6a99df92345d6cfcc1e6466b6026c2df
* Revert "Revert "Start using jack-api for jack API based test toolchains""Jean-Marie Hénaff2015-03-091-2/+3
| | | | | | This reverts commit b43732ee3d9f9ffcd7595ab657e4c683a1751b3a. Change-Id: Id9fbfcd8f7aebca1136bfcbbf9e37359dc42a19d
* Revert "Start using jack-api for jack API based test toolchains"Jean-Marie Hénaff2015-03-061-3/+2
| | | | | | This reverts commit d235ed6f21b7b21aefb4b066b0c64acfa2bbb229. Change-Id: Idceeda07056275eb887d42a5aa75b624024554e0
* Start using jack-api for jack API based test toolchainsJean-Marie Henaff2015-03-061-2/+3
| | | | | | Implementation is still to be done. Change-Id: I010ab9f00f4c00275982d4abfcbf6c94248f3fb4
* Use new JUnit based test frameworkJean-Marie Henaff2014-12-021-0/+65
Bug: 18547020 Change-Id: I5d02ebdecbf79bea035ae8a042d50a06aa7c2a62