index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak Java e2e tests some more
Mats Wichmann
2022-02-02
22
-107/+116
*
Java not-in-path tests use limited tools
Mats Wichmann
2022-01-28
2
-4/+7
*
Actually commit fixed myjava.py [skip appveyor]
Mats Wichmann
2022-01-24
1
-1/+0
*
A little java/jar cleanup
Mats Wichmann
2022-01-24
6
-209/+159
*
Add an extra check for javah
Mats Wichmann
2021-11-01
3
-31/+65
*
Skip unusable javah tests
Mats Wichmann
2021-10-31
4
-127/+189
*
Java tests: minor cleanups
Mats Wichmann
2021-10-31
30
-156/+119
*
Run autoflake on code
Mats Wichmann
2020-09-21
6
-6/+0
*
Remove verbose_set calls from tests
Mats Wichmann
2020-03-18
4
-7/+0
*
rm-py2: Remove "from __future__" from more places
Mats Wichmann
2020-02-20
1
-4/+2
*
test: Fix SyntaxWarnings on escapes in Python strings
Mats Wichmann
2019-09-13
2
-5/+5
*
Use "in" in preference to string find method
Mats Wichmann
2019-08-30
1
-7/+7
*
Move the jdk-version-glob test to unit tests
Mats Wichmann
2019-04-17
1
-94/+0
*
Add a test for JDK glob matching
Mats Wichmann
2019-04-16
1
-0/+94
*
[PR #3352] fix sider complaints: bare except
Mats Wichmann
2019-04-14
1
-2/+2
*
get rid of code copying PATH from os.environ
William Deegan
2018-11-06
1
-1/+3
*
Fix Java/multi-step.py to avoid picking up cygwin or mingw's link.exe which t...
William Deegan
2018-11-05
1
-1/+8
*
Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...
William Deegan
2018-10-16
4
-0/+15
*
Fixes for Java tests on win32
William Deegan
2018-10-02
11
-90/+55
*
Update to use paths set by javac, rmic. Also update RMISecurityManager to Sec...
William Deegan
2018-10-02
1
-13/+18
*
Changed to allow scons java logic to find install for win32. Also add declspe...
William Deegan
2018-10-02
1
-6/+5
*
Switch to depending on javac tool finding javac on win32 rather than the test...
William Deegan
2018-10-01
1
-17/+11
*
add logic to find java installs and on win32 use this to add to env['ENV']['P...
William Deegan
2018-10-01
2
-2/+2
*
Fix missing -c in testcase
William Deegan
2018-10-01
2
-4/+4
*
Add test for 1.8. Modularize java tests and move files to a fixture. Change ...
William Deegan
2018-10-01
3
-3/+9
*
change method of finding javac from using full path (which fails when it has ...
William Deegan
2018-09-30
15
-250/+373
*
Update java version support
Mats Wichmann
2018-07-18
1
-0/+4
*
change test to skip initializing any tools in DefaulEnvironment. Should speed...
William Deegan
2018-05-11
1
-0/+10
*
Change bug references from tigris -> github
Mats Wichmann
2018-04-24
4
-4/+4
*
fix for issue 3042, Jar method was not respecting variant dirs when using os....
Daniel Moody
2018-02-11
1
-3/+4
*
updated jar to handle directories better, JarClassFile build doesnt return an...
Daniel Moody
2017-12-03
1
-1/+141
*
updated jar.py to handle nodes and varanit dirs better, added test for nodes ...
Daniel Moody
2017-12-03
1
-5/+9
*
updated Jar builder to flatten source list, and added test for embedded sources
Daniel Moody
2017-11-19
1
-0/+87
*
Added Jar test to check if multiple targets can be passed.
Daniel Moody
2017-11-14
1
-8/+29
*
updated the JAR test to test that the java source files were actually compile...
Daniel Moody
2017-10-26
2
-5/+21
*
added test to JAR to also check the case that java source files are passed di...
Daniel Moody
2017-10-10
1
-0/+62
*
fix to run on mac. explicitly request swig tool
William Deegan
2017-04-01
1
-1/+1
*
py2/3 must_match mode='r' changes
William Deegan
2017-03-13
4
-15/+15
*
swap using wrapper.py fixture to wrapper_with_args.py. The fixture swap misse...
William Deegan
2017-03-13
4
-20/+23
*
Replace list(filter()) with list comprehension.
Craig Rodrigues
2017-03-11
3
-3/+3
*
Moved common my<xxx>.py functions to global fixture and resolve byte/str.
William Blevins
2016-10-03
8
-117/+16
*
Updating tests to use fixture wrapper.py.
William Blevins
2016-09-24
3
-18/+3
*
Merge in default.
Russel Winder
2016-01-19
3
-2/+19
|
\
|
*
added comment per William Blevins comment on pull request to indicate why we'...
William Deegan
2016-01-17
3
-0/+9
|
*
changes to skip tests on ubuntu-next when gcj and not real java, and also whe...
William Deegan
2016-01-17
3
-2/+10
*
|
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-4/+4
|
\
\
|
|
/
|
*
- fixed Java test for derived sources problem, now favouring skip()
Dirk Baechle
2014-09-18
1
-4/+4
*
|
Merged default branch into python3-port to keep it up to date.
Gary Oberbrunner
2014-08-23
2
-36/+177
|
\
\
|
|
/
|
*
- several smaller fixes to get the Linux buildslaves green again
Dirk Baechle
2014-08-07
1
-36/+53
|
*
Skipping Java DerivedSourceTest for now until underlying issue is fixed.
Gary Oberbrunner
2014-07-20
1
-0/+4
[next]