diff options
| -rw-r--r-- | lldb/test/functionalities/plugins/commands/TestPluginCommands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py index 3ccff1cfa51..4fbb7a677d8 100644 --- a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py +++ b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py @@ -9,7 +9,6 @@ import lldb 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 @@ class PluginCommandTestCase(TestBase): @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.""" |

