Skip to content

Commit

Permalink
Enable failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailMihov committed Mar 20, 2024
1 parent a3a7c81 commit c4f0439
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/FirstDerivative/Overloads.C
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion test/Gradient/Pointers.C
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion test/Misc/ClangConsumers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c4f0439

Please sign in to comment.