[PATCH] D57102: [extra] unit tests enable crash-recovery cases on FreeBSD

David CARLIER via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 23 23:58:50 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE352031: [extra] unit tests enable crash-recovery cases on FreeBSD (authored by devnexen, committed by ).

Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57102/new/

https://reviews.llvm.org/D57102

Files:
  test/lit.cfg


Index: test/lit.cfg
===================================================================
--- test/lit.cfg
+++ test/lit.cfg
@@ -99,11 +99,9 @@
 if lit_config.useValgrind:
     config.target_triple += '-vg'
 
+config.available_features.add('crash-recovery')
 # Set available features we allow tests to conditionalize on.
 #
-# As of 2011.08, crash-recovery tests still do not pass on FreeBSD.
-if platform.system() not in ['FreeBSD']:
-    config.available_features.add('crash-recovery')
 
 # Shell execution
 if execute_external:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57102.183258.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190124/8aea13d6/attachment.bin>


More information about the cfe-commits mailing list