summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/java7
Commit message (Collapse)AuthorAgeFilesLines
* Remove assertion status from Jack sanity checksJean-Marie Henaff2015-06-244-16/+4
| | | | | | | | | - 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
* Change handling of classpath in compilation in test frameworkJean-Marie Henaff2015-02-034-10/+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-2/+3
| | | | Change-Id: Ia575e793984349a4e64d2a2bbba6bec5abe6a5be
* Remove references to TestTools in jack-testsJean-Marie Henaff2014-12-111-7/+0
| | | | | | Remove references on TestTools that can be handled by AbstractTestTools Change-Id: I3d004df0c6950dee4b3715cd6c88f809efd55b0b
* 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-025-1/+241
| | | | | | Bug: 18547020 Change-Id: I5d02ebdecbf79bea035ae8a042d50a06aa7c2a62
* WIP Use JUnit for jack-tests.Jean-Marie Henaff2014-10-141-0/+74
| | | | | | (cherry picked from commit 452cbd7d69db557ecdbbd20875a669752cf2d9d7) Change-Id: I96a34b90c9525fa4403f6f940d6fcdf4656722ab
* Merge "Fix illegal code generation of TryWithResourcesTransformer" into ub-jackMikael Peltier2014-09-112-0/+29
|\
| * Fix illegal code generation of TryWithResourcesTransformerYohann Roussel2014-09-112-0/+29
| | | | | | | | | | | | | | | | | | | | - Add a test for try with resources that exhibit illegal code generation. - Add generation of throw instruction to have correct java code at compile time. Bug: 17389106 Change-Id: I451adb03917b5908faf2a7730990c474009706d2
* | A test unboxing an Object to int.Yohann Roussel2014-09-052-0/+74
|/ | | | | | This is legal as of java7 but not yet supported by jack. Change-Id: If23bc190f7c4fc9e4c12b1bc9c01773a934d199c
* Initial Jack import.Yohann Roussel2014-03-2035-0/+1836
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43