summaryrefslogtreecommitdiff
path: root/test/Java
Commit message (Expand)AuthorAgeFilesLines
* fix to run on mac. explicitly request swig toolWilliam Deegan2017-04-011-1/+1
* py2/3 must_match mode='r' changesWilliam Deegan2017-03-124-15/+15
* swap using wrapper.py fixture to wrapper_with_args.py. The fixture swap misse...William Deegan2017-03-124-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-191-1/+2
|\
| * Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-1/+2
| |\
| | * Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-232-36/+177
| | |\
| | * | 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
* | | | 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
|/ / /
* | | - fixed Java test for derived sources problem, now favouring skip()Dirk Baechle2014-09-181-4/+4
| |/ |/|
* | - 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-1/+1
|\ \ | |/
* | 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-151-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
|/
* 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
* Define "static final long serialVersionUID" in java classes inSteven Knight2010-01-011-0/+8
* Add a missing test.pass_test() line to test/Java nested-classes.py.Steven Knight2009-03-181-0/+2
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-113-3/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0926-0/+156
* Remove (lots) more unnecessary imports.Steven Knight2009-02-069-15/+10
* Commonize new string-search-in-output methods:Steven Knight2009-02-061-16/+2
* Issue 2087: Handle Java classes declared in methodsLudwig H?hne2008-10-311-0/+103
* Issue 2168: Mac OS X fixes for SWIG tests. (Greg Noel)Steven Knight2008-08-261-2/+2
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-1/+1
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-312-5/+9
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-0418-227/+205
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-193-6/+143
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-1711-67/+1280
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-1/+1
* Merged revisions 2121-2135 via svnmerge fromSteven Knight2007-07-143-3/+712
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-1/+1
* Merged revisions 1826-1882 via svnmerge from0.96.96Steven Knight2007-04-132-219/+350
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+9
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-044-4/+4
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-0212-44/+44
* Add support for Visual Studio 2005 Professional. Windows portability fixes f...Steven Knight2006-02-127-29/+61
* When building a .jar file and $JARCHDIR is set, prefix each .class file with ...Steven Knight2005-09-292-19/+82
* Update more tests to use the new skip_test() method. Replace a CHANGES.txt c...Steven Knight2005-08-141-2/+1
* Add a skip_test() method to the infrastructure and use it for test scripts th...Steven Knight2005-08-135-16/+8