]> granicus.if.org Git - llvm/commitdiff
Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better
authorPaul Robinson <paul.robinson@sony.com>
Fri, 10 May 2019 18:08:02 +0000 (18:08 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Fri, 10 May 2019 18:08:02 +0000 (18:08 +0000)
expresses the intent of the exclusion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360449 91177308-0d34-0410-b5e6-96231b3b80d8

test/Bindings/Go/go.test

index a9587e207b11d813cde7878523c73c8922700b90..bb39e6c8455cca13bd968ad88315f778f1f1e1be 100644 (file)
@@ -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