2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-17 02:02:08 +00:00
Files
test/test/test_files/test_tools_test.pattern
2015-03-27 18:43:32 +01:00

163 lines
11 KiB
Plaintext

158: warning: in "test_BOOST_WARN": condition sizeof(int) == sizeof(short) is not satisfied
161: info: check sizeof(unsigned char) == sizeof(char) has passed
183: error: in "test_BOOST_CHECK": check false has failed
184: error: in "test_BOOST_CHECK": check 1==2 has failed
185: error: in "test_BOOST_CHECK": check i==1 has failed
188: info: check i==2 has passed
195: error: in "test_BOOST_REQUIRE": not aborted
197: fatal error: in "test_BOOST_REQUIRE": critical check false has failed
201: fatal error: in "test_BOOST_REQUIRE": critical check j > 5 has failed
204: info: check j < 5 has passed
204: error: in "test_BOOST_REQUIRE": not aborted
218: info: check 'object size 33 is too small' has passed
235: error: in "test_BOOST_CHECK_MESSAGE": Well, may be that what I believe in
237: error: in "test_BOOST_CHECK_MESSAGE": Checking predicate failed. Some explanation
240: info: check 'Could it fail?' has passed
245: error: in "test_BOOST_CHECK_MESSAGE": Comparing 1 and 2: some explanation
252: fatal error: in "test_BOOST_REQUIRE_MESSAGE": Here we should stop
255: info: check 'That's OK' has passed
255: error: in "test_BOOST_REQUIRE_MESSAGE": not aborted
262: error: in "test_BOOST_ERROR": Fail to miss an error
269: fatal error: in "test_BOOST_FAIL": No! No! Show must go on.
285: error: in "test_BOOST_CHECK_THROW": exception my_exception is expected
288: warning: in "test_BOOST_CHECK_THROW": exception my_exception is expected
291: fatal error: in "test_BOOST_CHECK_THROW": exception my_exception is expected
297: info: check 'exception my_exception is caught' has passed
304: error: in "test_BOOST_CHECK_EXCEPTION": incorrect exception my_exception is caught
307: info: check 'incorrect exception my_exception is caught' has passed
319: error: in "test_BOOST_CHECK_NO_THROW": exception thrown by throw my_exception()
365: error: in "test_BOOST_CHECK_EQUAL": check i == j has failed [1 != 2]
371: error: in "test_BOOST_CHECK_EQUAL": check str1 == str2 has failed [test1 != test12]
374: error: in "test_BOOST_CHECK_EQUAL": check i+1 == j has failed [4 != 2]
377: info: check str1 == str3+1 has passed
386: fatal error: in "test_BOOST_CHECK_EQUAL": critical check str1 == str2 has failed [test != null string]
392: warning: in "test_BOOST_CHECK_EQUAL": condition b1 == b2 is not satisfied [B(1) != B(2)]
398: error: in "test_BOOST_CHECK_EQUAL": check c1 == c3 has failed [C(0,100) != C(1,102)]. Index mismatch
399: error: in "test_BOOST_CHECK_EQUAL": check c1 == c2 has failed [C(0,100) != C(0,101)]. Id mismatch
403: error: in "test_BOOST_CHECK_EQUAL": check ch1 == ch2 has failed [0xfffffffe != 0xfffffffd]
414: error: in "test_BOOST_CHECK_LOGICAL_EXPR": check ++i != j has failed [2 == 2]
416: error: in "test_BOOST_CHECK_LOGICAL_EXPR": check i < j has failed [2 >= 2]
417: error: in "test_BOOST_CHECK_LOGICAL_EXPR": check i > j has failed [2 <= 2]
424: error: in "test_BOOST_CHECK_LOGICAL_EXPR": check i <= j has failed [3 > 2]
425: error: in "test_BOOST_CHECK_LOGICAL_EXPR": check j >= i has failed [2 < 3]
430: error: in "test_BOOST_CHECK_LOGICAL_EXPR": check str1 != str2 has failed [test1 == test1]
460: error: in "test_BOOST_CHECK_PREDICATE": check is_even( i ) has failed for ( 17 )
463: error: in "test_BOOST_CHECK_PREDICATE": check not_equal_to<int>()( i, 17 ) has failed for ( 17, 17 )
469: warning: in "test_BOOST_CHECK_PREDICATE": condition moo( 12, i, j ) is not satisfied for ( 12, 17, 15 )
477: error: in "test_BOOST_CHECK_PREDICATE": check compare_lists( l1, l2 ) has failed for ( , ). Different sizes [2!=0]
488: error: in "test_BOOST_REQUIRE_PREDICATE": not aborted
490: fatal error: in "test_BOOST_REQUIRE_PREDICATE": critical check less_equal<int>()( arg2, arg1 ) has failed for ( 2, 1 )
511: error: in "test_BOOST_CHECK_EQUAL_COLLECTIONS": check { testlist.begin(), testlist.end() } == { pattern, pattern+7 } has failed.
Mismatch at position 2: 4 != 3
Mismatch at position 5: 7 != 6
512: error: in "test_BOOST_CHECK_EQUAL_COLLECTIONS": check { testlist.begin(), testlist.end() } == { pattern, pattern+2 } has failed.
Collections size mismatch: 7 != 2
521: error: in "test_BOOST_CHECK_BITWISE_EQUAL": check (char)0x06 =.= (char)0x16 has failed.
Mismatch at position 4
524: warning: in "test_BOOST_CHECK_BITWISE_EQUAL": condition (char)0x26 =.= (char)0x04 is not satisfied.
Mismatch at position 1
Mismatch at position 5
527: fatal error: in "test_BOOST_CHECK_BITWISE_EQUAL": critical check (char)0x26 =.= (int)0x26 has failed.
Operands bit sizes mismatch: 8 != 32
still testing
1+1=2
2+2=4
struct A
0x14
20
0: fatal error: in "test_BOOST_TEST_CHECKPOINT": C string: some error
562: last checkpoint: Going to do a silly things
0: fatal error: in "test_BOOST_TEST_PASSPOINT": unknown type
573: last checkpoint
599: error: in "test_context_logging": check false has failed
Failure occurred in a following context:
some context
603: error: in "test_context_logging": check false has failed
Failure occurred in a following context:
some more context: 12
608: error: in "test_context_logging": check false has failed
Failure occurred in a following context:
info 1
info 2
info 3
611: error: in "test_context_logging": check false has failed
Failure occurred in a following context:
some sticky context
614: error: in "test_context_logging": check false has failed
Failure occurred in a following context:
some sticky context
more context
617: error: in "test_context_logging": check false has failed
Failure occurred in a following context:
some sticky context
different subcontext
621: error: in "test_context_logging": check false has failed
Failure occurred in a following context:
outer context
624: error: in "test_context_logging": check false has failed
Failure occurred in a following context:
outer context
inner context
627: error: in "test_context_logging": check false has failed
Failure occurred in a following context:
outer context
656: info: check true has passed
657: error: in "test_BOOST_TEST_basic_arithmetic_op": check false has failed
660: info: check bc has passed
664: error: in "test_BOOST_TEST_basic_arithmetic_op": check i == 2 has failed [1 != 2]
665: error: in "test_BOOST_TEST_basic_arithmetic_op": check i != 1 has failed [1 == 1]
666: error: in "test_BOOST_TEST_basic_arithmetic_op": check i > 2 has failed [1 <= 2]
667: error: in "test_BOOST_TEST_basic_arithmetic_op": check i < 1 has failed [1 >= 1]
668: error: in "test_BOOST_TEST_basic_arithmetic_op": check i <= 0 has failed [1 > 0]
669: error: in "test_BOOST_TEST_basic_arithmetic_op": check i >= 5 has failed [1 < 5]
672: error: in "test_BOOST_TEST_basic_arithmetic_op": check i+j >= 5 has failed [1 + 2 < 5]
673: error: in "test_BOOST_TEST_basic_arithmetic_op": check j-i == 2 has failed [2 - 1 != 2]
676: error: in "test_BOOST_TEST_basic_arithmetic_op": check *p == 2 has failed [1 != 2]
678: error: in "test_BOOST_TEST_basic_arithmetic_op": check j-*p == 0 has failed [2 - 1 != 0]
680: info: check ( i > 5, true ) has passed
684: error: in "test_BOOST_TEST_basic_arithmetic_op": check FooType() has failed [(bool)0 is false]
685: error: in "test_BOOST_TEST_basic_arithmetic_op": check *F has failed [(bool)0 is false]
686: error: in "test_BOOST_TEST_basic_arithmetic_op": check **F has failed [(bool)0 is false]
687: error: in "test_BOOST_TEST_basic_arithmetic_op": check ***F has failed [(bool)0 is false]
688: error: in "test_BOOST_TEST_basic_arithmetic_op": check &F > 100 has failed [10 <= 100]
689: error: in "test_BOOST_TEST_basic_arithmetic_op": check &*F > 100 has failed [10 <= 100]
691: error: in "test_BOOST_TEST_basic_arithmetic_op": check (i == 1) & (j == 1) has failed [true & false]
692: error: in "test_BOOST_TEST_basic_arithmetic_op": check (i == 2) | (j == 1) has failed [false | false]
694: error: in "test_BOOST_TEST_basic_arithmetic_op": check ( i == 1 && j == 1 ) has failed
695: error: in "test_BOOST_TEST_basic_arithmetic_op": check ( i == 2 || j == 1 ) has failed
699: info: check true has passed
705: info: check true has passed
707: error: in "test_BOOST_TEST_basic_arithmetic_op": This message reported instead including 1 and 2
727: error: in "test_BOOST_TEST_collection_comp": check v <= l has failed.
Mismatch at position 2: 3 > 2
728: error: in "test_BOOST_TEST_collection_comp": check v == l has failed.
Mismatch at position 1: 2 != 3
Mismatch at position 2: 3 != 2
749: error: in "test_BOOST_TEST_fpv_comp": check d1 == d2 has failed [1e-05 != 1e-05]
751: error: in "test_BOOST_TEST_fpv_comp": check d1 == d2 has failed [1e-05 != 1e-05]. Relative difference exceeds tolerance [0.000908265 > 1e-07]
753: error: in "test_BOOST_TEST_fpv_comp": check d1 != f1 has failed [1e-05 == 1.10000001e-05]. Relative difference is within tolerance [7.81041e-09 < 1e-07]
757: error: in "test_BOOST_TEST_fpv_comp": check d1 > d2 has failed [1e-05 <= 1e-05]
758: error: in "test_BOOST_TEST_fpv_comp": check d1+1./1e20 > d2 has failed [1e-05 + 1e-20 <= 1e-05]. Relative difference exceeds tolerance [0.000908265 > 1e-07]
760: error: in "test_BOOST_TEST_fpv_comp": check d2 <= d1 has failed [1e-05 > 1e-05]. Relative difference exceeds tolerance [0.000908265 > 1e-07]
763: error: in "test_BOOST_TEST_fpv_comp": check d1-1e-5 == 0. has failed [1e-05 - 1e-05 != 0]. Absolute value exceeds tolerance [|1e-06| > 1e-07]
764: error: in "test_BOOST_TEST_fpv_comp": check d1-1e-5 != 0. has failed [1e-05 - 1e-05 == 0]. Absolute value is within tolerance [|1e-06| < 0.0001]
765: error: in "test_BOOST_TEST_fpv_comp": check 0. != 1e-5-d1 has failed [0 == -1e-06]. Absolute value is within tolerance [|-1e-06| < 0.0001]
766: error: in "test_BOOST_TEST_fpv_comp": check d2-1e-5 < 0. has failed [1e-05 - 1e-05 >= 0]. Absolute value exceeds tolerance [|1.01e-06| > 1e-06]
805: error: in "test_BOOST_TEST_cstring_comp": check str1 == str2 has failed [test1 != test12]
806: error: in "test_BOOST_TEST_cstring_comp": check str1 == str3 has failed [test1 != test2]
807: error: in "test_BOOST_TEST_cstring_comp": check str3 == str2 has failed [test2 != test12]
808: error: in "test_BOOST_TEST_cstring_comp": check str1 == str4 has failed [test1 != test3]
809: error: in "test_BOOST_TEST_cstring_comp": check str3 == str4 has failed [test2 != test3]
810: error: in "test_BOOST_TEST_cstring_comp": check str1 == str5 has failed [test1 != null string]
812: error: in "test_BOOST_TEST_cstring_comp": check str1 != (str6+1) has failed [test1 == test1]
813: error: in "test_BOOST_TEST_cstring_comp": check str5 != str5 has failed [null string == null string]
815: error: in "test_BOOST_TEST_cstring_comp": check str3 < str1 has failed [test2 >= test1]
816: error: in "test_BOOST_TEST_cstring_comp": check str1 >= str2 has failed [test1 < test12]
827: error: in "test_BOOST_TEST_bitwise": check a == b has failed [171 != 136]. Bitwise comparison failed
Mismatch at position 0
Mismatch at position 1
Mismatch at position 5
828: error: in "test_BOOST_TEST_bitwise": check c == b has failed [138 != 136]. Bitwise comparison failed
Mismatch at position 1
Operands bit sizes mismatch: 16 != 32