1 // RUN: %exploded_graph_rewriter %s \
2 // RUN: | FileCheck %s -check-prefixes=CHECK,LIGHT,COLOR
3 // RUN: %exploded_graph_rewriter %s --dark \
4 // RUN: | FileCheck %s -check-prefixes CHECK,DARK,COLOR
5 // RUN: %exploded_graph_rewriter %s --gray \
6 // RUN: | FileCheck %s -check-prefixes=CHECK,LIGHT,GRAY
7 // RUN: %exploded_graph_rewriter %s --gray --dark \
8 // RUN: | FileCheck %s -check-prefixes CHECK,DARK,GRAY
10 // LIGHT: Node0x1 [shape=record,label=<
11 // DARK: Node0x1 [shape=record,color="white",fontcolor="gray80",label=<
13 // LIGHT-SAME: <td bgcolor="gray70">
14 // DARK-SAME: <td bgcolor="gray20">
15 // CHECK-SAME: <b>State 0</b>
18 Node0x1 [
shape=
record,label=
20 { "state_id
": 0, "program_state
": null,
23 "kind
": "BlockEntrance
", "block_id
": 1,
24 "terminator
": null, "term_kind
": null,
25 "tag
": null, "node_id
": 1,
26 "has_report
": 0, "is_sink
": 0
34 // CHECK-SAME: <td colspan="3" align="left">
35 // COLOR-SAME: <font color="red"><b>Bug Report Attached</b></font>
36 // GRAY-SAME: <b>Bug Report Attached</b>
40 // CHECK-SAME: <td colspan="3" align="left">
41 // COLOR-SAME: <font color="cornflowerblue"><b>Sink Node</b></font>
42 // GRAY-SAME: <b>Sink Node</b>
45 Node0x2 [
shape=
record,label=
47 { "state_id
": 0, "program_state
": null,
50 "kind
": "BlockEntrance
", "block_id
": 1,
51 "terminator
": null, "term_kind
": null,
52 "tag
": null, "node_id
": 2,
53 "has_report
": 1, "is_sink
": 1