| 1 | Loaded 1 suites: |
| 2 | Started (test status codes: OK='.' FAILURE='F' SKIPPED='S') |
| 3 | FFFFFFFFFFFFFFF |
| 4 | |
| 5 | 1) Failure: |
| 6 | combined::1 [file:42] |
| 7 | Function call failed: -1 |
| 8 | |
| 9 | 2) Failure: |
| 10 | combined::2 [file:42] |
| 11 | Expression is not true: 100 == 101 |
| 12 | |
| 13 | 3) Failure: |
| 14 | combined::strings [file:42] |
| 15 | String mismatch: "mismatched" != actual ("this one fails") |
| 16 | 'mismatched' != 'expected' (at byte 0) |
| 17 | |
| 18 | 4) Failure: |
| 19 | combined::strings_with_length [file:42] |
| 20 | String mismatch: "exactly" != actual ("this one fails") |
| 21 | 'exa' != 'exp' (at byte 2) |
| 22 | |
| 23 | 5) Failure: |
| 24 | combined::int [file:42] |
| 25 | Expected comparison to hold: 101 == value |
| 26 | 101 != 100 |
| 27 | |
| 28 | 6) Failure: |
| 29 | combined::int_note [file:42] |
| 30 | Expected comparison to hold: 101 == value |
| 31 | extra note on failing test |
| 32 | |
| 33 | 7) Failure: |
| 34 | combined::int_fmt [file:42] |
| 35 | Expected comparison to hold: 022 == value |
| 36 | 0022 != 0144 |
| 37 | |
| 38 | 8) Failure: |
| 39 | combined::bool [file:42] |
| 40 | 0 != value |
| 41 | 0 != 1 |
| 42 | |
| 43 | 9) Failure: |
| 44 | combined::multiline_description [file:42] |
| 45 | Function call failed: -1 |
| 46 | description line 1 |
| 47 | description line 2 |
| 48 | |
| 49 | 10) Failure: |
| 50 | combined::null_string [file:42] |
| 51 | String mismatch: "expected" != actual ("this one fails") |
| 52 | 'expected' != NULL |
| 53 | |
| 54 | 11) Failure: |
| 55 | combined::failf [file:42] |
| 56 | Test failed. |
| 57 | some reason: foo |
| 58 | |
| 59 | 12) Failure: |
| 60 | combined::compare_i [file:42] |
| 61 | Expected comparison to hold: two < 1 |
| 62 | 2 >= 1 |
| 63 | |
| 64 | 13) Failure: |
| 65 | combined::compare_i_with_format [file:42] |
| 66 | Expected comparison to hold: two < 1 |
| 67 | foo: bar |
| 68 | |
| 69 | 14) Failure: |
| 70 | combined::compare_u [file:42] |
| 71 | Expected comparison to hold: two < 1 |
| 72 | 2 >= 1 |
| 73 | |
| 74 | 15) Failure: |
| 75 | combined::compare_u_with_format [file:42] |
| 76 | Expected comparison to hold: two < 1 |
| 77 | foo: bar |
| 78 |