[Lldb-commits] [PATCH] D22213: [test] Fix category-based skipping

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 12 08:14:45 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL275173: [test] Fix category-based skipping (authored by labath).

Changed prior to commit:
  http://reviews.llvm.org/D22213?vs=63487&id=63679#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D22213

Files:
  lldb/trunk/packages/Python/lldbsuite/test/test_result.py

Index: lldb/trunk/packages/Python/lldbsuite/test/test_result.py
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/test_result.py
+++ lldb/trunk/packages/Python/lldbsuite/test/test_result.py
@@ -113,8 +113,6 @@
     def hardMarkAsSkipped(self,test):
         getattr(test, test._testMethodName).__func__.__unittest_skip__ = True
         getattr(test, test._testMethodName).__func__.__unittest_skip_why__ = "test case does not fall in any category of interest for this run"
-        test.__class__.__unittest_skip__ = True
-        test.__class__.__unittest_skip_why__ = "test case does not fall in any category of interest for this run"
 
     def startTest(self, test):
         if configuration.shouldSkipBecauseOfCategories(self.getCategoriesForTest(test)):


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22213.63679.patch
Type: text/x-patch
Size: 825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160712/01d771be/attachment.bin>


More information about the lldb-commits mailing list