summaryrefslogtreecommitdiff
path: root/test/Analysis/exploded-graph-rewriter/checker_messages.dot
blob: 2d054a8d48bdb77ee5bad26e9ba1f84cd61097a1 (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
// RUN: %exploded_graph_rewriter %s | FileCheck %s

// FIXME: Substitution doesn't seem to work on Windows.
// UNSUPPORTED: system-windows

// CHECK: <b>Checker State: </b>
// CHECK-SAME: <td align="left"><i>alpha.core.FooChecker</i>:</td>
// CHECK-SAME: <td align="left">Foo stuff:</td>
// CHECK-SAME: <td align="left">Foo: Bar</td>
Node0x1 [shape=record,label=
 "{
    { "node_id": 1,
      "pointer": "0x1",
      "has_report": false,
      "is_sink": false,
      "state_id": 2,
      "program_points": [
        {
          "kind": "BlockEntrance", "block_id": 1,
          "terminator": null, "term_kind": null,
          "tag": null, "node_id": 1,
          "has_report": 0, "is_sink": 0
        }
      ],
      "program_state": {
        "store": null,
        "constraints": null,
        "dynamic_types": null,
        "constructing_objects": null,
        "environment": null,
        "checker_messages": [
          { "checker": "alpha.core.FooChecker", "messages": [
            "Foo stuff:",
            "Foo: Bar"
          ]}
        ]
      }
    }
\l}"];