Skip to content

Commit

Permalink
Re-enable tests ClassMethodCall and VirtualMethodsCall
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailMihov committed May 17, 2024
1 parent eda1420 commit 729f2ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/FirstDerivative/ClassMethodCall.C
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// RUN: %cladclang %s -I%S/../../include -oClassMethods.out 2>&1 | FileCheck %s
// RUN: ./ClassMethods.out | FileCheck -check-prefix=CHECK-EXEC %s
// Fails on clang-18 due to https://github.com/llvm/llvm-project/issues/87151
// XFAIL: clang-18
//CHECK-NOT: {{.*error|warning|note:.*}}

#include "clad/Differentiator/Differentiator.h"
Expand Down
2 changes: 0 additions & 2 deletions test/FirstDerivative/VirtualMethodsCall.C
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// RUN: %cladclang %s -I%S/../../include -oVirtualMethodsCall.out 2>&1 | FileCheck %s
// RUN: ./VirtualMethodsCall.out | FileCheck -check-prefix=CHECK-EXEC %s
// XFAIL: asserts
// Fails on clang-18 due to https://github.com/llvm/llvm-project/issues/87151
// XFAIL: clang-18
//CHECK-NOT: {{.*error|warning|note:.*}}

#include "clad/Differentiator/Differentiator.h"
Expand Down

0 comments on commit 729f2ef

Please sign in to comment.