summaryrefslogtreecommitdiff
path: root/src/tests/junit
Commit message (Collapse)AuthorAgeFilesLines
* try to preserve file permissions of exisiting target when renamingStefan Bodewig2023-03-181-0/+34
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=66522
* 66464: junitlauncher task's fork element now has a new optional "java" ↵Jaikiran Pai2023-03-021-0/+18
| | | | 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/+10
|
* 66504: junitlauncher task should resolve the outputDir against the basedir ↵Jaikiran Pai2023-03-022-0/+121
| | | | of the project
* 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
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=65621
* go back to ignoring the ImageIOTest#testFailOnError() test, like it was for ↵Jaikiran Pai2022-05-221-0/+3
| | | | several years/releases before being moved from ImageTest to this new test class
* 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.
| * 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.
| * | Delete unused import.Arturo Bernal2021-08-313-4/+0
| |/
* | Merge pull request #139 from twogee/useless-boxingStefan Bodewig2021-09-252-3/+2
|\ \ | | | | | | No boxing
| * | 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 ↵Stefan Bodewig2021-09-251-0/+25
| | | | | | | | | | | | | | | | https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks
* | | | Merge branch 'feature/tarfileset-preserve-symlinks' of ↵Stefan Bodewig2021-09-251-0/+28
|\ \ \ \ | | | | | | | | | | | | | | | https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks
| * | | | Tar: preserve symlinks from <tarfileset> sourcesMarc Strapetz2020-12-101-0/+28
| | | | |
* | | | | "default" is no longer a valid alias for charset starting JDK 18+ which ↵Jaikiran Pai2021-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | implemented JEP400 (https://openjdk.java.net/jeps/400)
* | | | | 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
| | | | | | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=65539
* | | | 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
| |/ |/| | | | | | | | | also avoid double-encoding of sysout/err Bugzilla Reports 63436 and 65030
* | [junitlauncher] - Introduce the ability to let listener/result formatter ↵Jaikiran Pai2020-11-281-0/+5
| | | | | | | | implementations decide whether to use legacy or new style display names for test identifiers
* | 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
| | | | | | | | 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/+124
| | | | | | | | INDEX.LIST (#134)
* | replace our ReaderInputStream with the one of Commons IOStefan Bodewig2020-08-221-0/+122
| | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=40455 Suggested by Vladimir Sitnikov
* | Merge pull request #135 from apache/property-enumeratorStefan Bodewig2020-08-112-0/+61
|\ \ | | | | | | Property enumerator
| * | make local properties visible to propertysetStefan Bodewig2020-08-021-0/+6
| | | | | | | | | | | | | | | | | | fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=50179 test by Sai Kiran
| * | 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 escapes
| * | 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
| |