[llvm] r246267 - Disable llvm/test/Examples/ for now while investigating.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 20:32:44 PDT 2015


Author: chapuni
Date: Thu Aug 27 22:32:43 2015
New Revision: 246267

URL: http://llvm.org/viewvc/llvm-project?rev=246267&view=rev
Log:
Disable llvm/test/Examples/ for now while investigating.

FIXME:
  - Introduce explicit mapping.
  - Investigate crash on win32. Could we introduce crash handler in examples?

Modified:
    llvm/trunk/test/Examples/lit.local.cfg

Modified: llvm/trunk/test/Examples/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Examples/lit.local.cfg?rev=246267&r1=246266&r2=246267&view=diff
==============================================================================
--- llvm/trunk/test/Examples/lit.local.cfg (original)
+++ llvm/trunk/test/Examples/lit.local.cfg Thu Aug 27 22:32:43 2015
@@ -1,2 +1 @@
-if not config.test_examples:
-    config.unsupported = True
+config.unsupported = True




More information about the llvm-commits mailing list