From 96f1a048c4860bca620172ce077201bbc02a6592 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 14 Oct 2020 20:05:01 +0100 Subject: Mark the StaticDestructor test as failing on macOS --- test/CXX/StaticDestructor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/CXX/StaticDestructor.cpp b/test/CXX/StaticDestructor.cpp index 172d9f94..5ff85e04 100644 --- a/test/CXX/StaticDestructor.cpp +++ b/test/CXX/StaticDestructor.cpp @@ -1,3 +1,5 @@ +// XFAIL: darwin + // RUN: %clangxx %s -emit-llvm -g %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --libc=klee %t1.bc 2> %t1.log -- cgit 1.4.1