[clang] fbfb4a6 - Fix test after 5839fb6d25b4ba6edb
Yuanfang Chen via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 27 14:01:46 PDT 2022
Author: Yuanfang Chen
Date: 2022-09-27T14:01:13-07:00
New Revision: fbfb4a6359c100ac4f33982688cb0e2c299fb239
URL: https://github.com/llvm/llvm-project/commit/fbfb4a6359c100ac4f33982688cb0e2c299fb239
DIFF: https://github.com/llvm/llvm-project/commit/fbfb4a6359c100ac4f33982688cb0e2c299fb239.diff
LOG: Fix test after 5839fb6d25b4ba6edb
The test is not expected for Windows.
Added:
Modified:
clang/test/Driver/crash-diagnostics-dir-2.c
Removed:
################################################################################
diff --git a/clang/test/Driver/crash-diagnostics-dir-2.c b/clang/test/Driver/crash-diagnostics-dir-2.c
index 9910a0a155fb..071afb81ed51 100644
--- a/clang/test/Driver/crash-diagnostics-dir-2.c
+++ b/clang/test/Driver/crash-diagnostics-dir-2.c
@@ -1,4 +1,4 @@
-// UNSUPPORTED: ps4
+// UNSUPPORTED: ps4, system-windows
// RUN: %clang -### -fcrash-diagnostics-dir=mydumps -c %s 2>&1 \
// RUN: | FileCheck %s --check-prefix=OPTION
More information about the cfe-commits
mailing list