summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConfTests.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3313 from bdbaddog/fix_gh_3303_force_config_alters_env_de...William Deegan2019-02-281-1/+1
|\
| * Update SConf tests to add scan arg to mocked out Node children() method since...William Deegan2019-02-281-1/+1
* | Clean up some tests: use context managersMats Wichmann2019-02-141-2/+4
|/
* Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-121-2/+0
* Fix new test so it only runs with py2.7 as that's the reported crashing envir...William Deegan2018-06-261-3/+4
* Add test for unicode strings it Configure Contexts TryAction callsWilliam Deegan2018-06-261-3/+12
* Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-111-4/+4
* py2/3 Allow SConfTests.py to function when pywin32 is not installed.William Deegan2017-04-241-2/+5
* Fix broken testsGaurav Juvekar2017-04-101-19/+19
* py2/3 fix must_match and rb/wbWilliam Deegan2017-03-201-3/+3
* Fix test for py2/py3. Note fake Builder node had invalid state of None. This ...William Deegan2017-02-261-8/+10
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-5/+26
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-3/+2
| * fix broken on windows test in SConfTest.pyWilliam Deegan2015-09-301-1/+1
| * fix CheckProg test to work on win32William Deegan2015-09-291-2/+8
| * Add configure check CheckProg, to check for existence of a program.Carnë Draug2015-09-181-0/+18
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-2/+0
* | Merged with [default]Stefan Zimmermann2014-03-311-3/+3
|\ \ | |/
| * Switch unit tests to configurable runneranatoly techtonik2014-03-211-3/+3
* | Merged with [default]Stefan Zimmermann2014-03-311-1/+1
|\ \ | |/
| * Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-191-1/+1
* | Another list(*.keys()) for item deletion loop.Stefan Zimmermann2013-12-271-1/+1
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-1/+1
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
|/
* Fix missing type_name declaration in error pathRichard Quirk2011-12-241-0/+2
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-121-3/+3
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-2/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+1
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-171-1/+2
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-4/+4
* Move the set_state(EXECUTED) call associated with pulling thingsSteven Knight2009-02-221-0/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+5
* Various Windows fixes:Steven Knight2009-01-181-5/+21
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-4/+5
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-1/+1
* Add CheckSHCC and CheckSHCXX.David Cournapeau2008-09-031-0/+24
* Add CheckCXX check.David Cournapeau2008-09-031-0/+12
* Basic test for CheckCC.David Cournapeau2008-09-031-0/+42
* Merged revisions 2880-2883,2885-2895 via svnmerge fromSteven Knight2008-04-211-1/+15
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-1/+2
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-0/+55
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+35
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-10/+11
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-1/+1
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-0/+6
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-4/+4
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-1/+2