From 677ea22ce272d884b8fe0b6f7f08b850ebe656e7 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Fri, 10 May 2019 18:08:02 +0000 Subject: [PATCH] Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Bindings/Go/go.test b/test/Bindings/Go/go.test index a9587e207b1..bb39e6c8455 100644 --- a/test/Bindings/Go/go.test +++ b/test/Bindings/Go/go.test @@ -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 -- 2.40.0