summaryrefslogtreecommitdiff
path: root/src/tests/junit
Commit message (Expand)AuthorAgeFilesLines
* try to preserve file permissions of exisiting target when renamingStefan Bodewig2023-03-181-0/+34
* 66464: junitlauncher task's fork element now has a new optional "java" attrib...Jaikiran Pai2023-03-021-0/+18
* 66468: Fix regexmapper to not swallow backslashes from outputJaikiran Pai2023-03-021-0/+10
* 66504: junitlauncher task should resolve the outputDir against the basedir of...Jaikiran Pai2023-03-022-0/+121
* warn against multi-byte encoding in tarStefan Bodewig2022-11-261-0/+8
* paths with wildcards do not work in javac's arg-fileStefan Bodewig2022-11-191-0/+42
* go back to ignoring the ImageIOTest#testFailOnError() test, like it was for s...Jaikiran Pai2022-05-221-0/+3
* upgrade junit5 library dependenciesJaikiran Pai2022-05-211-1/+18
* warm up before expected compiled to outperform noncompiledMatt Benson2022-02-191-0/+4
* refactor attribute introspection to support Optional* typesMatt Benson2022-02-091-0/+171
* fully migrate pathconvert tests to antunitMatt Benson2022-02-091-74/+0
* remove extra semiMatt Benson2022-02-051-1/+1
* Merge pull request #158 from arturobernalg/feature/simplify_assertStefan Bodewig2021-09-264-12/+11
|\
| * Replace assert by simpler but equivalent calls.Arturo Bernal2021-09-264-12/+11
* | Merge pull request #153 from arturobernalg/feature/importStefan Bodewig2021-09-253-4/+0
|\ \
| * | Delete unused import.Arturo Bernal2021-08-313-4/+0
| |/
* | Merge pull request #139 from twogee/useless-boxingStefan Bodewig2021-09-252-3/+2
|\ \
| * | Unnecessary boxing/conversiontwogee2021-07-182-3/+2
* | | Merge branch '1.9.x'Stefan Bodewig2021-09-251-1/+0
|\ \ \
| * | | Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mst...Stefan Bodewig2021-09-251-0/+25
* | | | Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mst...Stefan Bodewig2021-09-251-0/+28
|\ \ \ \
| * | | | Tar: preserve symlinks from <tarfileset> sourcesMarc Strapetz2020-12-101-0/+28
* | | | | "default" is no longer a valid alias for charset starting JDK 18+ which imple...Jaikiran Pai2021-09-051-1/+1
* | | | | Merge branch '1.9.x'Stefan Bodewig2021-09-022-1/+32
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | ensure build.compiler works with full classnames for extjavac/modernStefan Bodewig2021-09-022-6/+59
* | | | try to make tests pass inside of GumpStefan Bodewig2021-08-211-2/+6
| |_|/ |/| |
* | | Override ZipOutputStream.write(int)Helder Pereira2021-03-131-0/+20
* | | Some tests were lost in migration to JUnit 4twogee2021-03-044-0/+5
* | | encode characters illegal in XML in junitlauncher's reportStefan Bodewig2021-01-161-0/+86
| |/ |/|
* | [junitlauncher] - Introduce the ability to let listener/result formatter impl...Jaikiran Pai2020-11-281-0/+5
* | Prevent CI job failures on Java 15+ for ScriptDefTestJaikiran Pai2020-11-211-1/+7
* | enable Nashorn compatibility when running GraalVM JSStefan Bodewig2020-09-254-0/+144
* | Add the possibility to specify a custom filename mapper when creating an INDE...Maarten Coene2020-09-081-1/+124
* | replace our ReaderInputStream with the one of Commons IOStefan Bodewig2020-08-221-0/+122
* | Merge pull request #135 from apache/property-enumeratorStefan Bodewig2020-08-112-0/+61
|\ \
| * | make local properties visible to propertysetStefan Bodewig2020-08-021-0/+6
| * | add a PropertyEnumerator delegate to better support PropertySetStefan Bodewig2020-08-021-0/+55
* | | fallback to a separate owner-only tempdir if possibleStefan Bodewig2020-08-111-0/+64
|/ /
* | Class.newInstance() is deprecated in Java 9+twogee2020-07-291-2/+2
* | Merge pull request #123 from twogee/useless-escapeStefan Bodewig2020-07-2910-61/+61
|\ \
| * | Superfluous escapestwogee2020-07-2910-61/+61
* | | More MagicNamestwogee2020-07-291-1/+2
|/ /
* | no need to treat Java 15 different now that GraalVM JavaScript is thereStefan Bodewig2020-05-291-3/+0
* | ignore test that requires Nashorn on Java 15+ for nowStefan Bodewig2020-05-061-0/+3
* | use nio.Files.createTempFile rather than File.createTempFileStefan Bodewig2020-05-051-0/+13
* | Merge branch '1.9.x'Stefan Bodewig2020-05-051-11/+51
|\ \ | |/
| * provide a magic property that overrides temp directoryStefan Bodewig2020-05-051-11/+50
* | Merge branch '1.9.x'Stefan Bodewig2020-05-051-0/+18
|\ \ | |/
| * rmic has been removed in Java 15+Stefan Bodewig2020-05-051-2/+8
* | More magic namestwogee2020-01-192-2/+3