From: NAKAMURA Takumi Date: Fri, 28 Aug 2015 03:32:43 +0000 (+0000) Subject: Disable llvm/test/Examples/ for now while investigating. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=e8a70973389901ad6a478efffaaaa03f732fe99c 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 --- 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