From f17a85cf362c96b0e501402049ffe16b97c093a2 Mon Sep 17 00:00:00 2001 From: Walter Erquinigo Date: Wed, 15 Apr 2020 16:35:29 -0700 Subject: Revert "[intel-pt] Improve the way the test determines whether to run" This reverts commit da0e91fee614e8686f48db28e6507c8abe061fc2. There's a failure in http://lab.llvm.org:8011/builders/lldb-x86_64-debian/builds/8584 caused by a missing python object. --- lldb/packages/Python/lldbsuite/test/configuration.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index ddae780..9d69438 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -137,9 +137,6 @@ all_tests = set() # LLDB library directory. lldb_libs_dir = None -# A plugin whose tests will be enabled, like intel-pt. -enabled_plugins = [] - def shouldSkipBecauseOfCategories(test_categories): if use_categories: -- cgit v1.1