Skip to content

Commit

Permalink
Expect NumDiff.C and GradientMultiArg.C to fail on debug clang due to…
Browse files Browse the repository at this point in the history
… invalid source location assertions
  • Loading branch information
PetroZarytskyi authored and vgvassilev committed Mar 21, 2024
1 parent d908e8e commit 6116fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/NumericalDiff/GradientMultiArg.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// RUN: ./GradientMultiArg.out | FileCheck -check-prefix=CHECK-EXEC %s

//CHECK-NOT: {{.*error|warning|note:.*}}
//XFAIL: asserts

#include "clad/Differentiator/Differentiator.h"

Expand Down
2 changes: 1 addition & 1 deletion test/NumericalDiff/NumDiff.C
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RUN: %cladnumdiffclang -Xclang -plugin-arg-clad -Xclang -enable-tbr %s -I%S/../../include -oNumDiff.out
// RUN: ./NumDiff.out | FileCheck -check-prefix=CHECK-EXEC %s
//CHECK-NOT: {{.*error|warning|note:.*}}

//XFAIL: asserts
#include "clad/Differentiator/Differentiator.h"

double test_1(double x){
Expand Down

0 comments on commit 6116fea

Please sign in to comment.