Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50471 - trunk/libs/test/test/test_files
From: gennadiy.rozental_at_[hidden]
Date: 2009-01-04 21:14:22


Author: rogeeff
Date: 2009-01-04 21:14:22 EST (Sun, 04 Jan 2009)
New Revision: 50471
URL: http://svn.boost.org/trac/boost/changeset/50471

Log:
line num fixes
Text files modified:
   trunk/libs/test/test/test_files/test_tools_test.pattern | 112 ++++++++++++++++++++--------------------
   1 files changed, 56 insertions(+), 56 deletions(-)

Modified: trunk/libs/test/test/test_files/test_tools_test.pattern
==============================================================================
--- trunk/libs/test/test/test_files/test_tools_test.pattern (original)
+++ trunk/libs/test/test/test_files/test_tools_test.pattern 2009-01-04 21:14:22 EST (Sun, 04 Jan 2009)
@@ -1,63 +1,63 @@
-131: warning in "test_BOOST_WARN": condition sizeof(int) == sizeof(short) is not satisfied
-134: info: check sizeof(unsigned char) == sizeof(char) passed
-156: error in "test_BOOST_CHECK": check false failed
-157: error in "test_BOOST_CHECK": check 1==2 failed
-158: error in "test_BOOST_CHECK": check i==1 failed
-161: info: check i==2 passed
-168: error in "test_BOOST_REQUIRE": not aborted
-170: fatal error in "test_BOOST_REQUIRE": critical check false failed
-174: fatal error in "test_BOOST_REQUIRE": critical check j > 5 failed
-177: info: check j < 5 passed
-177: error in "test_BOOST_REQUIRE": not aborted
-191: info: check 'object size 33 is too small' passed
-208: error in "test_BOOST_CHECK_MESSAGE": Well, may be that what I believe in
-210: error in "test_BOOST_CHECK_MESSAGE": Checking predicate failed. Some explanation
-213: info: check 'Could it fail?' passed
-218: error in "test_BOOST_CHECK_MESSAGE": Comparing 1 and 2: some explanation
-225: fatal error in "test_BOOST_REQUIRE_MESSAGE": Here we should stop
-228: info: check 'That's OK' passed
-228: error in "test_BOOST_REQUIRE_MESSAGE": not aborted
-235: error in "test_BOOST_ERROR": Fail to miss an error
-242: fatal error in "test_BOOST_FAIL": No! No! Show must go on.
-258: error in "test_BOOST_CHECK_THROW": exception my_exception is expected
-261: warning in "test_BOOST_CHECK_THROW": exception my_exception is expected
-264: fatal error in "test_BOOST_CHECK_THROW": exception my_exception is expected
-267: info: check 'exception my_exception is caught' passed
-274: error in "test_BOOST_CHECK_EXCEPTION": incorrect exception my_exception is caught
-277: info: check 'incorrect exception my_exception is caught' passed
-287: error in "test_BOOST_CHECK_NO_THROW": exception thrown by throw my_exception()
-333: error in "test_BOOST_CHECK_EQUAL": check i == j failed [1 != 2]
-339: error in "test_BOOST_CHECK_EQUAL": check str1 == str2 failed [test1 != test12]
-342: error in "test_BOOST_CHECK_EQUAL": check i+1 == j failed [4 != 2]
-345: info: check str1 == str3+1 passed
-354: fatal error in "test_BOOST_CHECK_EQUAL": critical check str1 == str2 failed [test != null string]
-360: warning in "test_BOOST_CHECK_EQUAL": condition b1 == b2 is not satisfied [B(1) != B(2)]
-366: error in "test_BOOST_CHECK_EQUAL": check c1 == c3 failed [C(0,100) != C(1,102)]. Index mismatch
-367: error in "test_BOOST_CHECK_EQUAL": check c1 == c2 failed [C(0,100) != C(0,101)]. Id mismatch
-371: error in "test_BOOST_CHECK_EQUAL": check ch1 == ch2 failed [0xfffffffe != 0xfffffffd]
-382: error in "test_BOOST_CHECK_LOGICAL_EXPR": check ++i != j failed [2 == 2]
-384: error in "test_BOOST_CHECK_LOGICAL_EXPR": check i < j failed [2 >= 2]
-385: error in "test_BOOST_CHECK_LOGICAL_EXPR": check i > j failed [2 <= 2]
-392: error in "test_BOOST_CHECK_LOGICAL_EXPR": check i <= j failed [3 > 2]
-393: error in "test_BOOST_CHECK_LOGICAL_EXPR": check j >= i failed [2 < 3]
-398: error in "test_BOOST_CHECK_LOGICAL_EXPR": check str1 != str2 failed [test1 == test1]
-428: error in "test_BOOST_CHECK_PREDICATE": check is_even( i ) failed for ( 17 )
-431: error in "test_BOOST_CHECK_PREDICATE": check not_equal_to<int>()( i, 17 ) failed for ( 17, 17 )
-437: warning in "test_BOOST_CHECK_PREDICATE": condition moo( 12, i, j ) is not satisfied for ( 12, 17, 15 )
-445: error in "test_BOOST_CHECK_PREDICATE": check compare_lists( l1, l2 ) failed for ( , ). Different sizes [2!=0]
-456: error in "test_BOOST_REQUIRE_PREDICATE": not aborted
-458: fatal error in "test_BOOST_REQUIRE_PREDICATE": critical check less_equal<int>()( arg2, arg1 ) failed for ( 2, 1 )
-479: error in "test_BOOST_CHECK_EQUAL_COLLECTIONS": check { testlist.begin(), testlist.end() } == { pattern, pattern+7 } failed.
+136: warning in "test_BOOST_WARN": condition sizeof(int) == sizeof(short) is not satisfied
+139: info: check sizeof(unsigned char) == sizeof(char) passed
+161: error in "test_BOOST_CHECK": check false failed
+162: error in "test_BOOST_CHECK": check 1==2 failed
+163: error in "test_BOOST_CHECK": check i==1 failed
+166: info: check i==2 passed
+173: error in "test_BOOST_REQUIRE": not aborted
+175: fatal error in "test_BOOST_REQUIRE": critical check false failed
+179: fatal error in "test_BOOST_REQUIRE": critical check j > 5 failed
+182: info: check j < 5 passed
+182: error in "test_BOOST_REQUIRE": not aborted
+196: info: check 'object size 33 is too small' passed
+213: error in "test_BOOST_CHECK_MESSAGE": Well, may be that what I believe in
+215: error in "test_BOOST_CHECK_MESSAGE": Checking predicate failed. Some explanation
+218: info: check 'Could it fail?' passed
+223: error in "test_BOOST_CHECK_MESSAGE": Comparing 1 and 2: some explanation
+230: fatal error in "test_BOOST_REQUIRE_MESSAGE": Here we should stop
+233: info: check 'That's OK' passed
+233: error in "test_BOOST_REQUIRE_MESSAGE": not aborted
+240: error in "test_BOOST_ERROR": Fail to miss an error
+247: fatal error in "test_BOOST_FAIL": No! No! Show must go on.
+263: error in "test_BOOST_CHECK_THROW": exception my_exception is expected
+266: warning in "test_BOOST_CHECK_THROW": exception my_exception is expected
+269: fatal error in "test_BOOST_CHECK_THROW": exception my_exception is expected
+272: info: check 'exception my_exception is caught' passed
+279: error in "test_BOOST_CHECK_EXCEPTION": incorrect exception my_exception is caught
+282: info: check 'incorrect exception my_exception is caught' passed
+292: error in "test_BOOST_CHECK_NO_THROW": exception thrown by throw my_exception()
+338: error in "test_BOOST_CHECK_EQUAL": check i == j failed [1 != 2]
+344: error in "test_BOOST_CHECK_EQUAL": check str1 == str2 failed [test1 != test12]
+347: error in "test_BOOST_CHECK_EQUAL": check i+1 == j failed [4 != 2]
+350: info: check str1 == str3+1 passed
+359: fatal error in "test_BOOST_CHECK_EQUAL": critical check str1 == str2 failed [test != null string]
+365: warning in "test_BOOST_CHECK_EQUAL": condition b1 == b2 is not satisfied [B(1) != B(2)]
+371: error in "test_BOOST_CHECK_EQUAL": check c1 == c3 failed [C(0,100) != C(1,102)]. Index mismatch
+372: error in "test_BOOST_CHECK_EQUAL": check c1 == c2 failed [C(0,100) != C(0,101)]. Id mismatch
+376: error in "test_BOOST_CHECK_EQUAL": check ch1 == ch2 failed [0xfffffffe != 0xfffffffd]
+387: error in "test_BOOST_CHECK_LOGICAL_EXPR": check ++i != j failed [2 == 2]
+389: error in "test_BOOST_CHECK_LOGICAL_EXPR": check i < j failed [2 >= 2]
+390: error in "test_BOOST_CHECK_LOGICAL_EXPR": check i > j failed [2 <= 2]
+397: error in "test_BOOST_CHECK_LOGICAL_EXPR": check i <= j failed [3 > 2]
+398: error in "test_BOOST_CHECK_LOGICAL_EXPR": check j >= i failed [2 < 3]
+403: error in "test_BOOST_CHECK_LOGICAL_EXPR": check str1 != str2 failed [test1 == test1]
+433: error in "test_BOOST_CHECK_PREDICATE": check is_even( i ) failed for ( 17 )
+436: error in "test_BOOST_CHECK_PREDICATE": check not_equal_to<int>()( i, 17 ) failed for ( 17, 17 )
+442: warning in "test_BOOST_CHECK_PREDICATE": condition moo( 12, i, j ) is not satisfied for ( 12, 17, 15 )
+450: error in "test_BOOST_CHECK_PREDICATE": check compare_lists( l1, l2 ) failed for ( , ). Different sizes [2!=0]
+461: error in "test_BOOST_REQUIRE_PREDICATE": not aborted
+463: fatal error in "test_BOOST_REQUIRE_PREDICATE": critical check less_equal<int>()( arg2, arg1 ) failed for ( 2, 1 )
+484: error in "test_BOOST_CHECK_EQUAL_COLLECTIONS": check { testlist.begin(), testlist.end() } == { pattern, pattern+7 } failed.
 Mismatch in a position 2: 4 != 3
 Mismatch in a position 5: 7 != 6
