summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-04-26 21:39:11 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-04-26 21:39:11 +0000
commit25029a00ca3e715f5d312dcc52869e2c7fbd310b (patch)
treee6461605ce721ddfc46c07dee8a1b545f2a1fbcf /lldb/test/python_api/value/change_values/TestChangeValueAPI.py
parentd3afa0c7fbac37046c58a72ebbc6733bf7a64845 (diff)
downloadbcm5719-llvm-25029a00ca3e715f5d312dcc52869e2c7fbd310b.tar.gz
bcm5719-llvm-25029a00ca3e715f5d312dcc52869e2c7fbd310b.zip
skip randomly failing test to avoid buildbot noise
llvm-svn: 180636
Diffstat (limited to 'lldb/test/python_api/value/change_values/TestChangeValueAPI.py')
-rw-r--r--lldb/test/python_api/value/change_values/TestChangeValueAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
index eab22685709..ecbd5da37cf 100644
--- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
+++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
@@ -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)
OpenPOWER on IntegriCloud