summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | bz-65489 http condition - don't follow redirects when followRedirects is set ...Jaikiran Pai2021-08-091-0/+34
| |_|/ |/| |
* | | add discardOutput and discardError to redirector, apply, exec, javaStefan Bodewig2021-03-201-0/+27
* | | Override ZipOutputStream.write(int)Helder Pereira2021-03-131-0/+20
* | | Some tests were lost in migration to JUnit 4twogee2021-03-044-0/+5
* | | make http condition follow redirects from http to httpsStefan Bodewig2021-02-281-0/+71
* | | encode characters illegal in XML in junitlauncher's reportStefan Bodewig2021-01-161-0/+86
| |/ |/|
* | bz-64912, bz-64790 Fix regression in javac task when using arguments fileJaikiran Pai2020-12-091-0/+20
* | Merge pull request #141 from TheConstructor/input-file-tokenizerStefan Bodewig2020-12-071-0/+44
|\ \
| * | #64855 Add filterbeforeconcat option to ConcatMatthias Vill2020-12-061-0/+44
* | | Merge pull request #140 from TheConstructor/resource-list-with-duplicatesStefan Bodewig2020-12-071-0/+37
|\ \ \
| * | | #64854 Add preserveduplicates option to ResourceListMatthias Vill2020-12-061-0/+37
| |/ /
* | | [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
* | | Skip scriptdef-test.xml antunit tests for JDK >=15 due to unavailability of s...Jaikiran Pai2020-11-211-7/+11
* | | Introduce an "atmost" attribute for the javaversion conditionJaikiran Pai2020-11-211-0/+14
|/ /
* | 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
* | try making test independent of timezoneStefan Bodewig2020-08-221-3/+37
* | 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-052-2/+38
|\ \ | |/
| * rmic has been removed in Java 15+Stefan Bodewig2020-05-052-4/+28
* | More magic namestwogee2020-01-192-2/+3
* | build.sysclasspath is a magic nametwogee2020-01-192-7/+7
* | bz-63958 Correctly parse the forked mode launch definition in cases where a l...Jaikiran Pai2020-01-111-0/+15
* | bz-63850 junitlaucher legacy-xml: don't lose exception from @BeforeAllMarc Guillemot2019-11-052-0/+53
* | bz-63874 Fix regression introduced by commit "Use commandline argument file f...sergiys2019-10-241-0/+42
* | Send FQDN instead of simple hostname in SMTP HELO commandmguessan@free.fr2019-09-141-1/+1
* | Provide more meaningful error messageJan Matèrne2019-09-051-1/+7
* | Skip ImageTest if JPEG codec from com/sun/image/codec isn't available in the ...Jaikiran Pai2019-08-261-1/+11
* | improved version handling in CompilerAdapterjkf2019-06-151-11/+97
* | Merge pull request #98 from slobokot/fork-javacjmkf2019-06-151-0/+161
|\ \
| * | Use commandline argument file for all options, but -J, for case javac.forked=...sergiys2019-06-141-0/+161
* | | JavaEnvUtils - Suppot of JDK1.8+ onlyjkf2019-06-151-0/+23
|/ /
* | @BeforeAll failing should break build. Pr 63479jkf2019-06-013-11/+106
* | Avoid connection refused errors by leaving some time between the gets, works ...jkf2019-05-262-1/+13
* | removed http links from java sources to the extent possiblejkf2019-05-253-5/+5
* | remove unnecessary http references in xml / xsl testcasesjkf2019-05-2515-29/+29