Revert "[analyzer] exploded-graph-rewriter: An attempt to fix Windows buildbots."

This reverts commit r362343.

Instead, disable tests on Windows for now.

llvm-svn: 362347
This commit is contained in:
Artem Dergachev 2019-06-03 00:21:00 +00:00
parent 3cbb8b8391
commit c3236cd200
6 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,8 @@
// RUN: %exploded_graph_rewriter %s | FileCheck %s
// FIXME: Substitution doesn't seem to work on Windows.
// UNSUPPORTED: system-windows
Node0x1 [shape=record,label=
"{{ "node_id": 1, "pointer": "0x1",
"program_state": null, "program_points": []}\l}"];

View File

@ -1,5 +1,8 @@
// RUN: %exploded_graph_rewriter %s | FileCheck %s
// FIXME: Substitution doesn't seem to work on Windows.
// UNSUPPORTED: system-windows
digraph "Exploded Graph" {
label="Exploded Graph";
}

View File

@ -1,5 +1,8 @@
// RUN: %exploded_graph_rewriter %s | FileCheck %s
// FIXME: Substitution doesn't seem to work on Windows.
// UNSUPPORTED: system-windows
// CHECK: <b>Environment: </b>
// CHECK-SAME: <table border="0">
// CHECK-SAME: <tr>

View File

@ -7,7 +7,7 @@ config.test_format = lit.formats.ShTest(use_lit_shell == "0")
config.substitutions.append(('%exploded_graph_rewriter',
lit.util.which('exploded-graph-rewriter.py',
config.clang_src_dir +
'/utils/analyzer')))
os.path.join(config.clang_src_dir,
'utils', 'analyzer'))))
config.suffixes = ['.dot']

View File

@ -1,5 +1,8 @@
// RUN: %exploded_graph_rewriter %s | FileCheck %s
// FIXME: Substitution doesn't seem to work on Windows.
// UNSUPPORTED: system-windows
// CHECK: <b>Program point:</b>
// CHECK-SAME: <table border="0" align="left" width="0">
// CHECK-SAME: <tr>

View File

@ -1,5 +1,8 @@
// RUN: %exploded_graph_rewriter %s | FileCheck %s
// FIXME: Substitution doesn't seem to work on Windows.
// UNSUPPORTED: system-windows
// CHECK: <b>Store: </b>
// CHECK-SAME: <table border="0">
// CHECK-SAME: <tr>