summaryrefslogtreecommitdiff
path: root/src/etc/testcases
Commit message (Collapse)AuthorAgeFilesLines
* 66464: junitlauncher task's fork element now has a new optional "java" ↵Jaikiran Pai2023-03-021-0/+27
| | | | attribute to allow specifying a different Java installation to run the forked tests
* 66468: Fix regexmapper to not swallow backslashes from outputJaikiran Pai2023-03-021-0/+6
|
* 66504: junitlauncher task should resolve the outputDir against the basedir ↵Jaikiran Pai2023-03-021-0/+75
| | | | of the project
* Next is 1.10.14 of AntJaikiran Pai2023-01-101-2/+2
|
* warn against multi-byte encoding in tarStefan Bodewig2022-11-261-0/+8
|
* fully migrate pathconvert tests to antunitMatt Benson2022-02-091-60/+0
|
* Next dev version post 1.10.12 release of AntJaikiran Pai2021-10-191-2/+2
|
* Merge branch 'feature/tarfileset-preserve-symlinks' of ↵Stefan Bodewig2021-09-252-0/+8
|\ | | | | | | https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks
| * Tar: preserve symlinks from <tarfileset> sourcesMarc Strapetz2020-12-102-0/+8
| |
* | Merge tag 'rel/1.10.11' and prepare for next iterationStefan Bodewig2021-07-131-2/+2
| | | | | | | | Apache Ant 1.10.11
* | Release 1.10.10 of AntJaikiran Pai2021-04-171-2/+2
|/
* [junitlauncher] - Introduce the ability to let listener/result formatter ↵Jaikiran Pai2020-11-281-1/+2
| | | | implementations decide whether to use legacy or new style display names for test identifiers
* Merge tag 'rel/1.10.9'Stefan Bodewig2020-09-301-2/+2
| | | | | | | | | | | | Tagging version 1.10.9 of Ant # gpg: Signatur vom Mi 30 Sep 2020 18:21:08 CEST # gpg: mittels DSA-Schlüssel CE8075A251547BEE249BC151A2115AE15F6B8B72 # gpg: Aussteller "bodewig@apache.org" # gpg: Korrekte Signatur von "Stefan Bodewig <bodewig@apache.org>" [vollständig] # gpg: alias "Stefan Bodewig <stefan.bodewig@freenet.de>" [vollständig] # gpg: alias "Stefan Bodewig <stefan@samaflost.de>" [vollständig] # Haupt-Fingerabdruck = CE80 75A2 5154 7BEE 249B C151 A211 5AE1 5F6B 8B72
* enable Nashorn compatibility when running GraalVM JSStefan Bodewig2020-09-251-0/+28
| | | | and add a magic property to disable it again
* Add the possibility to specify a custom filename mapper when creating an ↵Maarten Coene2020-09-081-1/+16
| | | | INDEX.LIST (#134)
* make local properties visible to propertysetStefan Bodewig2020-08-021-0/+10
| | | | | | fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=50179 test by Sai Kiran
* Incorrect javadoctwogee2020-07-271-2/+2
|
* Merge tag 'rel/1.10.8' and bump versionsStefan Bodewig2020-05-131-2/+2
| | | | Tagging version 1.10.8 of Ant
* Merge branch '1.9.x'Stefan Bodewig2020-05-051-25/+33
|\
| * rmic has been removed in Java 15+Stefan Bodewig2020-05-051-25/+33
| |
| * Merge tag 'rel/1.9.14' into 1.9.x branchJaikiran Pai2019-03-171-6/+6
| | | | | | | | Tagging version 1.9.14 of Ant
* | bz-63958 Correctly parse the forked mode launch definition in cases where a ↵Jaikiran Pai2020-01-111-0/+19
| | | | | | | | listener element is a sibling of either test or testclasses element
* | Merge tag 'rel/1.10.7'Jaikiran Pai2019-09-051-2/+2
| |
* | Skip ImageTest if JPEG codec from com/sun/image/codec isn't available in the ↵Jaikiran Pai2019-08-261-6/+7
| | | | | | | | | | | | | | Java runtime. OpenJDK even in Java 8 (update 222) doesn't include these codecs. Oracle JDK has it in Java 8, but not in subsequent Java releases.
* | @BeforeAll failing should break build. Pr 63479jkf2019-06-012-0/+18
| |
* | remove unnecessary http references in xml / xsl testcasesjkf2019-05-257-20/+20
| |
* | updated reference to license from http to https usingjkf2019-05-25347-351/+351
| | | | | | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* | [junitlauncher] Add support for selecting tests based on JUnit-5 tag ↵Matthias Gutheil2019-05-221-0/+65
| | | | | | | | | | | | functionality This closes #93 pull request at github/apache/ant repo
* | Merge tag 'rel/1.10.6'Jaikiran Pai2019-05-081-2/+2
| | | | | | | | Tag version 1.10.6 of Ant
* | missing license headersStefan Bodewig2019-03-201-0/+17
| |
* | whitespace - closes #80Stefan Bodewig2018-12-151-1/+1
| |
* | Based on feedback, added self to contributors, added line to WHATSNEW, added ↵VGR2018-12-152-248/+845
| | | | | | | | Ant version to docs, and replaced GPL man pages with BSD-licensed man pages.
* | Added tasks for JDK's jmod and jlink tools.VGR2018-12-153-4/+2084
| |
* | [junitlauncher] - Switch back to issuing a separate LauncherDiscoveryRequestJaikiran Pai2018-12-071-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for each of the test class that are selected by the <testclasses> usage In 1.10.5 version (the latest released) of Ant, we used to launch multiple LauncherDiscoveryRequest (a JUnit 5 construct), one each for a test class, that belonged to the <testclasses> usage. Commit 3f806148c3f3542b8526d5f91f10d6189bf0607d changed it to launch one single LauncherDiscoveryRequest (and including all those test classes in that request) because it seemed more logical to do so. However, recent tests/experimentation of the master branch has shown that it introduces complexities when the "legacy-xml" listener (the one which supports generating test results in xml format that junitreport understands) is used. These complexities include - expecting each test class to have a separate report file, but isn't limited to that. Solving these issues isn't easy and probably not worth it, given that the only reason we started using a single LauncherDiscoveryRequest is because it just seemed logical and there is no other strong reason to do so. This commit switches back to the behaviour that's been there in 1.10.5 version, to issue multiple separate LauncherDiscoveryRequest(s) one each for the test class that's selected through the use of <testclasses>.
* | bz-62952 Make AntClassLoader multi-release jar aware when it deals with ↵Jaikiran Pai2018-12-051-0/+48
| | | | | | | | java.util.jar.JarFile
* | Make DataType and Reference genericGintas Grigelionis2018-11-191-0/+6
| |
* | bz-62890 Make sure the sync task considers the case sensitivity of the ↵Jaikiran Pai2018-11-081-0/+19
| | | | | | | | destination directory's filesystem while looking for orphan files to delete
* | Merge 1.9.x branch into masterJaikiran Pai2018-11-061-5/+0
|\ \ | |/
| * Revert "bz-62849 Check for filesystem loops due to symbolic links, in ↵Jaikiran Pai2018-11-041-5/+0
| | | | | | | | | | | | DirectoryScanner and Delete task" since it causes a regression that's exposed by the dirscanner-symlinks-test.xml antunit testcase This reverts commit 05bfffa247c470d12a5b93326a05d3fd0d890ce0 and 506c3ab47a1d69ecff691cc535ae8368d0aeb1db.
* | Merge 1.9.x branch into masterJaikiran Pai2018-11-031-0/+5
|\ \ | |/
| * bz-62849 Check for filesystem loops due to symbolic links, in ↵Michael Barker2018-11-031-0/+5
| | | | | | | | DirectoryScanner and Delete task
* | An attempt to run JUnit task tests in SurefireGintas Grigelionis2018-10-283-79/+74
| | | | | | (please note different exclude rules than for compiler…)
* | Fix more tests, remove redundancies from test class pathGintas Grigelionis2018-10-2717-110/+80
| | | | | | (no checks of build.tests.value necessary)
* | Fixed a broken testGintas Grigelionis2018-10-271-5/+4
| |
* | Remove unused root property, add assertions for build.tests.valueGintas Grigelionis2018-10-263-91/+72
| |
* | Activate more tests in SurefireGintas Grigelionis2018-10-253-24/+17
| |
* | More hardcoded assumptions about file tree structureGintas Grigelionis2018-10-251-20/+14
| |
* | Revert "Check spelling"Gintas Grigelionis2018-09-116-186/+194
| |
* | Check spellingGintas Grigelionis2018-09-096-194/+186
| |
* | [junitlauncher] add some more tests to verify exclusion of Ant runtime and ↵Jaikiran Pai2018-08-271-0/+60
| | | | | | | | JUnit platform libraries from the forked JVM classpath of junitlauncher task