summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/classpath
Commit message (Collapse)AuthorAgeFilesLines
* Remove assertion status from Jack sanity checksJean-Marie Henaff2015-06-241-5/+0
| | | | | | | | | - 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
* Adapt ResourceTests to support CaseInsesitiveFSBenoit Lamarche2015-06-171-1/+1
| | | | | | Bug: 21486756 Change-Id: I3f0e0b7d6a2511b08129bff4bc34a0ba54aead4e (cherry picked from commit 973a373d8fc030c0ea3e8f6113caa29be3776454)
* Adapt ClasspathTests to use InputJackLibraryBenoit Lamarche2015-05-291-4/+7
| | | | | | (cherry picked from commit 860b271f80ccbd6d283fe671444a9c89c0ff892d) Change-Id: Icdbad809fdfdfdacaa5c63c9b7812846fd7390c7
* Remove invalid library STOPSHIPsBenoit Lamarche2015-04-291-3/+9
| | | | | | | I've added a bug to track the issue instead: Bug: 20685807 Change-Id: I15dd6d9b7a16a86014a4202338639d0b2f8fb1f1
* Explicitely ignore some tests with Jill test toolchainJean-Marie Henaff2015-04-291-1/+4
| | | | | Bug: 20157629 Change-Id: I91bfcf55377cfdabaa0f52eede4e41cf5748d7c5
* Be more precise in test toolchain request in ClasspathTestsJean-Marie Henaff2015-04-161-1/+1
| | | | Change-Id: I49d55b32fc84bd4a4527fc6ae6662e67ec943dd2
* Modify AbstractTestTools api to detect error at compile timemikaelpeltier2015-04-091-2/+2
| | | | Change-Id: Id88be0584579d551e40d95704320dcf0ede87610
* Avoid ClassCastException when toolchain jack-cli is usedmikaelpeltier2015-04-091-1/+1
| | | | Change-Id: If75202bbc6b12a816fac30812d6dfeb2aaa6b4af
* Fix issue with not existing classpath entryBenoit Lamarche2015-04-071-7/+24
| | | | | | | We must check existence before permissions. Bug: 20025079 Change-Id: I19d8838e2a399806bc8b70bb1dab399537c7d158
* Add property for classpathBenoit Lamarche2015-03-121-2/+22
| | | | Change-Id: I5f99e0a9355d317b0c0cc9e037ba663937558305
* Jack support for annotation processor.Yohann Roussel2015-03-101-0/+1
| | | | | | | Does not include any support for including class files generated by annotation processors. Change-Id: Id4006301d588875f822ff84fa90db10fd616ab00
* Revert "Revert "Start using jack-api for jack API based test toolchains""Jean-Marie Hénaff2015-03-091-5/+7
| | | | | | This reverts commit b43732ee3d9f9ffcd7595ab657e4c683a1751b3a. Change-Id: Id9fbfcd8f7aebca1136bfcbbf9e37359dc42a19d
* Revert "Start using jack-api for jack API based test toolchains"Jean-Marie Hénaff2015-03-061-7/+5
| | | | | | This reverts commit d235ed6f21b7b21aefb4b066b0c64acfa2bbb229. Change-Id: Idceeda07056275eb887d42a5aa75b624024554e0
* Start using jack-api for jack API based test toolchainsJean-Marie Henaff2015-03-061-5/+7
| | | | | | Implementation is still to be done. Change-Id: I010ab9f00f4c00275982d4abfcbf6c94248f3fb4
* Fix LegacyJillToolchain in jack-testsJean-Marie Henaff2015-02-181-6/+12
| | | | Change-Id: Ib9d9f88e1edc231be58125bca9ac71b7af88990f
* Change handling of classpath in compilation in test frameworkJean-Marie Henaff2015-02-031-39/+46
| | | | | | | Make classpath an optional parameter. This change leads to simpler calls to compilation methods. Change-Id: Ia8a5e1bf13bfe9690a838784922622d3f3f148d7
* Adapt more tests to new test frameworkJean-Marie Henaff2015-01-141-23/+9
| | | | Change-Id: Id409d03f887ce20dbcf1a04792df75e3acafd499
* Tests: use toolchain specific extensions for library namesJean-Marie Henaff2014-12-231-3/+3
| | | | Change-Id: Ia575e793984349a4e64d2a2bbba6bec5abe6a5be
* Use new test tools for ClasspathTestsJean-Marie Henaff2014-12-161-22/+36
| | | | Change-Id: Iec3560fde415b38bf608dc2ddb1d07a76022b539
* Use new JUnit based test frameworkJean-Marie Henaff2014-12-022-77/+202
| | | | | | Bug: 18547020 Change-Id: I5d02ebdecbf79bea035ae8a042d50a06aa7c2a62
* Do not fail because of bad classpath entryYohann Roussel2014-11-213-0/+21
| | | | | | | Just warn unless option for strict classpath is set. Bug: 18369562 Change-Id: I82abef63b78a9291fd6a68081b033a25c9d23e2f
* WIP Use JUnit for jack-tests.Jean-Marie Henaff2014-10-141-0/+77
| | | | | | (cherry picked from commit 452cbd7d69db557ecdbbd20875a669752cf2d9d7) Change-Id: I96a34b90c9525fa4403f6f940d6fcdf4656722ab
* A test about class with missing inner in the classpath.Yohann Roussel2014-09-042-0/+57
| | | | | | | An inner class class was deleted from the classpath but only the Enclosing class is referenced so there should be no problem compiling. Change-Id: I124c429015dd811df721e9260c349506b17af830
* Initial Jack import.Yohann Roussel2014-03-206-0/+151
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43