regression.py
Wed, 24 Jun 2009 19:38:59 +0100 Gustavo J. A. M. Carneiro When comparing regression traces, ignore newline differences for text files (.tr and .mob extensions); this makes regression testing in win32/mingw pass.
Wed, 24 Jun 2009 18:42:07 +0100 Gustavo J. A. M. Carneiro Fix win32/mingw bug running commands with command-template: needed to escape backslashes before calling shlex.split().
Tue, 21 Apr 2009 11:13:19 +0100 Gustavo J. A. M. Carneiro Force valgrind to not be used for Python tests
Thu, 16 Apr 2009 16:47:02 +0100 Gustavo J. A. M. Carneiro Detect valgrind memory leak reports; based on patch by Mathieu Lacage; closes bug #532
Mon, 13 Apr 2009 23:10:37 +0100 Gustavo J. A. M. Carneiro Upgrade to WAF 1.5.4
Thu, 02 Apr 2009 13:16:13 +0100 Gustavo J. A. M. Carneiro Less error hiding anti-pattern when running regression tests.
Sat, 21 Feb 2009 22:50:04 +0000 Gustavo J. A. M. Carneiro For regression testing, use python modules filecmp and difflib instead of an external diff command, to improve portability (e.g. mingw). Closes #330.
Wed, 28 Jan 2009 11:06:50 +0000 Gustavo J. A. M. Carneiro Skip the NSC test when valgrind is enabled.
Wed, 28 Jan 2009 11:01:02 +0000 Gustavo J. A. M. Carneiro Interpret regression program non-zero exit as a test failure, instead of showing a traceback.
Sat, 24 Jan 2009 18:09:29 +0000 Gustavo J. A. M. Carneiro Bug #323: waf --valgrind doesn't check for valgrind first
Sat, 24 Jan 2009 12:25:52 +0000 Gustavo J. A. M. Carneiro Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480.
Sun, 18 Jan 2009 22:47:25 +0000 Gustavo J. A. M. Carneiro Don't abuse os.chdir so much (not thread safe)
Sun, 18 Jan 2009 22:18:49 +0000 Gustavo J. A. M. Carneiro Cleanup: remove regression reference traces downloading code (moved to allinone)
Mon, 29 Dec 2008 13:28:54 +0000 Gustavo J. A. M. Carneiro Upgrade to new WAF, work in progress
Wed, 19 Nov 2008 17:17:07 +0000 Gustavo J. A. M. Carneiro Add a --with-regression-traces configure option, to allow using externally supplied regression traces instead of fetching them from the network.
Tue, 18 Nov 2008 13:48:26 +0000 Gustavo J. A. M. Carneiro Refactor wscript code to move regression testing code to a separate python module (bug 325)
less more (0) tip