Skip to content

Commit

Permalink
xfail these until we can turn simplifyCFG back on, when it decides to…
Browse files Browse the repository at this point in the history
… play nice wrt UB (#760)
  • Loading branch information
regehr authored May 26, 2020
1 parent a7991c3 commit 5b78c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Pass/sclang-prime.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// REQUIRES: solver
// RUN: SOUPER_SOLVER=%solver SOUPER_NO_EXTERNAL_CACHE=1 %sclang++ -O3 %s -S -o - -emit-llvm 2>&1 | %FileCheck %s
// CHECK: ret i1 false
// XFAIL: *

#include <limits.h>

Expand Down
1 change: 1 addition & 0 deletions test/Pass/sclang-rotate.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// REQUIRES: solver
// RUN: SOUPER_SOLVER=%solver SOUPER_NO_EXTERNAL_CACHE=1 %sclang++ -O3 %s -S -o - -emit-llvm 2>&1 | %FileCheck %s
// CHECK: ret i1 false
// XFAIL: *

#include <stdint.h>

Expand Down

0 comments on commit 5b78c3d

Please sign in to comment.