1Running cxxtest tests (10 tests)
2In DynamicMax::test_Max_size_from_define:
3DynamicMax.h:20: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
4{ 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 ... }
5differs from
6{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 F3 F2 F1 F0 EF EE ED EC ... }
7In DynamicMax::test_Set_max_size:
8DynamicMax.h:26: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
9{ 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ... }
10differs from
11{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 F3 F2 F1 F0 ... }
12In DynamicMax::test_Revert_to_max_size_from_define:
13DynamicMax.h:31: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
14{ 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 ... }
15differs from
16{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 F3 F2 F1 F0 EF EE ED EC ... }
17In DynamicMax::test_Set_max_size_to_zero__dumps_all:
18DynamicMax.h:37: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
19{ 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 }
20differs from
21{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 F3 F2 F1 F0 EF EE ED EC EB EA E9 E8 }
22In SetUpAffectsAllTests::test_Use_12_in_this_test:
23DynamicMax.h:60: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
24{ 00 01 02 03 04 05 06 07 08 09 0A 0B ... }
25differs from
26{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 ... }
27In SetUpAffectsAllTests::test_Use_12_in_this_test_too:
28DynamicMax.h:65: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
29{ 00 01 02 03 04 05 06 07 08 09 0A 0B ... }
30differs from
31{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 ... }
32In SameData::testAssertSameData:
33SameData.h:24: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
34{ 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 ... }
35differs from
36{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 F3 F2 F1 F0 EF EE ED EC ... }
37In SameData::testAssertMessageSameData:
38SameData.h:29: Error: Test failed: Not same data
39SameData.h:29: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
40{ 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 ... }
41differs from
42{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 F3 F2 F1 F0 EF EE ED EC ... }
43In SameData::testSafeAssertSameData:
44SameData.h:34: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
45{ 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 ... }
46differs from
47{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 F3 F2 F1 F0 EF EE ED EC ... }
48In SameData::testSafeAssertMessageSameData:
49SameData.h:39: Error: Test failed: Not same data
50SameData.h:39: Error: Expected DATA_SIZE (24) bytes to be equal at (x) and (y), found:
51{ 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 ... }
52differs from
53{ FF FE FD FC FB FA F9 F8 F7 F6 F5 F4 F3 F2 F1 F0 EF EE ED EC ... }
54Failed 10 and Skipped 0 of 10 tests
55Success rate: 0%
56Error level = 10
57