[Lldb-commits] [lldb] r180636 - skip randomly failing test to avoid buildbot noise

Daniel Malea daniel.malea at intel.com
Fri Apr 26 14:39:11 PDT 2013


Author: dmalea
Date: Fri Apr 26 16:39:11 2013
New Revision: 180636

URL: http://llvm.org/viewvc/llvm-project?rev=180636&view=rev
Log:
skip randomly failing test to avoid buildbot noise

Modified:
    lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py

Modified: lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py?rev=180636&r1=180635&r2=180636&view=diff
==============================================================================
--- lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py (original)
+++ lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py Fri Apr 26 16:39:11 2013
@@ -41,7 +41,7 @@ class ChangeValueAPITestCase(TestBase):
         self.check_line = line_number('main.c', '// Stop here and check values')
         self.end_line = line_number ('main.c', '// Set a breakpoint here at the end')
 
-    @expectedFailureGcc # PR-15039: If GCC is the test compiler, stdout is not available via lldb.SBProcess.GetSTDOUT()
+    @skipIfGcc # PR-15039: If GCC is the test compiler, stdout is not available via lldb.SBProcess.GetSTDOUT()
     def change_value_api(self, exe_name):
         """Exercise some SBValue APIs."""
         exe = os.path.join(os.getcwd(), exe_name)





More information about the lldb-commits mailing list