diff --git a/test/FirstDerivative/Overloads.C b/test/FirstDerivative/Overloads.C index 025fd7e0b..f69b13be5 100644 --- a/test/FirstDerivative/Overloads.C +++ b/test/FirstDerivative/Overloads.C @@ -2,7 +2,6 @@ // RUN: ./Overloads.out | FileCheck -check-prefix=CHECK-EXEC %s // XFAIL: asserts //CHECK-NOT: {{.*error|warning|note:.*}} -// XFAIL: target={{i586.*}} #include "clad/Differentiator/Differentiator.h" diff --git a/test/Gradient/Pointers.C b/test/Gradient/Pointers.C index ba770256b..d6e9da72e 100644 --- a/test/Gradient/Pointers.C +++ b/test/Gradient/Pointers.C @@ -4,7 +4,6 @@ // FIXME: This test does not work with enable-tbr flag, because the // current implementation of TBR analysis doesn't support pointers. -// XFAIL: target={{i586.*}} #include "clad/Differentiator/Differentiator.h" diff --git a/test/Misc/ClangConsumers.cpp b/test/Misc/ClangConsumers.cpp index 210c3060d..6078f537b 100644 --- a/test/Misc/ClangConsumers.cpp +++ b/test/Misc/ClangConsumers.cpp @@ -10,7 +10,7 @@ // RUN: -Xclang -print-stats 2>&1 | \ // RUN: FileCheck -check-prefix=CHECK_C %s // CHECK_C-NOT: {{.*error|warning|note:.*}} -// XFAIL: clang-7, clang-8, clang-9, target={{i586.*}}, target=arm64-apple-{{.*}} +// XFAIL: clang-7, clang-8, clang-9, target=arm64-apple-{{.*}} // // RUN: clang -xobjective-c -Xclang -add-plugin -Xclang clad -Xclang -load \ // RUN: -Xclang %cladlib %s -I%S/../../include -oClangConsumers.out \