summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/resource/ResourceTests.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove assertion status from Jack sanity checksJean-Marie Henaff2015-06-241-4/+1
| | | | | | | | | - adds a property to set when invoking ant to disable assertion (-Dtests.disable-assertions=true) - remove assertion status modification done in tests (cherry picked from commit 9fcbabb82e5292b7df75ea396eddd34ea8a1558c) Change-Id: Ibfc41fc8b0e7e47c597d3f92e420dfb151681396
* Rename addResource() to document it expects a directoryJean-Marie Henaff2015-06-181-7/+7
| | | | | | (cherry picked from commit b9afd7d44558114893933c2d9168607030ff7ae4) Change-Id: If366d939c72dd167b4aff315033fe74fc9741804
* Adapt ResourceTests to support CaseInsesitiveFSBenoit Lamarche2015-06-171-98/+136
| | | | | | Bug: 21486756 Change-Id: I3f0e0b7d6a2511b08129bff4bc34a0ba54aead4e (cherry picked from commit 973a373d8fc030c0ea3e8f6113caa29be3776454)
* Temporarly deactivate tests that are broken because of CaseInsensitiveFSBenoit Lamarche2015-05-291-0/+3
| | | | | | | | | They will need to be modified Bug: 21486756 (cherry picked from commit 02859f0c0a29d30e6b8561c7854fd992271c4760) Change-Id: If5c39e4f4e1d3be9772a33493b3cb178412ebe19
* During shrinking generate error if they are unknow typesmikaelpeltier2015-04-291-0/+4
| | | | | | | | | | - When shrinking all used types must be passed into classpath, without these types into classpath, Jack could shrink class members that it should not. Bug: 20135591 Change-Id: I13a82b4cc47da27fa3f12330df9b630ea6628f48
* Revert "During shrinking generate error if they are unknow types"Mikael Peltier2015-04-281-4/+0
| | | | | | This reverts commit 88ac57db8ef6442d2a87aacad089104b488052e0. Change-Id: I67a420bcc60bf0ccbea0af30a551e3326d18e420
* During shrinking generate error if they are unknow typesmikaelpeltier2015-04-281-0/+4
| | | | | | | | | - When shrinking all used types must be passed into classpath, without these types into classpath, Jack could shrink class members that it should not. Bug: 20135591 Change-Id: I4b4b03581141df0e40b1f27ccfc2f3a481b5d069
* Change handling of classpath in compilation in test frameworkJean-Marie Henaff2015-02-031-14/+14
| | | | | | | Make classpath an optional parameter. This change leads to simpler calls to compilation methods. Change-Id: Ia8a5e1bf13bfe9690a838784922622d3f3f148d7
* Tests: use toolchain specific extensions for library namesJean-Marie Henaff2014-12-231-3/+5
| | | | Change-Id: Ia575e793984349a4e64d2a2bbba6bec5abe6a5be
* Add support for importing resources in test toolchainsJean-Marie Henaff2014-12-171-227/+67
| | | | Change-Id: I0dc916dd16268c790aecbf60f108f15cd34bb9cd
* Remove @KnownBug category on tests that now passJean-Marie Henaff2014-12-101-1/+0
| | | | Change-Id: Ie3bb983212b71f8d3067b6a16f263ba69c945a1d
* Use new JUnit based test frameworkJean-Marie Henaff2014-12-021-0/+589
Bug: 18547020 Change-Id: I5d02ebdecbf79bea035ae8a042d50a06aa7c2a62