summaryrefslogtreecommitdiffstats
path: root/test/Java
Commit message (Expand)AuthorAgeFilesLines
* Move the jdk-version-glob test to unit testsMats Wichmann2019-04-171-94/+0
* Add a test for JDK glob matchingMats Wichmann2019-04-161-0/+94
* [PR #3352] fix sider complaints: bare exceptMats Wichmann2019-04-141-2/+2
* get rid of code copying PATH from os.environWilliam Deegan2018-11-061-1/+3
* Fix Java/multi-step.py to avoid picking up cygwin or mingw's link.exe which t...William Deegan2018-11-051-1/+8
* Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...William Deegan2018-10-164-0/+15
* Fixes for Java tests on win32William Deegan2018-10-0211-90/+55
* Update to use paths set by javac, rmic. Also update RMISecurityManager to Sec...William Deegan2018-10-021-13/+18
* Changed to allow scons java logic to find install for win32. Also add declspe...William Deegan2018-10-021-6/+5
* Switch to depending on javac tool finding javac on win32 rather than the test...William Deegan2018-10-011-17/+11
* add logic to find java installs and on win32 use this to add to env['ENV']['P...William Deegan2018-10-012-2/+2
* Fix missing -c in testcaseWilliam Deegan2018-10-012-4/+4
* Add test for 1.8. Modularize java tests and move files to a fixture. Change ...William Deegan2018-10-013-3/+9
* change method of finding javac from using full path (which fails when it has ...William Deegan2018-09-3015-250/+373
* Update java version supportMats Wichmann2018-07-181-0/+4
* change test to skip initializing any tools in DefaulEnvironment. Should speed...William Deegan2018-05-111-0/+10
* Change bug references from tigris -> githubMats Wichmann2018-04-244-4/+4
* fix for issue 3042, Jar method was not respecting variant dirs when using os....Daniel Moody2018-02-111-3/+4
* updated jar to handle directories better, JarClassFile build doesnt return an...Daniel Moody2017-12-031-1/+141
* updated jar.py to handle nodes and varanit dirs better, added test for nodes ...Daniel Moody2017-12-031-5/+9
* updated Jar builder to flatten source list, and added test for embedded sourcesDaniel Moody2017-11-191-0/+87
* Added Jar test to check if multiple targets can be passed.Daniel Moody2017-11-141-8/+29
* updated the JAR test to test that the java source files were actually compile...Daniel Moody2017-10-262-5/+21
* added test to JAR to also check the case that java source files are passed di...Daniel Moody2017-10-101-0/+62
* fix to run on mac. explicitly request swig toolWilliam Deegan2017-04-011-1/+1
* py2/3 must_match mode='r' changesWilliam Deegan2017-03-134-15/+15
* swap using wrapper.py fixture to wrapper_with_args.py. The fixture swap misse...William Deegan2017-03-134-20/+23
* Replace list(filter()) with list comprehension.Craig Rodrigues2017-03-113-3/+3
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-038-117/+16
* Updating tests to use fixture wrapper.py.William Blevins2016-09-243-18/+3
* Merge in default.Russel Winder2016-01-193-2/+19
|\
| * added comment per William Blevins comment on pull request to indicate why we'...William Deegan2016-01-173-0/+9
| * changes to skip tests on ubuntu-next when gcj and not real java, and also whe...William Deegan2016-01-173-2/+10
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-4/+4
|\ \ | |/
| * - fixed Java test for derived sources problem, now favouring skip()Dirk Baechle2014-09-181-4/+4
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-232-36/+177
|\ \ | |/
| * - several smaller fixes to get the Linux buildslaves green againDirk Baechle2014-08-071-36/+53
| * Skipping Java DerivedSourceTest for now until underlying issue is fixed.Gary Oberbrunner2014-07-201-0/+4
| * Merging in pull request #152 from William Blevins (Java test)Gary Oberbrunner2014-07-201-0/+120
| |\
| | * Issue 1771/2931: Added no_result check for tools to validate initial test con...William Blevins2014-07-181-0/+4
| | * Updated DerivedSourceTest.py to test against a dependency tree.William Blevins2014-07-161-1/+20
| | * Set default toolchain.William Blevins2014-07-131-3/+3
| | * Added a high-level test for issue 1771/2931.William Blevins2014-07-121-0/+97
| |/
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-0/+1
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
|/
* Changes for issue #2730:Dirk Baechle2011-07-072-0/+175
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-243-6/+0
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-183-33/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-2518-39/+30
* Remove unnecessary imports to avoid javac warnings.Steven Knight2010-01-011-13/+5