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 @@ -41,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') - @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."""