aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/exploded-graph-rewriter/checker_messages.dot
blob: 84185db5af617c1b99781085eb1c6dad4144c9c9 (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
// 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": [],
      "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}"];