summaryrefslogtreecommitdiffstats
path: root/QMTest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the TimeSCons "elapsed time" message to match the log processor.Steven Knight2009-12-081-3/+3
* Fix test infrastructure querying for installed Visual Studio versions.Steven Knight2009-11-281-2/+2
* Fix tests to ignore missing MSVC warnings.Gary Oberbrunner2009-11-252-5/+25
* Rename the TimeSCons.run_build() method to just TimeSCons.run() soSteven Knight2009-11-241-6/+8
* Fix incorrectly inverted condition in test for non-TimeSCons entries.Steven Knight2009-11-241-3/+3
* Python 1.5 fixes in the TimeSCons class.Steven Knight2009-11-221-10/+30
* Capture initial infrastructure for working performance tests.Steven Knight2009-11-191-0/+124
* Fix test failure in Repository/Java.py on OS XGreg Noel2009-09-181-5/+12
* Minor fixes found while debuggingGreg Noel2009-09-181-3/+3
* Steven checked in some changes yesterday which fixed a great number ofWilliam Deegan2009-09-151-1/+14
* Have TestSCons.py add --warn=no-python-version every invocation, notSteven Knight2009-09-131-9/+20
* Fix test logic to handle warning messages on deprecated python version (chang...William Deegan2009-09-111-2/+2
* Update the Test{Cmd,Common}.py 0.36, with better diff reportingSteven Knight2009-07-242-72/+105
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-2/+2
* Modify the SWIG tests so that OS X is treated like a UNIX platform (which itGreg Noel2009-04-182-90/+17
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-081-2/+1
* replace execfile() by equivalent exec statementGreg Noel2009-03-021-1/+2
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-221-3/+5
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-25/+6
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-191-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-099-0/+54
* Update Test{Cmd,Common}.py to print the command arguments ifSteven Knight2009-02-082-39/+84
* 2to3 sez, "rewrite map() as loop"Greg Noel2009-02-081-9/+7
* Commonize new string-search-in-output methods:Steven Knight2009-02-062-38/+58
* Merged revisions 3848-3890,3892-3896,3898-3908 via svnmerge fromSteven Knight2009-01-201-1/+1
* Update to latest Test{Cmd,Common}.py, including fixes for workingSteven Knight2008-12-292-8/+49
* Issue 2280: Document TestCommon.shobj_prefixGreg Noel2008-12-261-0/+1
* Merged revisions 3611-3763,3765-3794,3796-3811,3813-3839,3841-3847 via svnmer...Steven Knight2008-12-211-1/+1
* Move responsibility for extracting the exit status from executed testsSteven Knight2008-10-312-13/+21
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-6/+7
* Merged revisions 3378-3423,3425-3532,3534-3599,3601-3610 via svnmerge fromSteven Knight2008-10-101-1/+1
* Rudimentary Python 2.6 portability in the test infrastructure, fixingSteven Knight2008-10-071-4/+11