From e8a70973389901ad6a478efffaaaa03f732fe99c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 28 Aug 2015 03:32:43 +0000 Subject: [PATCH] Disable llvm/test/Examples/ for now while investigating. FIXME: - Introduce explicit mapping. - Investigate crash on win32. Could we introduce crash handler in examples? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246267 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Examples/lit.local.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Examples/lit.local.cfg b/test/Examples/lit.local.cfg index d97a2a5b7a3..462e3dc5d11 100644 --- a/test/Examples/lit.local.cfg +++ b/test/Examples/lit.local.cfg @@ -1,2 +1 @@ -if not config.test_examples: - config.unsupported = True +config.unsupported = True -- 2.34.1