diff options
author | Walter Erquinigo <wallace@fb.com> | 2020-04-15 16:35:29 -0700 |
---|---|---|
committer | Walter Erquinigo <wallace@fb.com> | 2020-04-15 16:35:29 -0700 |
commit | f17a85cf362c96b0e501402049ffe16b97c093a2 (patch) | |
tree | 8710afb872360a05bf05f61402f4b4bd28fb4e6c /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | da0e91fee614e8686f48db28e6507c8abe061fc2 (diff) | |
download | llvm-f17a85cf362c96b0e501402049ffe16b97c093a2.zip llvm-f17a85cf362c96b0e501402049ffe16b97c093a2.tar.gz llvm-f17a85cf362c96b0e501402049ffe16b97c093a2.tar.bz2 |
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.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index c4e4b61..b5666ec 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -467,9 +467,6 @@ def parseOptionsAndInitTestdirs(): if args.lldb_libs_dir: configuration.lldb_libs_dir = args.lldb_libs_dir - if args.enabled_plugins: - configuration.enabled_plugins = args.enabled_plugins - # Gather all the dirs passed on the command line. if len(args.args) > 0: configuration.testdirs = [os.path.realpath(os.path.abspath(x)) for x in args.args] |