Index: test/functionalities/plugins/commands/TestPluginCommands.py =================================================================== --- test/functionalities/plugins/commands/TestPluginCommands.py +++ test/functionalities/plugins/commands/TestPluginCommands.py @@ -9,7 +9,6 @@ from lldbtest import * import lldbutil -@expectedFailureGcc #xfail to get buildbot green, test failed with gcc4.8.2 class PluginCommandTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @@ -22,6 +21,7 @@ @expectedFailureFreeBSD('llvm.org/pr17430') @skipIfi386 # This test links against liblldb.so. Thus, the test requires a 32-bit liblldb.so. + @skipIfGcc # llvm.org/pr23221 @skipIfNoSBHeaders def test_load_plugin(self): """Test that plugins that load commands work correctly."""