================
Comment at: test/ubsan/lit.cfg:8
@@ +7,3 @@
+# because the test hangs.
+if config.target_arch != 'arm':
+ config.available_features.add('stable-runtime')
----------------
Add this piece to the end of test/ubsan/lit.common.cfg instead.
http://reviews.llvm.org/D5793