From 5cbb221801e6680c99c77f5cbbabe122bb7d6a26 Mon Sep 17 00:00:00 2001 From: Engin Kayraklioglu Date: Mon, 25 Mar 2024 15:04:45 -0700 Subject: [PATCH 1/2] Add a skipif for a test Signed-off-by: Engin Kayraklioglu --- test/interop/C/errorMessage/errorInArgNMismatch.skipif | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/interop/C/errorMessage/errorInArgNMismatch.skipif diff --git a/test/interop/C/errorMessage/errorInArgNMismatch.skipif b/test/interop/C/errorMessage/errorInArgNMismatch.skipif new file mode 100644 index 000000000000..a5fb29ad135d --- /dev/null +++ b/test/interop/C/errorMessage/errorInArgNMismatch.skipif @@ -0,0 +1,3 @@ +# The problem at hand is caught by ASan during compilation. So, we can't test +# the error message with ASan. +CHPL_SANITIZE != none From 04556e0f2957399ff137d0edc55058a25d79ad7a Mon Sep 17 00:00:00 2001 From: Engin Kayraklioglu Date: Mon, 25 Mar 2024 15:27:48 -0700 Subject: [PATCH 2/2] Ooops, adjust the skipif to skip with C backend Signed-off-by: Engin Kayraklioglu --- test/interop/C/errorMessage/errorInArgNMismatch.skipif | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/interop/C/errorMessage/errorInArgNMismatch.skipif b/test/interop/C/errorMessage/errorInArgNMismatch.skipif index a5fb29ad135d..8ae93d970051 100644 --- a/test/interop/C/errorMessage/errorInArgNMismatch.skipif +++ b/test/interop/C/errorMessage/errorInArgNMismatch.skipif @@ -1,3 +1,2 @@ -# The problem at hand is caught by ASan during compilation. So, we can't test -# the error message with ASan. -CHPL_SANITIZE != none +# with C backend, we fail with a relatively helpful message from the backend +CHPL_LLVM==none