summaryrefslogtreecommitdiffstats
path: root/t/unit-tests/clar/test/expected/without_arguments
blob: 9891f45a7039841e3d7e8adbf4a315ee4d9bf336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Loaded 1 suites:
Started (test status codes: OK='.' FAILURE='F' SKIPPED='S')
FFFFFFFFFFFFFFF

  1) Failure:
combined::1 [file:42]
  Function call failed: -1

  2) Failure:
combined::2 [file:42]
  Expression is not true: 100 == 101

  3) Failure:
combined::strings [file:42]
  String mismatch: "mismatched" != actual ("this one fails")
  'mismatched' != 'expected' (at byte 0)

  4) Failure:
combined::strings_with_length [file:42]
  String mismatch: "exactly" != actual ("this one fails")
  'exa' != 'exp' (at byte 2)

  5) Failure:
combined::int [file:42]
  Expected comparison to hold: 101 == value
  101 != 100

  6) Failure:
combined::int_note [file:42]
  Expected comparison to hold: 101 == value
  extra note on failing test

  7) Failure:
combined::int_fmt [file:42]
  Expected comparison to hold: 022 == value
  0022 != 0144

  8) Failure:
combined::bool [file:42]
  0 != value
  0 != 1

  9) Failure:
combined::multiline_description [file:42]
  Function call failed: -1
  description line 1
  description line 2

  10) Failure:
combined::null_string [file:42]
  String mismatch: "expected" != actual ("this one fails")
  'expected' != NULL

  11) Failure:
combined::failf [file:42]
  Test failed.
  some reason: foo

  12) Failure:
combined::compare_i [file:42]
  Expected comparison to hold: two < 1
  2 >= 1

  13) Failure:
combined::compare_i_with_format [file:42]
  Expected comparison to hold: two < 1
  foo: bar

  14) Failure:
combined::compare_u [file:42]
  Expected comparison to hold: two < 1
  2 >= 1

  15) Failure:
combined::compare_u_with_format [file:42]
  Expected comparison to hold: two < 1
  foo: bar