summaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Collapse)AuthorAgeFilesLines
* Merge run_mpi test type support.Vladimir Prus2009-09-033-2/+3
| | | | [SVN r55996]
* Fixed almost all tab and min/max issues found by inspect toolJeremiah Willcock2009-05-201-9/+9
| | | | [SVN r53142]
* Merge changes from trunk to releaseRobert Ramey2009-04-013-3/+3
| | | | [SVN r52112]
* tools/regression: merge numerous changes from trunkBeman Dawes2008-12-1515-380/+1215
| | | | [SVN r50275]
* Full merge from trunk at revision 41356 of entire boost-root tree.Beman Dawes2007-11-256-63/+201
| | | | [SVN r41373]
* config, detail, filesystem, system, tools, at 41278.Beman Dawes2007-11-2314-2185/+571
| | | | [SVN r41316]
* Merge 41118 and 41119 from trunkBeman Dawes2007-11-151-0/+4
| | | | [SVN r41121]
* Merge trunk changes from 41110.Beman Dawes2007-11-151-3/+17
| | | | [SVN r41112]
* Replace old docs with excerpts from ↵Beman Dawes2007-11-143-735/+100
| | | | | | http://article.gmane.org/gmane.comp.lib.boost.testing/5020 [SVN r41091]
* Correct detection of failure to run in a boost tree, and refactor code as a ↵Beman Dawes2007-11-131-15/+32
| | | | | | separate set_boost_root function. [SVN r41060]
* Change default to --v2Beman Dawes2007-11-121-3/+11
| | | | [SVN r41046]
* Repoint old CVS links to SVN (patch by Niko Demmel)Aleksey Gurtovoy2007-11-115-11/+17
| | | | [SVN r41006]
* Fix date info so that it shows point-to-point time span as the time on the ↵Rene Rivera2007-11-101-1/+9
| | | | | | XSLT report is misleading. [SVN r40981]
* Add some machine info and previous run time to report info page.Rene Rivera2007-11-101-1/+59
| | | | [SVN r40978]
* Add missing copyright and licenseBeman Dawes2007-11-061-4/+9
| | | | [SVN r40835]
* Oops, forgot a comma.Rene Rivera2007-11-051-1/+1
| | | | [SVN r40820]
* Add missing action for --skip-tests option since it's a boolean flag.Rene Rivera2007-11-051-1/+2
| | | | [SVN r40819]
* xsl_report: fix timestamp/revision age highlightingAleksey Gurtovoy2007-10-311-0/+1
| | | | [SVN r40631]
* Remove dependence on boost.test for PJL. It causes too many dependence ↵Rene Rivera2007-10-312-4/+2
| | | | | | problems on the testing platforms. [SVN r40628]
* xsl_reports: display the corresponding run's revision/timestamp on the test ↵Aleksey Gurtovoy2007-10-304-7/+34
| | | | | | output page [SVN r40599]
* Add support for using a proxy as some firewalls are restrictive even to ↵Rene Rivera2007-10-301-1/+8
| | | | | | HTTP/GET access. [SVN r40595]
* Now that tarballs are working again... Implement getting the tools source ↵Rene Rivera2007-10-291-28/+53
| | | | | | from tarballs, and fix getting boost sources from tarball. [SVN r40557]
* Fix force-update and have-source options to be correct boolean options. And ↵Rene Rivera2007-10-291-8/+10
| | | | | | bring back the rmtree code to work around Python rmtree deficiencies. [SVN r40556]
* Initial commitBeman Dawes2007-10-191-0/+197
| | | | [SVN r40192]
* Add failure count for each compiler column.Beman Dawes2007-10-161-4/+24
| | | | [SVN r40099]
* Specify user to post results to OSL server.Rene Rivera2007-10-161-2/+2
| | | | [SVN r40096]
* Minor modification to pass in the branch type to generate results for, and ↵Rene Rivera2007-10-161-4/+8
| | | | | | to move the boost checkout to the root dir. [SVN r40084]
* Add default to 'regression' when no commands are given.Rene Rivera2007-10-151-0/+2
| | | | [SVN r40064]
* Bootstrap from trunk sources of regression scripts.Rene Rivera2007-10-151-1/+1
| | | | [SVN r40053]
* Rework of regression scripts for branch independent testing -- complete.Rene Rivera2007-10-1516-130/+374
| | | | [SVN r40052]
* Change svn info to svn info --xml to cope with non-English locales. Make ↵Beman Dawes2007-10-141-1/+2
| | | | | | scan for number insensitive to svn info --xml option. [SVN r40011]
* Partial rework of regression scripts for branch independent testing.Rene Rivera2007-10-133-0/+1050
| | | | [SVN r39976]
* Fix mislabeled argument to collect_logs().Rene Rivera2007-10-051-2/+2
| | | | [SVN r39689]
* Add revision number to heading if boost-root is subversion working copy. Use ↵Beman Dawes2007-10-031-44/+42
| | | | | | BOOST_PLATFORM for platform description. Fix problem if test type was run_pyd. Make Boost build v2 the default. Link to www.boost.org for boost.png. [SVN r39676]
* Add --compile-time and --run-time optionsBeman Dawes2007-10-021-3/+52
| | | | [SVN r39648]
* Detect and report missing boost-test lines in input log fileBeman Dawes2007-10-011-0/+8
| | | | [SVN r39647]
* Fix missing files in tar generation, by using a tar format that doesn't have ↵Rene Rivera2007-09-301-1/+1
| | | | | | short limits on file name lengths. (and that is still readable by the Python tarfile module) [SVN r39616]
* Minor adjustment to save half of the upload bandwidth, at the cost of ↵Rene Rivera2007-09-291-3/+5
| | | | | | another layer of compression on both ends. [SVN r39592]
* Change location of svn_info.txt to boost_root, as that's where it is in the ↵Beman Dawes2007-09-271-1/+1
| | | | | | tarball [SVN r39574]
* Fix revision not propagating (Sebastian Redl)Beman Dawes2007-09-251-1/+2
| | | | [SVN r39526]
* Replace use of re in detecting revision with string functions. Nicola ↵Beman Dawes2007-09-241-5/+10
| | | | | | Musatti reported problems with Italian version of XP. Although this change should fix the crash, it isn't the final solution. [SVN r39508]
* merged in changes - tested with gcc and msvcRobert Ramey2007-09-221-17/+25
| | | | [SVN r39484]
* Add revision to column heads. Patch courtesy of Sebastian Redl.Beman Dawes2007-09-221-0/+10
| | | | [SVN r39477]
* Add svn_info.txt file to annotate the revision exported.Rene Rivera2007-09-211-12/+41
| | | | [SVN r39450]
* revision default needs actual valueBeman Dawes2007-09-211-1/+1
| | | | [SVN r39447]
* Add revision to collected, uploaded, info. Add --have-source, --skip-tests ↵Beman Dawes2007-09-211-2/+24
| | | | | | options to ease regression.py testing. [SVN r39441]
* Add revision to collected, uploaded, infoBeman Dawes2007-09-211-0/+7
| | | | [SVN r39440]
* Always update self. Updating based on file date was not reliable on all systems.Beman Dawes2007-09-201-14/+10
| | | | [SVN r39425]
* Point issues link to stable location.Rene Rivera2007-09-171-1/+1
| | | | [SVN r39351]
* Corrections for Tru64/CXX.Markus Schöpflin2007-09-171-3/+3
| | | | [SVN r39342]