Author: Cyndy Ishida
Date: 2024-04-04T07:46:55-07:00
New Revision: 8ebf7b7d7aed45889415669e0c7353f9b528161a

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

LOG: [InstallAPI][Test] Add test for invalid verification mode (#87602)

Added: 
    

Modified: 
    clang/test/InstallAPI/driver-invalid-options.test

Removed: 
    


################################################################################
diff  --git a/clang/test/InstallAPI/driver-invalid-options.test 
b/clang/test/InstallAPI/driver-invalid-options.test
index 69f3b2d66ab8b6..0c630eacd18368 100644
--- a/clang/test/InstallAPI/driver-invalid-options.test
+++ b/clang/test/InstallAPI/driver-invalid-options.test
@@ -7,3 +7,9 @@
 // RUN: not clang-installapi -target x86_64-apple-ios-simulator  %s -o tmp.tbd 
2> %t 
 // RUN: FileCheck --check-prefix INVALID_INSTALL_NAME -input-file %t %s
 // INVALID_INSTALL_NAME: error: no install name specified: add -install_name 
<path>
+
+/// Check invalid verification mode.
+// RUN: not clang-installapi -install_name Foo -target arm64-apple-ios13 \
+// RUN: --verify-mode=Invalid -o tmp.tbd 2> %t
+// RUN: FileCheck --check-prefix INVALID_VERIFY_MODE -input-file %t %s 
+// INVALID_VERIFY_MODE: error: invalid value 'Invalid' in 
'--verify-mode=Invalid'


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to