]> granicus.if.org Git - clang/commitdiff
Revert "[analyzer] exploded-graph-rewriter: An attempt to fix Windows buildbots."
authorArtem Dergachev <artem.dergachev@gmail.com>
Mon, 3 Jun 2019 00:21:00 +0000 (00:21 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Mon, 3 Jun 2019 00:21:00 +0000 (00:21 +0000)
This reverts commit r362343.

Instead, disable tests on Windows for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362347 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/exploded-graph-rewriter/edge.dot
test/Analysis/exploded-graph-rewriter/empty.dot
test/Analysis/exploded-graph-rewriter/environment.dot
test/Analysis/exploded-graph-rewriter/lit.local.cfg
test/Analysis/exploded-graph-rewriter/program_points.dot
test/Analysis/exploded-graph-rewriter/store.dot

index 5fc695c1ce01860eb60741dedc56d67774b25104..fa4b017e8a971cbd6ddc5f73fb530154ac5baab7 100644 (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}"];
index 85c227dbab8a0e8a2671f5fa1c9c94a469b08dc3..3e0733c5173e70d5a61833bc3f4f2b53952031b0 100644 (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";
 }
index 31d2d72551d41793495635769feca6315675d469..7271684642a28508c00e0c578a2df18efa4ae7ce 100644 (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>
index 98b9da8eb4588453ed9294f55c06b98b84d88472..1ebb25a4001a61fb9596afcf552d1c307bb7929d 100644 (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']
index a7696d27a9f7f124d77bf84d1ee3610ebd1e8457..aadabf3955641e9fef2dbef91ef3504209fd1aac 100644 (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>
index 0f0fa928b288a08393e2aa2442330f1f672d3aa0..8152a9929fe9020d7a5a5701cd73e442f07b7a99 100644 (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>