Author: Chuanqi Xu Date: 2023-06-14T15:05:31+08:00 New Revision: baf0b12ca6c624b2a59aa6f2fd0310c72d35ac56
URL: https://github.com/llvm/llvm-project/commit/baf0b12ca6c624b2a59aa6f2fd0310c72d35ac56 DIFF: https://github.com/llvm/llvm-project/commit/baf0b12ca6c624b2a59aa6f2fd0310c72d35ac56.diff LOG: [NFC] skip the test modules-vtable.cppm on windows The new added test has problems on windows since the patch is about ABI and MSVC ABI is not covered. Skip the test on windows to make the CI green. Added: Modified: clang/test/CodeGenCXX/modules-vtable.cppm Removed: ################################################################################ diff --git a/clang/test/CodeGenCXX/modules-vtable.cppm b/clang/test/CodeGenCXX/modules-vtable.cppm index 3af626d575416..5662f40515cd6 100644 --- a/clang/test/CodeGenCXX/modules-vtable.cppm +++ b/clang/test/CodeGenCXX/modules-vtable.cppm @@ -1,3 +1,5 @@ +// REQUIRES: !system-windows + // RUN: rm -rf %t // RUN: split-file %s %t // RUN: cd %t _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits