| Commit message (Expand) | Author | Age | Files | Lines |
* | Test is failing on Windows 7 and Linux when PRESERVE is used. dirlist is save... | Daniel Moody | 2017-04-23 | 1 | -1/+1 |
|
|
* | py2/3 fix test logic to handle bytes vs strings when matching | William Deegan | 2017-04-06 | 1 | -3/+7 |
|
|
* | remove duplicate definitions for to_bytes and to_str | William Deegan | 2017-04-05 | 1 | -10/+0 |
|
|
* | py2/3 ensure strings sent to process are bytes on win32. This fixes most fo t... | William Deegan | 2017-04-04 | 1 | -0/+12 |
|
|
* | pep8 | William Deegan | 2017-04-01 | 1 | -0/+2 |
|
|
* | allow setting PRESERVE to 0, or False to disable preserving temporary test di... | William Deegan | 2017-03-19 | 1 | -1/+2 |
|
|
* | Remove check for subprocess.mswindows used to detect running on windows py2/3 | William Deegan | 2017-03-12 | 1 | -3/+3 |
|
|
* | remove debug logic | William Deegan | 2017-03-10 | 1 | -1/+0 |
|
|
* | fix byte/str py2/3 | William Deegan | 2017-03-03 | 1 | -1/+2 |
|
|
* | Initial python3 cut of test/Fortran. | William Blevins | 2016-09-23 | 1 | -5/+5 |
|
|
* | Allowed for multiple fixture dirs and added default global directory. | William Blevins | 2016-09-23 | 1 | -9/+16 |
|
|
* | Updating to_str and to_bytes between QMTest and SCons.Util. | William Blevins | 2016-09-21 | 1 | -6/+3 |
|
|
* | Fixing QMTest str and bytes issues. | William Blevins | 2016-09-20 | 1 | -1/+18 |
|
|
* | fix some tests for pypy | Daniel Holth | 2016-06-06 | 1 | -5/+6 |
|
|
* | change to handle py3 changes to byte/string for open().write() | William Deegan | 2016-05-15 | 1 | -1/+5 |
|
|
* | fix default open mode for test.write() to be wb.. it was changed to just w wh... | William Deegan | 2016-05-14 | 1 | -1/+1 |
|
|
* | Guard checking for subprocess.mswindows by checking if on win32 platform | William Deegan | 2016-05-09 | 1 | -2/+2 |
|
|
* | Remove all the six stuff. | Russel Winder | 2016-02-02 | 1 | -4/+0 |
|
|
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -15/+2 |
|\ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -14/+0 |
|
|
| * | Fixed or skipped tests that fail on Windows. | Gary Oberbrunner | 2014-08-22 | 1 | -2/+3 |
|
|
* | | Added six module as SCons.compat.six, for python3 port. | Gary Oberbrunner | 2014-04-20 | 1 | -2/+2 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -2/+29 |
|\ \
| |/ |
|
| * | Fix TestCmd to use ctypes when PyWin32 is not installed, and respect os.envir... | Sye van der Veen | 2014-01-24 | 1 | -2/+29 |
|
|
* | | Fixed re.sub for PY3 print() in TestCmd.write(). | Stefan Zimmermann | 2014-01-08 | 1 | -1/+1 |
|
|
* | | QMTest: open() in text mode. Add ()s to prints on writing test scripts from str. | Stefan Zimmermann | 2013-12-27 | 1 | -1/+5 |
|
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -4/+3 |
|
|
* | | 2 minor issues | ndbecker2 | 2013-09-09 | 1 | -1/+2 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -16/+16 |
|/ |
|
* | Test harness: fail_test() can now take an optional message to print on failure. | Gary Oberbrunner | 2013-04-20 | 1 | -10/+17 |
|
|
* | TestCmd.py: Delay cleanup registration with atexit to avoid exessive | anatoly techtonik | 2012-12-19 | 1 | -19/+15 |
|
|
* | Remove subprocess compatibility code used for Python < 2.4 | anatoly techtonik | 2012-12-12 | 1 | -59/+11 |
|
|
* | - fixed directory/file fixtures for "general" mode | dirkbaechle | 2012-08-12 | 1 | -0/+1 |
|
|
* | - renamed the '-j' option to '-k', such that we can use the former for parall... | dirkbaechle | 2012-08-09 | 1 | -5/+1 |
|
|
* | - basic merge with source from the external scons-test-framework | dirkbaechle | 2012-08-03 | 1 | -8/+116 |
|
|
* | Fix test failures in test/explain/basic.py on Windows due to drive-name case ... | Gary Oberbrunner | 2012-04-07 | 1 | -0/+24 |
|
|
* | Fix test/sconsign/script/dblite.py test on Windows (adjusted expected result ... | Gary Oberbrunner | 2011-05-15 | 1 | -0/+2 |
|
|
* | Fix #2740, using PRESERVE with runtest.py. | Gary Oberbrunner | 2011-03-11 | 1 | -1/+1 |
|
|
* | Misc Windows test cleanups | Gary Oberbrunner | 2011-02-27 | 1 | -1/+4 |
|
|
* | Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from | Steven Knight | 2010-06-15 | 1 | -99/+268 |
|
|
* | Update QMTEst/Test{Cmd,Common}.py to version 1.1 from upstream: | Steven Knight | 2010-05-27 | 1 | -169/+85 |
|
|
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 1 | -3/+6 |
|
|
* | Use slice built-in instead of types.SliceType | Greg Noel | 2010-05-01 | 1 | -2/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-26 | 1 | -14/+10 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -0/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -17/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 1 | -30/+26 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-20 | 1 | -1/+1 |
|
|
* | Replace remaining os.path.walk() calls with os.walk(). | Steven Knight | 2010-04-18 | 1 | -48/+25 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 1 | -1/+1 |
|
|