summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 4832,4834-4836 via svnmerge fromWilliam Deegan2010-05-091-1/+1
* Add test routine to exactly match a set of lines no matter the orderGreg Noel2010-05-011-6/+4
* 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
* Fix regression tests (imports not happening as expected)Greg Noel2010-04-252-4/+4
* 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-2429-167/+15
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-234-5/+5
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-213-7/+8
* Rewrite uses of reduce(), which is being deprecated for Python 3.x.Steven Knight2010-04-201-1/+3
* Remove use of the "new" module from --debug=memoizer support.Steven Knight2010-04-191-44/+6
* Index: test/Variables/help.pyGreg Noel2010-04-196-47/+7
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-184-41/+15
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-177-19/+12
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-162-3/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-152-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-157-19/+19
* Eliminate / replace remaining cPickle references in test scripts.Steven Knight2010-04-142-4/+3
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-072-3/+9
* Fix test for non-win32 platformsWilliam Deegan2010-04-061-5/+4
* Fix vc9.0 express issue, misspelling, and add testcase which would have expos...William Deegan2010-04-061-0/+58
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-2922-24/+24
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-5/+7
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-2723-65/+35
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-25325-982/+630
* Split the "live rpcgen" sub-test into its own test script.Steven Knight2010-02-212-71/+114
* Fix the test on all Python versions (failed on versions before 2.5 dueSteven Knight2010-02-181-3/+2
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-171-0/+62
* Move two Builder-related tests into the test/Builder/ subdirectory.Steven Knight2010-02-162-0/+0
* Merged revisions 4645,4647-4651,4654-4656 via svnmerge fromSteven Knight2010-02-052-67/+91
* Win32 portability in runtest.py tests after disabling QMTest by default.Steven Knight2010-01-2616-110/+83
* Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637.Steven Knight2010-01-212-78/+66
* Update tex builder to handle the case where a \input{foo}Robert Managan2010-01-201-0/+76
* Remove unneeded fluff from this test.Robert Managan2010-01-191-66/+2
* Fix for 2422William Deegan2010-01-111-2/+1
* Issue 2505: fix use of pre-compiled headers when the source .cppSteven Knight2010-01-061-0/+107
* Fix some tests so they can still run on Windows system withoutSteven Knight2010-01-063-54/+58
* Change scanner to properly search for included file from theRobert Managan2010-01-042-0/+347
* Fix time-sensitivity (< 0.002 second execution) in output format.Steven Knight2010-01-021-6/+6
* Remove unnecessary imports to avoid javac warnings.Steven Knight2010-01-011-13/+5
* Define "static final long serialVersionUID" in java classes inSteven Knight2010-01-012-0/+16
* Avoid GCC 4.4 warnings from the code generated by our dummy QTSteven Knight2009-12-311-77/+1
* Add scanning of files included in Latex by means of \lstinputlisting{}Robert Managan2009-12-171-0/+131
* Add a separate test of the runtest.py --qmtest option.Steven Knight2009-12-171-0/+105
* Fix the tests of runtest.py now that QMTest is no longer being usedSteven Knight2009-12-1615-402/+218
* Add a TestSCons.option_not_yet_implemented() method and use it soSteven Knight2009-12-1512-54/+21
* Integrate patch from issue #2436: fix regression from r3691 which stopped pri...Gary Oberbrunner2009-12-051-8/+12
* Explicitly initialize the environment tools=['mssdk', 'msvc', 'mslink']Steven Knight2009-11-302-2/+6
* Add missing "import string" to test that uses string.replace().Steven Knight2009-11-291-0/+2