summaryrefslogtreecommitdiffstats
path: root/test/option
Commit message (Expand)AuthorAgeFilesLines
* Fix IS_WINDOWS usage for testWilliam Deegan2020-10-041-1/+2
* Disable flake8 F401 in testWilliam Deegan2020-10-041-1/+1
* remove win32api from testWilliam Deegan2020-10-041-10/+5
* Run autoflake on codeMats Wichmann2020-09-212-14/+0
* Cleanups in tests and in frameworkMats Wichmann2020-06-141-11/+2
* Remove verbose_set calls from testsMats Wichmann2020-03-181-1/+0
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-205-12/+6
* [travis skip] restore to non-debug settings.William Deegan2019-12-271-5/+1
* [travis skip] Turn on verbose info when running this test.William Deegan2019-12-271-0/+1
* Update debug=action-timestampsMats Wichmann2019-12-071-5/+5
* Move SConstruct from test to file fixtureWilliam Deegan2019-10-111-5/+1
* Added debug option "timestamp", completely overhauled testEdoardo Bezzeccheri2019-10-111-196/+67
* Added debug option "timestamp", changed option "timestamp" to "action_timesta...Edoardo Bezzeccheri2019-10-091-6/+6
* Added debug option "timestamp", rename test fileEdoardo Bezzeccheri2019-10-091-0/+0
* Added debug option "timestamp", fix shadowing internal fncEdoardo Bezzeccheri2019-10-091-2/+2
* Added debug option "timestamp", add testEdoardo Bezzeccheri2019-10-011-0/+234
* Tweak a few testsMats Wichmann2019-05-301-22/+19
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-2512-38/+40
* Speed up option tests for windowsWilliam Deegan2018-09-2631-24/+54
* Some further adjustments to missing-sconscript testsMats Wichmann2018-07-301-2/+9
* Change bug references from tigris -> githubMats Wichmann2018-04-241-1/+1
* fix py2/3 win32 must_match needed mode='r'William Deegan2017-03-141-1/+1
* Fix name shadowing trap brought to light by py3s changes in module import see...William Deegan2017-03-131-8/+12
* remove reference to six package.. unusedWilliam Deegan2016-05-121-1/+0
* Commit resolved conflicted merge.Russel Winder2016-04-101-1/+1
|\
| * Fix for backslash being treated as an escape characterThomas Tanner2016-01-301-1/+1
* | Run futurize --stage1.Russel Winder2016-01-011-7/+9
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-244-21/+19
|\ \ | |/
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-13/+8
| * - fixed several tests and tools that still used Node attributes directlyDirk Baechle2015-08-061-2/+2
| * Fix C typo error in a testAlexandre Feblot2015-04-251-1/+1
| * Updated debug-count test case.William Blevins2015-03-241-5/+8
* | Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-201-2/+2
* | Merged with [default]Stefan Zimmermann2014-03-312-0/+87
|\ \ | |/
| * Merge pull request #88 (for real this time). Prev commit was actually #87.Gary Oberbrunner2013-11-021-0/+86
| |\
| | * Adding documentation and a couple of testsTom Tanner2013-10-081-0/+86
| * | Fixing test failuresTom Tanner2013-09-301-0/+1
| |/
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-314-2/+6
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-224-12/+12
|/
* Merged pull request #38, from eyan: add target name to debug=timeGary Oberbrunner2012-09-221-2/+2
* Adding target name to output of --debug=time. Fix for Issue 2873Edmund Yan2012-09-181-3/+13
* Removed some garbage from tests (found by accident)ptomulik2012-06-182-194/+0
* Tests for previous 2 patchesGary Oberbrunner2011-03-012-0/+321
* Python 2.7 fixes in four tests.Steven Knight2010-08-271-4/+6
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-264-37/+20
* Fix test/option/profile.py to hide old-style import from fixers.Greg Noel2010-04-271-22/+6
* Python 2.6 forward compatibility with 3.x: use a subclass of io.StringIOSteven Knight2010-04-271-2/+15
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-261-3/+16
* Convert to Python 3.x division rules.Greg Noel2010-04-241-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-243-6/+0