[clang] b6a73d0 - [analyzer] Test depends on windows as host, not target

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 30 14:11:59 PST 2022


Author: Paul Robinson
Date: 2022-11-30T14:11:51-08:00
New Revision: b6a73d06bad46cf11a15a873f4fca732570af458

URL: https://github.com/llvm/llvm-project/commit/b6a73d06bad46cf11a15a873f4fca732570af458
DIFF: https://github.com/llvm/llvm-project/commit/b6a73d06bad46cf11a15a873f4fca732570af458.diff

LOG: [analyzer] Test depends on windows as host, not target

Added: 
    

Modified: 
    clang/test/Analysis/exploded-graph-rewriter/win_path_forbidden_chars.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Analysis/exploded-graph-rewriter/win_path_forbidden_chars.cpp b/clang/test/Analysis/exploded-graph-rewriter/win_path_forbidden_chars.cpp
index 4c217e6dc502..5b955a0aae3e 100644
--- a/clang/test/Analysis/exploded-graph-rewriter/win_path_forbidden_chars.cpp
+++ b/clang/test/Analysis/exploded-graph-rewriter/win_path_forbidden_chars.cpp
@@ -3,7 +3,7 @@
 // RUN:                     -analyzer-checker=core \
 // RUN:                     -analyzer-dump-egraph=%t.dot %s
 // RUN: %exploded_graph_rewriter --verbose %t.dot 2>&1 | FileCheck %s
-// UNSUPPORTED: !windows
+// REQUIRES: system-windows
 
 // Angle brackets shall not be presented in the field `file`,
 // because exploded_graph_rewriter handles it as a file path


        


More information about the cfe-commits mailing list