[llvm] r360449 - Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 11:08:02 PDT 2019


Author: probinson
Date: Fri May 10 11:08:02 2019
New Revision: 360449

URL: http://llvm.org/viewvc/llvm-project?rev=360449&view=rev
Log:
Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better
expresses the intent of the exclusion.

Modified:
    llvm/trunk/test/Bindings/Go/go.test

Modified: llvm/trunk/test/Bindings/Go/go.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Go/go.test?rev=360449&r1=360448&r2=360449&view=diff
==============================================================================
--- llvm/trunk/test/Bindings/Go/go.test (original)
+++ llvm/trunk/test/Bindings/Go/go.test Fri May 10 11:08:02 2019
@@ -1,3 +1,4 @@
 ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm
 
-; REQUIRES: shell, not_asan, not_ubsan, not_msan
+; REQUIRES: shell
+; UNSUPPORTED: asan, ubsan, msan




More information about the llvm-commits mailing list