summaryrefslogtreecommitdiff
path: root/src/tests
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
* "modernize" antunit report styelsheetStefan Bodewig2023-03-021-23/+51
|
* 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
* Fix failing testhttpurl1 test - http://www.w3.org/MarkUp/ no longer returns ↵Jaikiran Pai2022-12-111-1/+1
| | | | a content-length header. Switch to a different URL which returns one.
* fix forward test, but I don't find any host with a stable reverse lookupStefan Bodewig2022-11-261-13/+14
|
* 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
|
* Use a fixed timezone in Tstamp testJaikiran Pai2022-05-211-0/+1
|
* Fix integer overflow when parsing SOURCE_DATE_EPOCHMikolaj Izdebski2022-05-201-0/+31
| | | | This closes #186 pull request at github/apache/ant repo.
* local += nested name elementsMatt Benson2022-02-251-0/+20
|
* scriptdef += @setbeansMatt Benson2022-02-251-0/+10
|
* set expectedMessage for antunit testMatt Benson2022-02-241-1/+1
|
* support default value for scriptdef attributeMatt Benson2022-02-241-1/+24
|
* test script properties bindingMatt Benson2022-02-241-0/+70
|
* warm up before expected compiled to outperform noncompiledMatt Benson2022-02-191-0/+4
|
* try again with a value that already handles dirsepMatt Benson2022-02-161-2/+2
|
* fixup testcase for WindowsMatt Benson2022-02-161-1/+1
|
* support writing pathconvert output to resourceMatt Benson2022-02-161-0/+20
|
* skip tests relying on Javascript when running in Jenkins w/ JDK >= 15Matt Benson2022-02-161-9/+21
|
* propagate same properties as build.xml antunit invocationMatt Benson2022-02-161-0/+5
|
* use javascript w/ javax for scriptcondition return testsMatt Benson2022-02-151-2/+2
|
* fix bug with scriptcondition eval resultMatt Benson2022-02-141-2/+2
|
* make scriptcondition behave as documented wrt script return valueMatt Benson2022-02-141-0/+16
|
* add scriptcondition testsMatt Benson2022-02-141-0/+71
|
* tweak to x-platform test fixMatt Benson2022-02-111-1/+1
|
* fix testcase x-platformMatt Benson2022-02-101-2/+3
|
* refactor attribute introspection to support Optional* typesMatt Benson2022-02-091-0/+171
|
* test pathconvert setonempty=falseMatt Benson2022-02-091-0/+9
|
* test pathconvert featuresMatt Benson2022-02-091-0/+26
|
* fully migrate pathconvert tests to antunitMatt Benson2022-02-092-74/+45
|
* 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
* | | | test must be skipped when runnng in GumpStefan Bodewig2021-08-211-1/+2
| | | |
* | | | try to make tests pass inside of GumpStefan Bodewig2021-08-211-2/+6
| | | |