Index: test/python_api/value/change_values/TestChangeValueAPI.py =================================================================== --- test/python_api/value/change_values/TestChangeValueAPI.py +++ test/python_api/value/change_values/TestChangeValueAPI.py @@ -24,7 +24,6 @@ @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,6 @@ 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() @expectedFailureFreeBSD("llvm.org/pr15039 test fails intermittently on FreeBSD") def change_value_api(self, exe_name): """Exercise some SBValue APIs."""