Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reference to TestCmd's IS_WINDOWS in clang tests | William Deegan | 2018-11-28 | 2 | -2/+4 |
| | |||||
* | PR #3244: changes per review for clang StaticLib tests | Mats Wichmann | 2018-11-28 | 2 | -14/+8 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Add correct archiver tool for clang on win32 | Mats Wichmann | 2018-11-26 | 2 | -6/+34 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Merge pull request #3216 from ptomulik/virtualenv | William Deegan | 2018-11-13 | 7 | -0/+555 |
|\ | | | | | Initial support for virtualenv | ||||
| * | corrections after bdbaddog's code review | Paweł Tomulik | 2018-11-10 | 7 | -35/+35 |
| | | |||||
| * | initial support for virtualenv | Paweł Tomulik | 2018-11-10 | 7 | -0/+555 |
| | | |||||
* | | Add test with MD5-timestamp decider and Repository usage | William Deegan | 2018-11-12 | 1 | -0/+91 |
|/ | |||||
* | 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 ↵ | William Deegan | 2018-11-05 | 1 | -1/+8 |
| | | | | takes different arguments than the expected msvc | ||||
* | Fix broken docbook tests which weren't using the xsltproc found by test ↵ | William Deegan | 2018-11-02 | 10 | -11/+30 |
| | | | | framework | ||||
* | fix a couple tests broken by binary write in wrapper.py. previously compared ↵ | William Deegan | 2018-11-02 | 2 | -2/+2 |
| | | | | against string with native os.linesep | ||||
* | Merge remote-tracking branch 'upstream/master' into fix_win_m4 | William Deegan | 2018-11-02 | 23 | -93/+107 |
|\ | |||||
| * | attempt fixing tests failing due to binary mode | Paweł Tomulik | 2018-10-25 | 4 | -21/+21 |
| | | |||||
| * | use absolute python path in sheabangs | Paweł Tomulik | 2018-10-22 | 11 | -32/+38 |
| | | |||||
| * | remove unnecessary sheabangs from scripts generated by end-to-end tests | Paweł Tomulik | 2018-10-22 | 12 | -60/+41 |
| | | |||||
| * | Correct sheabangs in code snippets under test/ | Paweł Tomulik | 2018-10-22 | 19 | -67/+79 |
| | | |||||
| * | Merge branch 'master' into fix_no_javac_failures | William Deegan | 2018-10-18 | 2 | -2/+2 |
| |\ | |||||
| * | | Fix logic which populates JAVAINCLUDES when javac is not found. Restore ↵ | William Deegan | 2018-10-16 | 4 | -0/+15 |
| | | | | | | | | | | | | checks in some java tests to skip test if no javac and/or jar found | ||||
* | | | Fix to write string as bytes | William Deegan | 2018-11-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fix m4.py test on windows | William Deegan | 2018-11-01 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Additional fixes for SWIG tests | Mats Wichmann | 2018-10-16 | 2 | -2/+2 |
|/ | | | | | | | | | | | | Two tests were missing the raw-string marker when defining the Python include path. TestSCons:get_platform_python_info needed some rework for Windows, it was failing to find the python library if running in a virtual environment. Also removed a try-block; sys.version_info is standard since Python 2.0 and so does not need wrapping. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Merge remote-tracking branch 'upstream/master' into ↵ | William Deegan | 2018-10-15 | 85 | -67/+228 |
|\ | | | | | | | fix_java_tests_path_with_spaces | ||||
| * | Add test to verify Configure's TryCompile works with Cachedir | William Deegan | 2018-10-10 | 1 | -0/+71 |
| | | |||||
| * | Merge pull request #3201 from bdbaddog/speedup_win_tests_pt1 | William Deegan | 2018-10-01 | 84 | -67/+157 |
| |\ | | | | | | | Speedup tests on Windows platform - Part 1 (more to come) | ||||
| | * | Speed up option tests for windows | William Deegan | 2018-09-26 | 31 | -24/+54 |
| | | | |||||
| | * | Speed up M4 tests for windows | William Deegan | 2018-09-26 | 3 | -5/+9 |
| | | | |||||
| | * | Speed up long-lines tests for windows | William Deegan | 2018-09-26 | 1 | -1/+3 |
| | | | |||||
| | * | Speed up import.py by excluding default tool installs when not needed for ↵ | William Deegan | 2018-09-26 | 1 | -2/+5 |
| | | | | | | | | | | | | windows | ||||
| | * | Speed up Install tests for windows | William Deegan | 2018-09-26 | 13 | -9/+23 |
| | | | |||||
| | * | Speed up implicit-cache tests for windows | William Deegan | 2018-09-26 | 5 | -2/+8 |
| | | | |||||
| | * | Speed up implicit tests for windows | William Deegan | 2018-09-26 | 3 | -2/+6 |
| | | | |||||
| | * | Speed up Glob tests for windows | William Deegan | 2018-09-26 | 8 | -9/+17 |
| | | | |||||
| | * | Speed up GetOption tests for windows | William Deegan | 2018-09-26 | 1 | -0/+1 |
| | | | |||||
| | * | Speed up GetBuildFailures tests for windows | William Deegan | 2018-09-26 | 3 | -0/+3 |
| | | | |||||
| | * | Speedup explain tests on windows | William Deegan | 2018-09-26 | 5 | -5/+10 |
| | | | |||||
| | * | Speed up Climb tests on windows | William Deegan | 2018-09-26 | 7 | -5/+12 |
| | | | |||||
| | * | Speedup Clean tests for windows | William Deegan | 2018-09-26 | 3 | -3/+6 |
| | | | |||||
* | | | Fixes for Java tests on win32 | William Deegan | 2018-10-02 | 12 | -90/+56 |
| | | | |||||
* | | | Update to use paths set by javac, rmic. Also update RMISecurityManager to ↵ | William Deegan | 2018-10-02 | 1 | -13/+18 |
| | | | | | | | | | | | | SecurityManager (RMI.. has been deprecated for some time. JDK 1.8 started to issue deprecation warnings and break test) | ||||
* | | | Changed to allow scons java logic to find install for win32. Also add ↵ | William Deegan | 2018-10-02 | 1 | -6/+5 |
| | | | | | | | | | | | | declspec in c file which is sole object in DLL to ensure mslink creates the expected .LIB file. | ||||
* | | | Switch to depending on javac tool finding javac on win32 rather than the ↵ | William Deegan | 2018-10-01 | 1 | -17/+11 |
| | | | | | | | | | | | | test infrastructure. JavaCommon now has reasonable defaults for windows java sdk installs | ||||
* | | | add logic to find java installs and on win32 use this to add to ↵ | William Deegan | 2018-10-01 | 2 | -2/+2 |
| | | | | | | | | | | | | env['ENV']['PATH'] | ||||
* | | | 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 |
| | | | | | | | | | | | | TestCommon's options_arguments to keep passed lists and not join them into a string. | ||||
* | | | change method of finding javac from using full path (which fails when it has ↵ | William Deegan | 2018-09-30 | 15 | -250/+373 |
|/ / | | | | | | | a space in it), to appending the path to javac to env['ENV']['PATH']. (Which is basically what msvc/msvs do) | ||||
* | | Add xz compression to tar packaging choices. | Mats Wichmann | 2018-09-27 | 2 | -4/+95 |
| | | | | | | | | | | | | | | | | | | | | | | A few tweaks to scons_dev_master.py which needed to have xz added anyway: changed mercurial to git in initial setup, install different java, more pythons. Note about adding ipkg-build. Docs updated slightly for wording in addition to adding the new tar packager. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | Fix packaging strip-install-dir test | Mats Wichmann | 2018-09-27 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | The expected message was not OS-neutral, failing on Windows due to backslashes. Now that Windows has tar this turned up. Interpolate os.sep to fix. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | Fix applelink test to work on win32 | William Deegan | 2018-09-27 | 1 | -2/+1 |
|/ | |||||
* | More changes to speed up testing on windows. | William Deegan | 2018-09-26 | 51 | -49/+115 |
| | |||||
* | Change so DefaultEnvironment and Enviroment don't initialize any tools to ↵ | William Deegan | 2018-09-26 | 1 | -1/+2 |
| | | | | speed up test on windows |