summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ActionTests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged in thosrtanner/trt-scons-sig-suppress (pull request #390)William Deegan2017-08-071-3/+3
|\
| * Allow nested $( $) sectionsThomas Tanner2017-02-111-3/+3
* | PY2/3 fix action function sigs to skip docstringsWilliam Deegan2017-08-021-21/+21
* | Remove dead code left after creating python version specific golden valuesWilliam Deegan2017-08-011-26/+0
* | PY2/3 update signatures and simplify logic so we have expected signitures per...William Deegan2017-08-011-92/+102
* | PY2/3 Add property values for object/instance signatureWilliam Deegan2017-07-311-4/+3
* | PY2/3 Fix action object content signiture to be stable. Note need expected va...William Deegan2017-07-311-18/+15
* | py2/3 fix expected signatures for python actions (functions,classes). Unfortu...William Deegan2017-06-251-34/+81
* | PY2/3 fixed actiontests for python 3 (turns out it only passes for python 3.5...William Deegan2017-06-241-3/+2
* | py2/3 fix signatures for py2. Note this means that many builds may unneccesar...William Deegan2017-06-241-2/+10
* | Remove ancient Aegis revision control system filesJane Doe2017-05-301-2/+2
* | py2/3 better messaging for actiontest failuresWilliam Deegan2017-05-281-4/+5
* | Improve error messages when test failWilliam Deegan2017-05-261-2/+2
* | When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-3/+3
* | PY3 porting work. Also moved comments for methods into docstringsWilliam Deegan2017-02-201-3/+51
* | Added some details comments to _function_contents() which is used to generate...William Deegan2016-12-231-0/+1
* | fixes get function/object signatures working on python 3 (and 2.7)William Deegan2016-12-211-4/+6
|/
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-3/+3
* fix some tests for pypyDaniel Holth2016-06-061-12/+18
* Output changed so changed expected results.Russel Winder2016-01-101-21/+21
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-83/+0
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-81/+0
| * - a few simple refactorings and optimizationsDirk Baechle2015-02-041-2/+0
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-0/+3
|\ \ | |/
| * - allow varlist to be specified as list of strings, fixes issue #2754Dirk Baechle2014-05-201-0/+3
* | Merged with [default]Stefan Zimmermann2014-03-311-5/+5
|\ \ | |/
| * Make runner for unit tests configurable, add TAPTestRunner that formatsanatoly techtonik2014-03-201-2/+3
| * Fix TestCmd to use ctypes when PyWin32 is not installed, and respect os.envir...Sye van der Veen2014-01-241-3/+2
* | ActionTests: No string.join(). b prefix for assert Action.get_contents().Stefan Zimmermann2013-12-271-37/+37
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-4/+4
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-6/+6
|/
* Make Action+None and None+Action work as expected (silently ignore the None a...Gary Oberbrunner2011-02-271-2/+13
* Test fixes for Solaris, notably making test/Actions/function.py printSteven Knight2010-06-081-0/+4
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-20/+20
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-6/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-2/+2
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-1/+1
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-18/+20
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-1/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-7/+9
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-26/+24
* Python 1.5 fix (nested scopes).Steven Knight2010-01-141-2/+6
* Fix use of varlist in CommandGeneratorAction, ListAction and LazyActionSteven Knight2010-01-141-0/+90
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-12/+5
* Issue 2166, refactor Action() factory to make positional parameters consistentGreg Noel2008-10-041-116/+231
* Merged revisions 3057-3059,3061-3264 via svnmerge fromSteven Knight2008-08-091-0/+10
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-14/+16