[Lldb-commits] [PATCH] Replace sys.platform skips in tests with @skip decorators which check against remote platform.

Dawn Perchik dawn+llvm at burble.org
Tue Apr 7 15:07:48 PDT 2015


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/






More information about the lldb-commits mailing list