[compiler-rt] Fix XFAIL conditions after converting to 'target=...'
authorPaul Robinson <paul.robinson@sony.com>
Fri, 13 Jan 2023 14:16:33 +0000 (06:16 -0800)
committerPaul Robinson <paul.robinson@sony.com>
Fri, 13 Jan 2023 14:16:33 +0000 (06:16 -0800)
Fixes #60002.

compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c
compiler-rt/test/sanitizer_common/TestCases/scanf-ldbl.c
compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp
compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp

index bb333a3..713b625 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang %s -o %t && %run %t 2>&1
 
 // Issue #41838
-// XFAIL: target={{sparc.*solaris.*}}
+// XFAIL: sparc-target-arch && target={{*solaris.*}}
 
 #include <assert.h>
 #include <stdio.h>
index 0a6a81e..a38f34a 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang %s -o %t && %run %t 2>&1
 
 // Issue #41838
-// XFAIL: target={{sparc.*solaris.*}}
+// XFAIL: sparc-target-arch && target={{.*solaris.*}}
 
 #include <assert.h>
 #include <stdio.h>
index fdb3a0c..4daa96c 100644 (file)
@@ -12,7 +12,7 @@
 // RUN: not %run %t 9 2>&1 | FileCheck %s --check-prefix=CHECK-9
 
 // Issue #41838
-// XFAIL: target={{sparc.*solaris.*}}
+// XFAIL: sparc-target-arch && target={{.*solaris.*}}
 
 // This test assumes float and double are IEEE-754 single- and double-precision.
 
index be5766d..ffd95a5 100644 (file)
@@ -26,7 +26,7 @@
 // XFAIL: target={{.*windows-msvc.*}}
 
 // Issue #41838
-// XFAIL: target={{sparc.*solaris.*}}
+// XFAIL: sparc-target-arch && target={{.*solaris.*}}
 
 #include <stdio.h>
 #include <stdlib.h>