This change (committed in rev.233547) caused many tests to no longer run on our OSX Jenkins build. Since we check that a minimum number of tests run, our build is now failing. We run the tests using:
./dosep.py --options "-v --executable $INSTALLDIR/bin/lldb" 2>&1 | tee $INSTALLDIR/test_out.log || true Tests which used to run (like test_NSString_expr_commands_with_dwarf (TestObjCMethods2.FoundationTestCase2) and 11 other tests in that same file) aren't reported as skipped - they are simply absent from the log. Please rework this patch? Thank you. REPOSITORY rL LLVM http://reviews.llvm.org/D8665 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
