Update of /cvsroot/boost/boost/tools/build/v2/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14492/tools/build/v2/build
Modified Files:
Tag: RC_1_34_0
property.jam
Log Message:
(merge from head) Adjust unit tests to pass, to account for some results not
being order-stable.
Index: property.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/build/property.jam,v
retrieving revision 1.53.2.2
retrieving revision 1.53.2.3
diff -u -d -r1.53.2.2 -r1.53.2.3
--- property.jam 14 Oct 2006 21:41:22 -0000 1.53.2.2
+++ property.jam 24 Oct 2006 16:06:08 -0000 1.53.2.3
@@ -555,28 +555,28 @@
assert.true path-order $(test-space) <optimization>on <rtti>on ;
assert.false path-order $(test-space) <rtti>on <optimization>on ;
- assert.result <define>FOO <rtti>off <toolset>gcc
+ assert.result-equal <toolset>gcc <rtti>off <define>FOO
: refine <toolset>gcc <rtti>off
: <define>FOO
: $(test-space)
;
- assert.result <toolset>gcc <optimization>on
+ assert.result-equal <toolset>gcc <optimization>on
: refine <toolset>gcc <optimization>off
: <optimization>on
: $(test-space)
;
- assert.result <toolset>gcc <rtti>off
+ assert.result-equal <toolset>gcc <rtti>off
: refine <toolset>gcc : <rtti>off : $(test-space)
;
- assert.result <toolset>gcc <rtti>off <rtti>off:<define>FOO
+ assert.result-equal <toolset>gcc <rtti>off <rtti>off:<define>FOO
: refine <toolset>gcc : <rtti>off <rtti>off:<define>FOO
: $(test-space)
;
- assert.result <toolset>gcc:<define>foo <toolset>gcc:<define>bar
+ assert.result-equal <toolset>gcc:<define>foo <toolset>gcc:<define>bar
: refine <toolset>gcc:<define>foo : <toolset>gcc:<define>bar
: $(test-space)
;
@@ -617,19 +617,19 @@
catch "value" is not a value of an implicit feature ;
- assert.result <rtti>on
+ assert.result-equal <rtti>on
: remove free implicit : <toolset>gcc <define>foo <rtti>on :
$(test-space) ;
- assert.result <include>a
+ assert.result-equal <include>a
: select include : <include>a <toolset>gcc ;
- assert.result <include>a
+ assert.result-equal <include>a
: select include bar : <include>a <toolset>gcc ;
- assert.result <include>a <toolset>gcc
+ assert.result-equal <include>a <toolset>gcc
: select include <bar> <toolset> : <include>a <toolset>gcc ;
- assert.result <toolset>kylix <include>a
+ assert.result-equal <toolset>kylix <include>a
: change <toolset>gcc <include>a : <toolset> kylix ;
pm = [ new property-map ] ;
@@ -658,7 +658,7 @@
;
# Test conditional feature
- assert.result <toolset>gcc,<toolset-gcc:version>3.0 <define>FOO
+ assert.result-equal <toolset>gcc,<toolset-gcc:version>3.0 <define>FOO
: split-conditional <toolset>gcc,<toolset-gcc:version>3.0:<define>FOO
;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs