forked from OSchip/llvm-project
33 lines
871 B
Plaintext
33 lines
871 B
Plaintext
// 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}"];
|