From 8b07272072d6e7b3351c526e0ea6df31dd250dac Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Thu, 12 Nov 2015 20:47:12 +0000 Subject: [PATCH] disabling sancov tests: too many failures on different platforms. Differential Revision: http://reviews.llvm.org/D14624 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252945 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/sancov/{covered_functions.test => covered_functions._test} | 0 test/tools/sancov/{print.test => print._test} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/tools/sancov/{covered_functions.test => covered_functions._test} (100%) rename test/tools/sancov/{print.test => print._test} (100%) diff --git a/test/tools/sancov/covered_functions.test b/test/tools/sancov/covered_functions._test similarity index 100% rename from test/tools/sancov/covered_functions.test rename to test/tools/sancov/covered_functions._test diff --git a/test/tools/sancov/print.test b/test/tools/sancov/print._test similarity index 100% rename from test/tools/sancov/print.test rename to test/tools/sancov/print._test -- 2.11.0