summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Prepare for checkpoint release. Everything should be set up and readyGreg Noel2010-05-303-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-282-5/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-2829-257/+557
* Update QMTEst/Test{Cmd,Common}.py to version 1.1 from upstream:Steven Knight2010-05-271-2/+2
* Move tests for SourceCode() into test/Deprecated as a preliminary to beginningGreg Noel2010-05-2624-0/+0
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-2621-79/+95
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-2111-84/+82
* Convert old-style classes in test scripts to new-style classes.Steven Knight2010-05-206-9/+10
* Convert old-style classes in Scanner/*.py modules to new-style classes.Steven Knight2010-05-161-16/+31
* 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