Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75851 - in trunk/tools/build/v2/test: . testing-primitives
From: steven_at_[hidden]
Date: 2011-12-07 12:03:56


Author: steven_watanabe
Date: 2011-12-07 12:03:55 EST (Wed, 07 Dec 2011)
New Revision: 75851
URL: http://svn.boost.org/trac/boost/changeset/75851

Log:
Remove testing prototype.
Removed:
   trunk/tools/build/v2/test/testing-primitives/
   trunk/tools/build/v2/test/testing_primitives.py

Deleted: trunk/tools/build/v2/test/testing_primitives.py
==============================================================================
--- trunk/tools/build/v2/test/testing_primitives.py 2011-12-07 12:03:55 EST (Wed, 07 Dec 2011)
+++ (empty file)
@@ -1,30 +0,0 @@
-#!/usr/bin/python
-
-# Copyright 2002 Dave Abrahams
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-
-import BoostBuild
-import re
-
-def match_re(actual, expected):
- return re.match(expected, actual, re.DOTALL) != None
-
-t = BoostBuild.Tester(match=match_re)
-
-t.set_tree('testing-primitives')
-
-# We expect t5 and t7's output to be dumped to stdout.
-t.run_build_system(stdout=r'''.*failing t5.*failing t7''')
-
-t.expect_addition('t2.txt')
-t.expect_addition('t3.txt')
-t.expect_addition('t5.out')
-t.expect_addition('t6.out')
-t.expect_addition('t6.txt')
-t.expect_addition('t7.out')
-t.expect_addition('t7.txt')
-t.expect_addition('t8.out')
-t.expect_nothing_more()
-
-t.cleanup()


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk