summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test')
-rw-r--r--compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test12
1 files changed, 12 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test b/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
new file mode 100644
index 00000000000..aa51461a3bd
--- /dev/null
+++ b/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
@@ -0,0 +1,12 @@
+XFAIL: *
+
+RUN: mkdir -p %t.d
+RUN: cd %t.d
+
+RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-__gcov_flush-terminate.c
+RUN: test -f instrprof-gcov-__gcov_flush-terminate.gcno
+
+RUN: rm -f instrprof-gcov-__gcov_flush-terminate.gcda
+RUN: %expect_crash %run %t
+RUN: llvm-cov gcov instrprof-gcov-__gcov_flush-terminate.gcda
+RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-__gcov_flush-terminate.c.gcov %S/Inputs/instrprof-gcov-__gcov_flush-terminate.c.gcov
OpenPOWER on IntegriCloud