From: Pavel Labath Date: Tue, 5 May 2015 12:10:13 +0000 (+0000) Subject: Enable TestChangeValueAPI on Linux X-Git-Tag: llvmorg-3.7.0-rc1~5386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c23ba555c2cbd73548a6362cc4944d4867311400;p=platform%2Fupstream%2Fllvm.git Enable TestChangeValueAPI on Linux the test has passed in the last 300 runs, enabling to see what the build bot says. Also, downgrading skipIfGcc to XFAIL, with plans of enabling it in the future if it shows to be working. llvm-svn: 236496 --- diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py index 5e8e081..804f746 100644 --- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py +++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py @@ -24,7 +24,6 @@ class ChangeValueAPITestCase(TestBase): @python_api_test @dwarf_test - @expectedFailureLinux # this test fails 6/100 dosep runs def test_change_value_with_dwarf(self): """Exercise the SBValue::SetValueFromCString API.""" d = {'EXE': self.exe_name} @@ -42,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') - @skipIfGcc # llvm.org/pr15039: If GCC is the test compiler, stdout is not available via lldb.SBProcess.GetSTDOUT() + @expectedFailureGcc # llvm.org/pr15039: If GCC is the test compiler, stdout is not available via lldb.SBProcess.GetSTDOUT() @expectedFailureFreeBSD("llvm.org/pr15039 test fails intermittently on FreeBSD") def change_value_api(self, exe_name): """Exercise some SBValue APIs."""