-480: error in "test_BOOST_CHECK_EQUAL_COLLECTIONS": check { testlist.begin(), testlist.end() } == { pattern, pattern+2 } failed.
+485: error in "test_BOOST_CHECK_EQUAL_COLLECTIONS": check { testlist.begin(), testlist.end() } == { pattern, pattern+2 } failed.
 Collections size mismatch: 7 != 2
-489: error in "test_BOOST_CHECK_BITWISE_EQUAL": check (char)0x06 =.= (char)0x16 failed.
+494: error in "test_BOOST_CHECK_BITWISE_EQUAL": check (char)0x06 =.= (char)0x16 failed.
 Mismatch in a position 4
-492: warning in "test_BOOST_CHECK_BITWISE_EQUAL": condition (char)0x26 =.= (char)0x04 is not satisfied.
+497: warning in "test_BOOST_CHECK_BITWISE_EQUAL": condition (char)0x26 =.= (char)0x04 is not satisfied.
 Mismatch in a position 1
 Mismatch in a position 5
-495: fatal error in "test_BOOST_CHECK_BITWISE_EQUAL": critical check (char)0x26 =.= (int)0x26 failed.
+500: fatal error in "test_BOOST_CHECK_BITWISE_EQUAL": critical check (char)0x26 =.= (int)0x26 failed.
 Operands bit sizes mismatch: 8 != 32
 still testing
 1+1=2
@@ -66,6 +66,6 @@
 0x14
   20
 0: fatal error in "test_BOOST_TEST_CHECKPOINT": C string: some error
-530: last checkpoint: Going to do a silly things
+535: last checkpoint: Going to do a silly things
 0: fatal error in "test_BOOST_TEST_PASSPOINT": unknown type
-541: last checkpoint
+546: last checkpoint


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