summaryrefslogtreecommitdiffstats
path: root/QMTest
Commit message (Expand)AuthorAgeFilesLines
* More Solaris test fixes:Steven Knight2010-06-081-2/+2
* Remove the rest of the logic for the noqmtest keywordGreg Noel2010-06-081-7/+0
* Don't skip runtest.py tests on systems that don't have QMTest installed.Steven Knight2010-06-071-5/+0
* Initial drop of bin/update-release-info.py.Greg Noel2010-06-071-9/+11
* Oops, backslash must be done first, or backslashes from previous substitutionsGreg Noel2010-06-051-1/+1
* The re_escape() function escapes too little. Blind fix for a Windows problem.Greg Noel2010-06-051-1/+1
* Re-enable tests on non win32 platforms.William Deegan2010-06-051-4/+41
* Prepare for checkpoint release. Everything should be set up and readyGreg Noel2010-05-301-3/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-16/+77
* Update QMTEst/Test{Cmd,Common}.py to version 1.1 from upstream:Steven Knight2010-05-272-212/+166
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-263-85/+116
* Delete references to QMTest/unittest.py, which has been removed.Steven Knight2010-05-251-1/+0
* Remove QMTest/unittest.py, which we had captured to support pre-2.1 Pythons.Steven Knight2010-05-211-700/+0
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-211-0/+20
* Use slice built-in instead of types.SliceTypeGreg Noel2010-05-011-2/+1
* Add test routine to exactly match a set of lines no matter the orderGreg Noel2010-05-011-0/+52
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-262-18/+16
* Convert to Python 3.x division rules.Greg Noel2010-04-243-4/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-245-54/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-215-50/+29
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-202-2/+2
* Index: test/Variables/help.pyGreg Noel2010-04-191-6/+0
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-182-48/+34
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-172-6/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-153-10/+8
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-153-19/+18
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-2/+16
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-292-20/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-275-23/+18
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-2510-199/+192
* Merged r4724 (1.3.0 release changes) back into trunk.Gary Oberbrunner2010-03-241-1/+1
* Win32 portability in runtest.py tests after disabling QMTest by default.Steven Knight2010-01-261-0/+8
* Change the name of the 'help' statistic in the timings configurationsSteven Knight2010-01-191-6/+6
* Merge back from checkpoint.William Deegan2010-01-191-1/+1
* Minor code cleanup, including restoring saved SCONSFLAGS correctly.Steven Knight2010-01-141-2/+1
* Update Test{Cmd,Common}.py from upstream, with a newSteven Knight2010-01-123-13/+60
* Avoid GCC 4.4 warnings from the code generated by our dummy QTSteven Knight2009-12-311-2/+8
* Speed up the time-scons.py "build" of SCons with compiled *.pyc files,Steven Knight2009-12-191-0/+2
* Trace the system load average (Linux-only code) before starting theSteven Knight2009-12-181-0/+13
* Ignore the exit status from the --help run on timing builds, since someSteven Knight2009-12-171-0/+4
* Better fix for #2530: dont exit at all on unimplemented options, just print a...Gary Oberbrunner2009-12-161-1/+0
* Add a TestSCons.option_not_yet_implemented() method and use it soSteven Knight2009-12-151-0/+19
* Provide an environment variable that can be used to overrideSteven Knight2009-12-101-1/+7
* Add separate memory graphs for the stats in the full and null runs.Steven Knight2009-12-101-36/+67
* Record memory in kbytest, not bytes.Steven Knight2009-12-101-8/+17
* Add a script for calibrating settings for timing configurations.Steven Knight2009-12-101-7/+8
* Infrastructure to support calibration runs of TimeSCons tests, whichSteven Knight2009-12-101-7/+47
* Update the TimeSCons class for use of the sort= keyword instead ofSteven Knight2009-12-091-7/+23
* Have the TimeSCons class examine the run output for the reported memorySteven Knight2009-12-091-3/+45