Index: lldb/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py =================================================================== --- lldb/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py +++ lldb/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py =================================================================== --- lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py +++ lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import re from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/api/listeners/TestListener.py =================================================================== --- lldb/packages/Python/lldbsuite/test/api/listeners/TestListener.py +++ lldb/packages/Python/lldbsuite/test/api/listeners/TestListener.py @@ -4,9 +4,6 @@ from __future__ import print_function -import copy -import os -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py =================================================================== --- lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py +++ lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py @@ -4,9 +4,6 @@ import os -import re -import subprocess -import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py =================================================================== --- lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py +++ lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py @@ -4,8 +4,6 @@ import os -import re -import subprocess import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py =================================================================== --- lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py +++ lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py @@ -6,11 +6,9 @@ import os -import re from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil -import subprocess class SBBreakpointCallbackCase(TestBase): @@ -47,7 +45,6 @@ self.build_and_test( 'driver.cpp listener_test.cpp test_listener_event_description.cpp', 'test_listener_event_description') - pass @skipIfRemote @skipIfNoSBHeaders @@ -61,7 +58,6 @@ self.build_and_test( 'driver.cpp listener_test.cpp test_listener_event_process_state.cpp', 'test_listener_event_process_state') - pass @skipIfRemote @skipIfNoSBHeaders @@ -74,7 +70,6 @@ self.build_and_test( 'driver.cpp listener_test.cpp test_listener_resume.cpp', 'test_listener_resume') - pass def build_and_test(self, sources, test_name, args=None): """ Build LLDB test from sources, and run expecting 0 exit code """ Index: lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py =================================================================== --- lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py +++ lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py @@ -6,8 +6,6 @@ import lldb -import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py =================================================================== --- lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py +++ lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py @@ -6,8 +6,6 @@ import lldb -import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/arm/emulation/TestEmulations.py =================================================================== --- lldb/packages/Python/lldbsuite/test/arm/emulation/TestEmulations.py +++ lldb/packages/Python/lldbsuite/test/arm/emulation/TestEmulations.py @@ -6,7 +6,6 @@ import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/bench.py =================================================================== --- lldb/packages/Python/lldbsuite/test/bench.py +++ lldb/packages/Python/lldbsuite/test/bench.py @@ -16,8 +16,6 @@ from __future__ import absolute_import import os -import sys -import re from optparse import OptionParser # dotest.py invocation with no '-e exe-path' uses lldb as the inferior program, Index: lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py =================================================================== --- lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py +++ lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbbench import * Index: lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py =================================================================== --- lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py +++ lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py =================================================================== --- lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py +++ lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import sys import lldb from lldbsuite.test.lldbbench import BenchBase Index: lldb/packages/Python/lldbsuite/test/benchmarks/frame_variable/TestFrameVariableResponse.py =================================================================== --- lldb/packages/Python/lldbsuite/test/benchmarks/frame_variable/TestFrameVariableResponse.py +++ lldb/packages/Python/lldbsuite/test/benchmarks/frame_variable/TestFrameVariableResponse.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import sys import lldb from lldbsuite.test import configuration Index: lldb/packages/Python/lldbsuite/test/benchmarks/libcxxlist/TestBenchmarkLibcxxList.py =================================================================== --- lldb/packages/Python/lldbsuite/test/benchmarks/libcxxlist/TestBenchmarkLibcxxList.py +++ lldb/packages/Python/lldbsuite/test/benchmarks/libcxxlist/TestBenchmarkLibcxxList.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbbench import * Index: lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py =================================================================== --- lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py +++ lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbbench import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/benchmarks/startup/TestStartupDelays.py =================================================================== --- lldb/packages/Python/lldbsuite/test/benchmarks/startup/TestStartupDelays.py +++ lldb/packages/Python/lldbsuite/test/benchmarks/startup/TestStartupDelays.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import sys import lldb from lldbsuite.test import configuration Index: lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py =================================================================== --- lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py +++ lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py @@ -2,7 +2,6 @@ from __future__ import print_function -import os import sys import lldb from lldbsuite.test import configuration Index: lldb/packages/Python/lldbsuite/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py =================================================================== --- lldb/packages/Python/lldbsuite/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py +++ lldb/packages/Python/lldbsuite/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import sys import lldb from lldbsuite.test.lldbbench import * Index: lldb/packages/Python/lldbsuite/test/concurrent_base.py =================================================================== --- lldb/packages/Python/lldbsuite/test/concurrent_base.py +++ lldb/packages/Python/lldbsuite/test/concurrent_base.py @@ -14,8 +14,6 @@ import unittest2 -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/configuration.py =================================================================== --- lldb/packages/Python/lldbsuite/test/configuration.py +++ lldb/packages/Python/lldbsuite/test/configuration.py @@ -12,8 +12,6 @@ # System modules import os -import platform -import subprocess # Third-party modules Index: lldb/packages/Python/lldbsuite/test/darwin_log.py =================================================================== --- lldb/packages/Python/lldbsuite/test/darwin_log.py +++ lldb/packages/Python/lldbsuite/test/darwin_log.py @@ -6,7 +6,6 @@ from __future__ import print_function import json -import os import platform import re import sys Index: lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py =================================================================== --- lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py +++ lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/completion/TestExprCompletion.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/completion/TestExprCompletion.py +++ lldb/packages/Python/lldbsuite/test/expression_command/completion/TestExprCompletion.py @@ -4,8 +4,6 @@ from __future__ import print_function -import random -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/TestAllowJIT.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/TestAllowJIT.py +++ lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/TestAllowJIT.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py +++ lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py +++ lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py @@ -2,8 +2,6 @@ Test PHI nodes work in the IR interpreter. """ -import os -import os.path import lldb from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py +++ lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py @@ -6,8 +6,6 @@ import unittest2 -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py +++ lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py @@ -7,8 +7,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py +++ lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py @@ -10,8 +10,6 @@ from __future__ import print_function -import os -import time import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestNestedPersistentTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestNestedPersistentTypes.py +++ lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestNestedPersistentTypes.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestPersistentTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestPersistentTypes.py +++ lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestPersistentTypes.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/TestPersistentVariables.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/TestPersistentVariables.py +++ lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/TestPersistentVariables.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/radar_8638051/Test8638051.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/radar_8638051/Test8638051.py +++ lldb/packages/Python/lldbsuite/test/expression_command/radar_8638051/Test8638051.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/radar_9531204/TestPrintfAfterUp.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/radar_9531204/TestPrintfAfterUp.py +++ lldb/packages/Python/lldbsuite/test/expression_command/radar_9531204/TestPrintfAfterUp.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/radar_9673664/TestExprHelpExamples.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/radar_9673664/TestExprHelpExamples.py +++ lldb/packages/Python/lldbsuite/test/expression_command/radar_9673664/TestExprHelpExamples.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/save_jit_objects/TestSaveJITObjects.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/save_jit_objects/TestSaveJITObjects.py +++ lldb/packages/Python/lldbsuite/test/expression_command/save_jit_objects/TestSaveJITObjects.py @@ -5,7 +5,6 @@ from __future__ import print_function import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py +++ lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py @@ -16,8 +16,6 @@ import unittest2 -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs2.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs2.py +++ lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs2.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/top-level/TestTopLevelExprs.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/top-level/TestTopLevelExprs.py +++ lldb/packages/Python/lldbsuite/test/expression_command/top-level/TestTopLevelExprs.py @@ -7,8 +7,6 @@ import unittest2 -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py +++ lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py @@ -7,8 +7,6 @@ import unittest2 -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/TestWeakSymbols.py =================================================================== --- lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/TestWeakSymbols.py +++ lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/TestWeakSymbols.py @@ -7,8 +7,6 @@ import os -import time -import re import lldb from lldbsuite.test import decorators import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py +++ lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestCommonShortSpellings.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestCommonShortSpellings.py +++ lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestCommonShortSpellings.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/apropos_with_process/TestAproposWithProcess.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/apropos_with_process/TestAproposWithProcess.py +++ lldb/packages/Python/lldbsuite/test/functionalities/apropos_with_process/TestAproposWithProcess.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py +++ lldb/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py +++ lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py +++ lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import json import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py +++ lldb/packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/TestFdLeak.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/TestFdLeak.py +++ lldb/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/TestFdLeak.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test import lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/backticks/TestBackticksWithoutATarget.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/backticks/TestBackticksWithoutATarget.py +++ lldb/packages/Python/lldbsuite/test/functionalities/backticks/TestBackticksWithoutATarget.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import re -import sys import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py @@ -6,7 +6,6 @@ import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py @@ -4,8 +4,6 @@ from __future__ import print_function -import os -import time import re import unittest2 import lldb Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py @@ -6,13 +6,9 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil -import shutil -import subprocess class TestBreakpointLanguage(TestBase): Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py @@ -6,8 +6,6 @@ import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py @@ -2,7 +2,6 @@ Test inferior restart when breakpoint is set on running target. """ -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py @@ -5,7 +5,6 @@ import os -import shutil import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import re -import sys import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/TestBreakpointsWithNoTargets.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/TestBreakpointsWithNoTargets.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/TestBreakpointsWithNoTargets.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import shutil import subprocess import lldb Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py @@ -4,8 +4,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py @@ -6,8 +6,6 @@ import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py @@ -6,8 +6,6 @@ import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/command_history/TestCommandHistory.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/command_history/TestCommandHistory.py +++ lldb/packages/Python/lldbsuite/test/functionalities/command_history/TestCommandHistory.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py +++ lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py +++ lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py @@ -3,9 +3,6 @@ from __future__ import print_function -import os -import sys -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/rdar-12586188/TestRdar12586188.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/rdar-12586188/TestRdar12586188.py +++ lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/rdar-12586188/TestRdar12586188.py @@ -3,9 +3,6 @@ from __future__ import print_function -import os -import sys -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/command_script/mysto.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/command_script/mysto.py +++ lldb/packages/Python/lldbsuite/test/functionalities/command_script/mysto.py @@ -1,9 +1,6 @@ from __future__ import print_function import lldb -import sys -import os -import time def StepOver(debugger, args, result, dict): Index: lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/TestCommandScriptAlias.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/TestCommandScriptAlias.py +++ lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/TestCommandScriptAlias.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/tcsacmd.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/tcsacmd.py +++ lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/tcsacmd.py @@ -1,6 +1,5 @@ from __future__ import print_function import lldb -import sys def some_command_here(debugger, command, result, d): Index: lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py +++ lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import sys import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py +++ lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/conditional_break.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/conditional_break.py +++ lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/conditional_break.py @@ -1,4 +1,3 @@ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity-chain/TestDarwinLogFilterMatchActivityChain.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity-chain/TestDarwinLogFilterMatchActivityChain.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity-chain/TestDarwinLogFilterMatchActivityChain.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity/TestDarwinLogFilterMatchActivity.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity/TestDarwinLogFilterMatchActivity.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity/TestDarwinLogFilterMatchActivity.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/category/TestDarwinLogFilterMatchCategory.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/category/TestDarwinLogFilterMatchCategory.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/category/TestDarwinLogFilterMatchCategory.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/message/TestDarwinLogFilterMatchMessage.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/message/TestDarwinLogFilterMatchMessage.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/message/TestDarwinLogFilterMatchMessage.py @@ -9,7 +9,6 @@ from __future__ import print_function import lldb -import os import re from lldbsuite.test import decorators Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/subsystem/TestDarwinLogFilterMatchSubsystem.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/subsystem/TestDarwinLogFilterMatchSubsystem.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/subsystem/TestDarwinLogFilterMatchSubsystem.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity-chain/TestDarwinLogFilterRegexActivityChain.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity-chain/TestDarwinLogFilterRegexActivityChain.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity-chain/TestDarwinLogFilterRegexActivityChain.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity/TestDarwinLogFilterRegexActivity.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity/TestDarwinLogFilterRegexActivity.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity/TestDarwinLogFilterRegexActivity.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/category/TestDarwinLogFilterRegexCategory.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/category/TestDarwinLogFilterRegexCategory.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/category/TestDarwinLogFilterRegexCategory.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py @@ -9,7 +9,6 @@ # System imports from __future__ import print_function -import re # LLDB imports import lldb Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/subsystem/TestDarwinLogFilterRegexSubsystem.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/subsystem/TestDarwinLogFilterRegexSubsystem.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/subsystem/TestDarwinLogFilterRegexSubsystem.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/debug/TestDarwinLogSourceDebug.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/debug/TestDarwinLogSourceDebug.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/debug/TestDarwinLogSourceDebug.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/info/TestDarwinLogSourceInfo.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/info/TestDarwinLogSourceInfo.py +++ lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/info/TestDarwinLogSourceInfo.py @@ -9,8 +9,6 @@ from __future__ import print_function import lldb -import os -import re from lldbsuite.test import decorators from lldbsuite.test import lldbtest Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/TestCompactVectors.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/TestCompactVectors.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/TestCompactVectors.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-disabling/TestDataFormatterDisabling.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-disabling/TestDataFormatterDisabling.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-disabling/TestDataFormatterDisabling.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-enum-format/TestDataFormatterEnumFormat.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-enum-format/TestDataFormatterEnumFormat.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-enum-format/TestDataFormatterEnumFormat.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-globals/TestDataFormatterGlobals.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-globals/TestDataFormatterGlobals.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-globals/TestDataFormatterGlobals.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/TestDataFormatterNamedSummaries.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/TestDataFormatterNamedSummaries.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/TestDataFormatterNamedSummaries.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py @@ -6,9 +6,6 @@ from __future__ import print_function -import os -import time -import datetime import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py @@ -6,9 +6,6 @@ from __future__ import print_function -import os -import time -import datetime import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/TestFormattersOneIsSingular.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/TestFormattersOneIsSingular.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/TestFormattersOneIsSingular.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-ptr-to-array/TestPtrToArrayFormatting.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-ptr-to-array/TestPtrToArrayFormatting.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-ptr-to-array/TestPtrToArrayFormatting.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/TestDataFormatterScript.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/TestDataFormatterScript.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/TestDataFormatterScript.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py @@ -6,7 +6,6 @@ import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py @@ -6,9 +6,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/optional/TestDataFormatterLibcxxOptional.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/optional/TestDataFormatterLibcxxOptional.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/optional/TestDataFormatterLibcxxOptional.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py @@ -4,8 +4,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/TestDataFormatterStdTuple.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/TestDataFormatterStdTuple.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/TestDataFormatterStdTuple.py @@ -4,8 +4,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/TestDataFormatterStdUniquePtr.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/TestDataFormatterStdUniquePtr.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/TestDataFormatterStdUniquePtr.py @@ -4,8 +4,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/TestDataFormatterSynthType.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/TestDataFormatterSynthType.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/TestDataFormatterSynthType.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/format-propagation/TestFormatPropagation.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/format-propagation/TestFormatPropagation.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/format-propagation/TestFormatPropagation.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/frameformat_smallstruct/TestFrameFormatSmallStruct.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/frameformat_smallstruct/TestFrameFormatSmallStruct.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/frameformat_smallstruct/TestFrameFormatSmallStruct.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/hexcaps/TestDataFormatterHexCaps.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/hexcaps/TestDataFormatterHexCaps.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/hexcaps/TestDataFormatterHexCaps.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/TestNSArraySynthetic.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/TestNSArraySynthetic.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/TestNSArraySynthetic.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/TestNSDictionarySynthetic.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/TestNSDictionarySynthetic.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/TestNSDictionarySynthetic.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/TestNSSetSynthetic.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/TestNSSetSynthetic.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/TestNSSetSynthetic.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/TestFormattersOsType.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/TestFormattersOsType.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/TestFormattersOsType.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/TestPrintArray.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/TestPrintArray.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/TestPrintArray.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/TestPrintObjectArray.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/TestPrintObjectArray.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/TestPrintObjectArray.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ptr_ref_typedef/TestPtrRef2Typedef.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ptr_ref_typedef/TestPtrRef2Typedef.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ptr_ref_typedef/TestPtrRef2Typedef.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/refpointer-recursion/TestDataFormatterRefPtrRecursion.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/refpointer-recursion/TestDataFormatterRefPtrRecursion.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/refpointer-recursion/TestDataFormatterRefPtrRecursion.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/summary-string-onfail/Test-rdar-9974002.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/summary-string-onfail/Test-rdar-9974002.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/summary-string-onfail/Test-rdar-9974002.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/TestSyntheticCapping.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/TestSyntheticCapping.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/TestSyntheticCapping.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/TestSyntheticFilterRecompute.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/TestSyntheticFilterRecompute.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/TestSyntheticFilterRecompute.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_arg/TestTypeSummaryListArg.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_arg/TestTypeSummaryListArg.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_arg/TestTypeSummaryListArg.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/TestTypeSummaryListScript.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/TestTypeSummaryListScript.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/TestTypeSummaryListScript.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/user-format-vs-summary/TestUserFormatVsSummary.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/user-format-vs-summary/TestUserFormatVsSummary.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/user-format-vs-summary/TestUserFormatVsSummary.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/TestVarInAggregateMisuse.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/TestVarInAggregateMisuse.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/TestVarInAggregateMisuse.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/TestDataFormatterVarScriptFormatting.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/TestDataFormatterVarScriptFormatting.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/TestDataFormatterVarScriptFormatting.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import os.path import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py +++ lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py +++ lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py +++ lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py @@ -6,7 +6,6 @@ import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py +++ lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestFrameDisassemble.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestFrameDisassemble.py +++ lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestFrameDisassemble.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py +++ lldb/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py +++ lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py @@ -5,8 +5,6 @@ import lldb -import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py +++ lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/TestFatArchives.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/TestFatArchives.py +++ lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/TestFatArchives.py @@ -5,8 +5,6 @@ import lldb -import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/format/TestFormats.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/format/TestFormats.py +++ lldb/packages/Python/lldbsuite/test/functionalities/format/TestFormats.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/array/TestArray.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/array/TestArray.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/array/TestArray.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/bad-reference/TestBadReference.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/bad-reference/TestBadReference.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/bad-reference/TestBadReference.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/complicated-expression/TestComplicatedExpression.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/complicated-expression/TestComplicatedExpression.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/complicated-expression/TestComplicatedExpression.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-this/TestDiagnoseDereferenceThis.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-this/TestDiagnoseDereferenceThis.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-this/TestDiagnoseDereferenceThis.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/inheritance/TestDiagnoseInheritance.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/inheritance/TestDiagnoseInheritance.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/inheritance/TestDiagnoseInheritance.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/local-variable/TestLocalVariable.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/local-variable/TestLocalVariable.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/local-variable/TestLocalVariable.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame-language/TestGuessLanguage.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame-language/TestGuessLanguage.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame-language/TestGuessLanguage.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/frame_var/TestFrameVar.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/frame_var/TestFrameVar.py +++ lldb/packages/Python/lldbsuite/test/functionalities/frame_var/TestFrameVar.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py +++ lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py @@ -1,6 +1,5 @@ import os import os.path -import subprocess import threading import socket import lldb Index: lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system.py +++ lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system.py @@ -1,5 +1,4 @@ import lldb -import struct class OperatingSystemPlugIn(object): Index: lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system_2.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system_2.py +++ lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system_2.py @@ -1,5 +1,4 @@ import lldb -import struct class OperatingSystemPlugIn(object): Index: lldb/packages/Python/lldbsuite/test/functionalities/history/TestHistoryRecall.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/history/TestHistoryRecall.py +++ lldb/packages/Python/lldbsuite/test/functionalities/history/TestHistoryRecall.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py +++ lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test import lldbutil from lldbsuite.test import lldbplatformutil Index: lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py +++ lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashing.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashing.py +++ lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashing.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test import lldbutil from lldbsuite.test import lldbplatformutil Index: lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashingStep.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashingStep.py +++ lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashingStep.py @@ -2,8 +2,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test import lldbutil from lldbsuite.test import lldbplatformutil Index: lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py +++ lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py +++ lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py @@ -2,8 +2,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py +++ lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py @@ -3,9 +3,6 @@ from __future__ import print_function -import os -import time -import sys import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/TestJITLoaderGDB.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/TestJITLoaderGDB.py +++ lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/TestJITLoaderGDB.py @@ -8,7 +8,6 @@ from lldbsuite.test import lldbutil from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * -import re file_index = 0 Index: lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py +++ lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py @@ -5,8 +5,6 @@ import lldb -import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py +++ lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py @@ -6,7 +6,6 @@ import os -import time import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/TestLoadUsingPaths.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/TestLoadUsingPaths.py +++ lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/TestLoadUsingPaths.py @@ -6,8 +6,6 @@ import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py +++ lldb/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py +++ lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py +++ lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/memory/read/TestMemoryRead.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/memory/read/TestMemoryRead.py +++ lldb/packages/Python/lldbsuite/test/functionalities/memory/read/TestMemoryRead.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py +++ lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py @@ -2,8 +2,6 @@ Tests basic Main Thread Checker support (detecting a main-thread-only violation). """ -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/multidebugger_commands/TestMultipleDebuggersCommands.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/multidebugger_commands/TestMultipleDebuggersCommands.py +++ lldb/packages/Python/lldbsuite/test/functionalities/multidebugger_commands/TestMultipleDebuggersCommands.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/TestNestedAlias.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/TestNestedAlias.py +++ lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/TestNestedAlias.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py +++ lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py @@ -6,7 +6,6 @@ import lldb import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil @@ -38,7 +37,6 @@ current_directory_spec = lldb.SBFileSpec(os.path.curdir) current_directory_string = current_directory_spec.GetDirectory() self.assertNotEqual(current_directory_string[-1:], '/') - pass @skipUnlessPlatform(["windows"]) @no_debug_info_test Index: lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py +++ lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformPython.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformPython.py +++ lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformPython.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py +++ lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py +++ lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py @@ -6,8 +6,6 @@ import os -import time -import re import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/TestGCore.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/TestGCore.py +++ lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/TestGCore.py @@ -4,8 +4,6 @@ from __future__ import print_function -import shutil -import struct import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py +++ lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py @@ -4,8 +4,6 @@ from __future__ import print_function -import shutil -import struct import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py +++ lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py @@ -4,8 +4,6 @@ from __future__ import print_function -import shutil -import struct import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/operating_system.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/operating_system.py +++ lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/operating_system.py @@ -1,5 +1,4 @@ import lldb -import struct class OperatingSystemPlugIn(object): Index: lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py +++ lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py @@ -5,7 +5,6 @@ from __future__ import print_function from six import iteritems -import shutil import lldb import os Index: lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py +++ lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py @@ -4,9 +4,7 @@ from __future__ import division, print_function -import shutil import signal -import struct import os import lldb Index: lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py +++ lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py @@ -6,7 +6,6 @@ import os -import time import lldb import shutil from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/TestAttachDenied.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/TestAttachDenied.py +++ lldb/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/TestAttachDenied.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py +++ lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py @@ -4,9 +4,7 @@ from __future__ import print_function -import copy import os -import time import lldb from lldbsuite.test.decorators import * @@ -166,7 +164,6 @@ try: os.remove(out_file_path) os.remove(err_file_path) - pass except OSError: pass @@ -206,4 +203,3 @@ self.assertEqual(value, evil_var) process.Continue() self.assertEqual(process.GetState(), lldb.eStateExited, PROCESS_EXITED) - pass Index: lldb/packages/Python/lldbsuite/test/functionalities/process_save_core/TestProcessSaveCore.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/process_save_core/TestProcessSaveCore.py +++ lldb/packages/Python/lldbsuite/test/functionalities/process_save_core/TestProcessSaveCore.py @@ -5,7 +5,6 @@ from __future__ import print_function import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py +++ lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py +++ lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/TestMPXRegisters.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/TestMPXRegisters.py +++ lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/TestMPXRegisters.py @@ -5,10 +5,6 @@ from __future__ import print_function -import os -import sys -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py +++ lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py @@ -5,10 +5,6 @@ from __future__ import print_function -import os -import sys -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/register/register_command/TestRegisters.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/register/register_command/TestRegisters.py +++ lldb/packages/Python/lldbsuite/test/functionalities/register/register_command/TestRegisters.py @@ -7,8 +7,6 @@ import os import sys -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/rerun/TestRerun.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/rerun/TestRerun.py +++ lldb/packages/Python/lldbsuite/test/functionalities/rerun/TestRerun.py @@ -5,8 +5,6 @@ import lldb -import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py +++ lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/set-data/TestSetData.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/set-data/TestSetData.py +++ lldb/packages/Python/lldbsuite/test/functionalities/set-data/TestSetData.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py +++ lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py @@ -3,9 +3,6 @@ from __future__ import print_function -import os -import time -import signal import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/TestHandleAbort.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/TestHandleAbort.py +++ lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/TestHandleAbort.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-segv/TestHandleSegv.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-segv/TestHandleSegv.py +++ lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-segv/TestHandleSegv.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/signal/raise/TestRaise.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/signal/raise/TestRaise.py +++ lldb/packages/Python/lldbsuite/test/functionalities/signal/raise/TestRaise.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import lldb import re from lldbsuite.test.lldbplatformutil import getDarwinOSTriples Index: lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py +++ lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import re -import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py +++ lldb/packages/Python/lldbsuite/test/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py @@ -6,9 +6,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py +++ lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py @@ -6,7 +6,6 @@ import lldb -import sys from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py +++ lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py @@ -3,7 +3,6 @@ """ import lldb -import sys from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/TestBacktraceAll.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/TestBacktraceAll.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/TestBacktraceAll.py @@ -2,8 +2,6 @@ Test regression for Bug 25251. """ -import os -import time import unittest2 import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/num_threads/TestNumThreads.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/num_threads/TestNumThreads.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/num_threads/TestNumThreads.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py @@ -6,8 +6,6 @@ import unittest2 -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/step_until/TestStepUntil.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/step_until/TestStepUntil.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/step_until/TestStepUntil.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py +++ lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py @@ -6,9 +6,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py +++ lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py @@ -2,8 +2,6 @@ Tests basic ThreadSanitizer support (detecting a data race). """ -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/TestTsanCPPGlobalLocation.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/TestTsanCPPGlobalLocation.py +++ lldb/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/TestTsanCPPGlobalLocation.py @@ -2,8 +2,6 @@ Tests that TSan correctly reports the filename and line number of a racy global C++ variable. """ -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/tsan/global_location/TestTsanGlobalLocation.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/tsan/global_location/TestTsanGlobalLocation.py +++ lldb/packages/Python/lldbsuite/test/functionalities/tsan/global_location/TestTsanGlobalLocation.py @@ -2,8 +2,6 @@ Tests that TSan correctly reports the filename and line number of a racy global variable. """ -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py +++ lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py @@ -2,8 +2,6 @@ Test ThreadSanitizer when multiple different issues are found. """ -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py +++ lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py @@ -2,13 +2,10 @@ Tests ThreadSanitizer's support to detect a leaked thread. """ -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * import lldbsuite.test.lldbutil as lldbutil -import json class TsanThreadLeakTestCase(TestBase): Index: lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py +++ lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py @@ -2,8 +2,6 @@ Tests that TSan and LLDB have correct thread numbers. """ -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py +++ lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py @@ -7,7 +7,6 @@ import unittest2 import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/type_completion/TestTypeCompletion.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/type_completion/TestTypeCompletion.py +++ lldb/packages/Python/lldbsuite/test/functionalities/type_completion/TestTypeCompletion.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py +++ lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py @@ -5,9 +5,6 @@ from __future__ import print_function -import datetime -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/ubsan/basic/TestUbsanBasic.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/ubsan/basic/TestUbsanBasic.py +++ lldb/packages/Python/lldbsuite/test/functionalities/ubsan/basic/TestUbsanBasic.py @@ -3,7 +3,6 @@ """ import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/TestUbsanUserExpression.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/TestUbsanUserExpression.py +++ lldb/packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/TestUbsanUserExpression.py @@ -2,13 +2,10 @@ Test that hitting a UBSan issue while running user expression doesn't break the evaluation. """ -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * import lldbsuite.test.lldbutil as lldbutil -import json class UbsanUserExpressionTestCase(TestBase): Index: lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/TestEhFrameUnwind.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/TestEhFrameUnwind.py +++ lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/TestEhFrameUnwind.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py +++ lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py +++ lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py @@ -5,8 +5,6 @@ from __future__ import print_function -import shutil -import struct import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py +++ lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py +++ lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py @@ -15,7 +15,6 @@ import unittest2 import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/value_md5_crash/TestValueMD5Crash.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/value_md5_crash/TestValueMD5Crash.py +++ lldb/packages/Python/lldbsuite/test/functionalities/value_md5_crash/TestValueMD5Crash.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py +++ lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multi_watchpoint_slots/TestWatchpointMultipleSlots.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multi_watchpoint_slots/TestWatchpointMultipleSlots.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multi_watchpoint_slots/TestWatchpointMultipleSlots.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_hits/TestMultipleHits.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_hits/TestMultipleHits.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_hits/TestMultipleHits.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py @@ -6,8 +6,6 @@ import unittest2 -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py @@ -6,7 +6,6 @@ import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_disable/TestWatchpointDisable.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_disable/TestWatchpointDisable.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_disable/TestWatchpointDisable.py @@ -2,7 +2,6 @@ Test that the SBWatchpoint::SetEnable API works. """ -import os import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/TestWatchpointSizes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/TestWatchpointSizes.py +++ lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/TestWatchpointSizes.py @@ -7,8 +7,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py =================================================================== --- lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py +++ lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py @@ -4,8 +4,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/help/TestApropos.py =================================================================== --- lldb/packages/Python/lldbsuite/test/help/TestApropos.py +++ lldb/packages/Python/lldbsuite/test/help/TestApropos.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/help/TestHelp.py =================================================================== --- lldb/packages/Python/lldbsuite/test/help/TestHelp.py +++ lldb/packages/Python/lldbsuite/test/help/TestHelp.py @@ -8,7 +8,6 @@ import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * @@ -72,7 +71,6 @@ # Just fallthrough... import traceback traceback.print_exc() - pass # Use None to signify that we are not able to grok the version number. return None Index: lldb/packages/Python/lldbsuite/test/lang/c/anonymous/TestAnonymous.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/anonymous/TestAnonymous.py +++ lldb/packages/Python/lldbsuite/test/lang/c/anonymous/TestAnonymous.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/array_types/TestArrayTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/array_types/TestArrayTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/c/array_types/TestArrayTypes.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py +++ lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py +++ lldb/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py @@ -4,8 +4,6 @@ import unittest2 -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/TestConflictingSymbol.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/TestConflictingSymbol.py +++ lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/TestConflictingSymbol.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py +++ lldb/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/lang/c/find_struct_type/TestFindStructTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/find_struct_type/TestFindStructTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/c/find_struct_type/TestFindStructTypes.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/forward/TestForwardDeclaration.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/forward/TestForwardDeclaration.py +++ lldb/packages/Python/lldbsuite/test/lang/c/forward/TestForwardDeclaration.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/c/function_types/TestFunctionTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/function_types/TestFunctionTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/c/function_types/TestFunctionTypes.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/local_types/TestUseClosestType.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/local_types/TestUseClosestType.py +++ lldb/packages/Python/lldbsuite/test/lang/c/local_types/TestUseClosestType.py @@ -8,9 +8,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py +++ lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py @@ -3,10 +3,7 @@ from __future__ import print_function -from distutils.version import StrictVersion import os -import time -import platform import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/c/register_variables/TestRegisterVariables.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/register_variables/TestRegisterVariables.py +++ lldb/packages/Python/lldbsuite/test/lang/c/register_variables/TestRegisterVariables.py @@ -2,8 +2,6 @@ from __future__ import print_function -import os -import time import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py +++ lldb/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py +++ lldb/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py @@ -2,8 +2,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestStepAndBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestStepAndBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestStepAndBreakpoints.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py +++ lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/tls_globals/TestTlsGlobals.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/tls_globals/TestTlsGlobals.py +++ lldb/packages/Python/lldbsuite/test/lang/c/tls_globals/TestTlsGlobals.py @@ -5,7 +5,6 @@ import unittest2 import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/c/typedef/Testtypedef.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/c/typedef/Testtypedef.py +++ lldb/packages/Python/lldbsuite/test/lang/c/typedef/Testtypedef.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/TestChar1632T.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/TestChar1632T.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/TestChar1632T.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypes.py @@ -4,7 +4,6 @@ import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypesDisassembly.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypesDisassembly.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypesDisassembly.py @@ -6,7 +6,6 @@ import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py @@ -6,9 +6,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py @@ -6,9 +6,6 @@ import unittest2 -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/TestCPP11EnumTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/TestCPP11EnumTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/TestCPP11EnumTypes.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/inlines/TestInlines.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/inlines/TestInlines.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/inlines/TestInlines.py @@ -2,8 +2,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/signed_types/TestSignedTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/signed_types/TestSignedTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/signed_types/TestSignedTypes.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py @@ -6,7 +6,6 @@ import lldb -import sys from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py @@ -6,8 +6,6 @@ import unittest2 -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py @@ -7,7 +7,6 @@ import unittest2 import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/TestUnicodeLiterals.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/TestUnicodeLiterals.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/TestUnicodeLiterals.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py @@ -5,7 +5,6 @@ from __future__ import print_function import os -import time import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/TestCxxWCharT.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/TestCxxWCharT.py +++ lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/TestCxxWCharT.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/lang/mixed/TestMixedLanguages.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/mixed/TestMixedLanguages.py +++ lldb/packages/Python/lldbsuite/test/lang/mixed/TestMixedLanguages.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import re import lldb from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/blocks/TestObjCIvarsInBlocks.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/blocks/TestObjCIvarsInBlocks.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/blocks/TestObjCIvarsInBlocks.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/TestConflictingDefinition.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/TestConflictingDefinition.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/TestConflictingDefinition.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/forward-decl/TestForwardDecl.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/forward-decl/TestForwardDecl.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/forward-decl/TestForwardDecl.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestConstStrings.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestConstStrings.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestConstStrings.py @@ -6,8 +6,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestFoundationDisassembly.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestFoundationDisassembly.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestFoundationDisassembly.py @@ -7,7 +7,6 @@ import unittest2 import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods.py @@ -8,9 +8,7 @@ import os import os.path -import time import lldb -import string from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjectDescriptionAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjectDescriptionAPI.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjectDescriptionAPI.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestRuntimeTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestRuntimeTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestRuntimeTypes.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestSymbolTable.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestSymbolTable.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestSymbolTable.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/hidden-ivars/TestHiddenIvars.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/hidden-ivars/TestHiddenIvars.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/hidden-ivars/TestHiddenIvars.py @@ -4,9 +4,7 @@ import unittest2 -import os import subprocess -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py @@ -3,12 +3,8 @@ from __future__ import print_function -from distutils.version import StrictVersion import unittest2 -import os -import time import lldb -import platform from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/TestClangModulesCache.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/TestClangModulesCache.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/TestClangModulesCache.py @@ -5,8 +5,6 @@ import unittest2 import os -import time -import platform import shutil import lldb Index: lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/TestIncompleteModules.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/TestIncompleteModules.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/TestIncompleteModules.py @@ -4,8 +4,6 @@ import unittest2 -import platform -from distutils.version import StrictVersion from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py @@ -3,12 +3,8 @@ from __future__ import print_function -from distutils.version import StrictVersion import unittest2 -import os -import time -import platform import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py @@ -4,10 +4,6 @@ import unittest2 -import os -import time -import platform -from distutils.version import StrictVersion import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc++/TestObjCXX.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc++/TestObjCXX.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc++/TestObjCXX.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-baseclass-sbtype/TestObjCBaseClassSBType.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-baseclass-sbtype/TestObjCBaseClassSBType.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-baseclass-sbtype/TestObjCBaseClassSBType.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-builtin-types/TestObjCBuiltinTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-builtin-types/TestObjCBuiltinTypes.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-builtin-types/TestObjCBuiltinTypes.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-optimized/TestObjcOptimized.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-optimized/TestObjcOptimized.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-optimized/TestObjcOptimized.py @@ -9,8 +9,6 @@ from __future__ import print_function -import os -import time import lldb import re Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method/TestObjCStaticMethod.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method/TestObjCStaticMethod.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method/TestObjCStaticMethod.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-stepping/TestObjCStepping.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-stepping/TestObjCStepping.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-stepping/TestObjCStepping.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-return/TestObjCStructReturn.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-return/TestObjCStructReturn.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-return/TestObjCStructReturn.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/print-obj/TestPrintObj.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/print-obj/TestPrintObj.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/print-obj/TestPrintObj.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/ptr_refs/TestPtrRefsObjC.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/ptr_refs/TestPtrRefsObjC.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/ptr_refs/TestPtrRefsObjC.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/rdar-10967107/TestRdar10967107.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/rdar-10967107/TestRdar10967107.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/rdar-10967107/TestRdar10967107.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/rdar-11355592/TestRdar11355592.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/rdar-11355592/TestRdar11355592.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/rdar-11355592/TestRdar11355592.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/TestRdar12408181.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/TestRdar12408181.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/TestRdar12408181.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/TestRealDefinition.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/TestRealDefinition.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/TestRealDefinition.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/TestObjCSingleEntryDictionary.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/TestObjCSingleEntryDictionary.py +++ lldb/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/TestObjCSingleEntryDictionary.py @@ -4,11 +4,7 @@ import unittest2 -import os -import time -import platform -from distutils.version import StrictVersion import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py +++ lldb/packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py @@ -2,7 +2,6 @@ from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * import lldbsuite.test.lldbutil as lldbutil -import os import unittest2 Index: lldb/packages/Python/lldbsuite/test/linux/add-symbols/TestTargetSymbolsAddCommand.py =================================================================== --- lldb/packages/Python/lldbsuite/test/linux/add-symbols/TestTargetSymbolsAddCommand.py +++ lldb/packages/Python/lldbsuite/test/linux/add-symbols/TestTargetSymbolsAddCommand.py @@ -1,8 +1,5 @@ """ Testing explicit symbol loading via target symbols add. """ -import os -import time import lldb -import sys from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py =================================================================== --- lldb/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py +++ lldb/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py @@ -6,7 +6,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/TestMixedDwarfBinary.py =================================================================== --- lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/TestMixedDwarfBinary.py +++ lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/TestMixedDwarfBinary.py @@ -1,7 +1,5 @@ """ Testing debugging of a binary with "mixed" dwarf (with/without fission). """ -import os import lldb -import sys from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py =================================================================== --- lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py +++ lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py @@ -1,8 +1,5 @@ """ Testing separate debug info loading for base binary with a symlink. """ -import os -import time import lldb -import sys from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py =================================================================== --- lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py +++ lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py @@ -6,7 +6,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/lldbcurses.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lldbcurses.py +++ lldb/packages/Python/lldbsuite/test/lldbcurses.py @@ -4,7 +4,6 @@ import curses import curses.panel import sys -import time # Third-party modules import six @@ -239,7 +238,6 @@ def relinquish_first_responder(self): '''Override if there is something that you need to do when you lose first responder status.''' - pass # def resign_first_responder(self, remove_from_parent, new_first_responder): # success = False Index: lldb/packages/Python/lldbsuite/test/lldbpexpect.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lldbpexpect.py +++ lldb/packages/Python/lldbsuite/test/lldbpexpect.py @@ -2,7 +2,6 @@ from __future__ import absolute_import # System modules -import os import sys # Third-party modules Index: lldb/packages/Python/lldbsuite/test/lldbtest.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lldbtest.py +++ lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -36,12 +36,10 @@ # System modules import abc -import collections from distutils.version import LooseVersion from functools import wraps import gc import glob -import inspect import io import os.path import re @@ -976,7 +974,6 @@ # unexpected error raise # child is already terminated - pass finally: # Give it one final blow to make sure the child is terminated. self.child.close() Index: lldb/packages/Python/lldbsuite/test/lldbutil.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lldbutil.py +++ lldb/packages/Python/lldbsuite/test/lldbutil.py @@ -8,12 +8,10 @@ from __future__ import absolute_import # System modules -import collections import errno import os import re import sys -import time # Third-party modules from six import StringIO as SixStringIO Index: lldb/packages/Python/lldbsuite/test/lock.py =================================================================== --- lldb/packages/Python/lldbsuite/test/lock.py +++ lldb/packages/Python/lldbsuite/test/lock.py @@ -3,7 +3,6 @@ """ import fcntl -import os class Lock: Index: lldb/packages/Python/lldbsuite/test/logging/TestLogging.py =================================================================== --- lldb/packages/Python/lldbsuite/test/logging/TestLogging.py +++ lldb/packages/Python/lldbsuite/test/logging/TestLogging.py @@ -6,8 +6,6 @@ import os -import time -import string import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py +++ lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py @@ -3,10 +3,7 @@ from __future__ import print_function -import os -import time import lldb -import sys from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/macosx/duplicate-archive-members/TestDuplicateMembers.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/duplicate-archive-members/TestDuplicateMembers.py +++ lldb/packages/Python/lldbsuite/test/macosx/duplicate-archive-members/TestDuplicateMembers.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py +++ lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/TestDeepBundle.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/TestDeepBundle.py +++ lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/TestDeepBundle.py @@ -3,7 +3,6 @@ from __future__ import print_function #import unittest2 -import os.path from time import sleep import lldb Index: lldb/packages/Python/lldbsuite/test/macosx/function-starts/TestFunctionStarts.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/function-starts/TestFunctionStarts.py +++ lldb/packages/Python/lldbsuite/test/macosx/function-starts/TestFunctionStarts.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/macosx/indirect_symbol/TestIndirectSymbols.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/indirect_symbol/TestIndirectSymbols.py +++ lldb/packages/Python/lldbsuite/test/macosx/indirect_symbol/TestIndirectSymbols.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py +++ lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py @@ -6,7 +6,6 @@ import os import re import subprocess -import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/macosx/load-kext/TestLoadKext.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/load-kext/TestLoadKext.py +++ lldb/packages/Python/lldbsuite/test/macosx/load-kext/TestLoadKext.py @@ -4,8 +4,6 @@ from __future__ import print_function -import shutil -import struct import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/macosx/nslog/TestDarwinNSLogOutput.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/nslog/TestDarwinNSLogOutput.py +++ lldb/packages/Python/lldbsuite/test/macosx/nslog/TestDarwinNSLogOutput.py @@ -9,10 +9,8 @@ from __future__ import print_function import lldb -import os import platform import re -import sys from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py +++ lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py +++ lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py @@ -5,7 +5,6 @@ import unittest2 import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/TestSafeFuncCalls.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/TestSafeFuncCalls.py +++ lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/TestSafeFuncCalls.py @@ -3,8 +3,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py +++ lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py @@ -2,7 +2,6 @@ from __future__ import print_function -import os import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/macosx/universal/TestUniversal.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/universal/TestUniversal.py +++ lldb/packages/Python/lldbsuite/test/macosx/universal/TestUniversal.py @@ -5,7 +5,6 @@ import unittest2 import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/macosx/version_zero/TestGetVersionZeroVersion.py =================================================================== --- lldb/packages/Python/lldbsuite/test/macosx/version_zero/TestGetVersionZeroVersion.py +++ lldb/packages/Python/lldbsuite/test/macosx/version_zero/TestGetVersionZeroVersion.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test import decorators import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/plugins/builder_darwin.py =================================================================== --- lldb/packages/Python/lldbsuite/test/plugins/builder_darwin.py +++ lldb/packages/Python/lldbsuite/test/plugins/builder_darwin.py @@ -1,6 +1,5 @@ from __future__ import print_function -import os import lldbsuite.test.lldbtest as lldbtest from builder_base import * Index: lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/class_members/TestSBTypeClassMembers.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/class_members/TestSBTypeClassMembers.py +++ lldb/packages/Python/lldbsuite/test/python_api/class_members/TestSBTypeClassMembers.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py @@ -2,7 +2,6 @@ Test Debugger APIs. """ -import os import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py @@ -14,9 +14,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_block.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_block.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_block.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_breakpointlocation.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_breakpointlocation.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_breakpointlocation.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_breakpointname.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_breakpointname.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_breakpointname.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_broadcaster.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_broadcaster.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_broadcaster.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_communication.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_communication.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_communication.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_compileunit.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_compileunit.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_compileunit.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_debugger.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_debugger.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_debugger.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_error.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_error.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_error.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_event.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_event.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_event.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_filespec.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_filespec.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_filespec.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_frame.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_frame.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_frame.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_function.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_function.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_function.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instruction.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instruction.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instruction.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instructionlist.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instructionlist.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instructionlist.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_lineentry.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_lineentry.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_lineentry.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_listener.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_listener.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_listener.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process_info.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process_info.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process_info.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_section.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_section.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_section.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_stringlist.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_stringlist.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_stringlist.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_symbol.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_symbol.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_symbol.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_symbolcontext.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_symbolcontext.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_symbolcontext.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_target.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_target.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_target.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_thread.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_thread.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_thread.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_type.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_type.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_type.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_value.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_value.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_value.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_valuelist.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_valuelist.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_valuelist.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_watchpoint.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_watchpoint.py +++ lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_watchpoint.py @@ -2,7 +2,6 @@ Fuzz tests an object after the default construction to make sure it does not crash lldb. """ -import sys import lldb Index: lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py +++ lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py +++ lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py +++ lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/TestSBFrameFindValue.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/TestSBFrameFindValue.py +++ lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/TestSBFrameFindValue.py @@ -3,9 +3,6 @@ from __future__ import print_function -import os -import sys -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py @@ -3,9 +3,6 @@ from __future__ import print_function -import os -import sys -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py +++ lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py @@ -6,9 +6,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/TestGetVariables.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/TestGetVariables.py +++ lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/TestGetVariables.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py +++ lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/function_symbol/TestDisasmAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/function_symbol/TestDisasmAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/function_symbol/TestDisasmAPI.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py +++ lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py @@ -4,8 +4,6 @@ import os -import sys -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/lldbutil/frame/TestFrameUtils.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/lldbutil/frame/TestFrameUtils.py +++ lldb/packages/Python/lldbsuite/test/python_api/lldbutil/frame/TestFrameUtils.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestLLDBIterator.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestLLDBIterator.py +++ lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestLLDBIterator.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestRegistersIterator.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestRegistersIterator.py +++ lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestRegistersIterator.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py +++ lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/module_section/TestModuleAndSection.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/module_section/TestModuleAndSection.py +++ lldb/packages/Python/lldbsuite/test/python_api/module_section/TestModuleAndSection.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py +++ lldb/packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py @@ -6,9 +6,6 @@ import unittest2 -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/objc_type/TestObjCType.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/objc_type/TestObjCType.py +++ lldb/packages/Python/lldbsuite/test/python_api/objc_type/TestObjCType.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py +++ lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py @@ -4,8 +4,6 @@ import os -import sys -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/rdar-12481949/Test-rdar-12481949.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/rdar-12481949/Test-rdar-12481949.py +++ lldb/packages/Python/lldbsuite/test/python_api/rdar-12481949/Test-rdar-12481949.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil Index: lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py +++ lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py @@ -4,7 +4,6 @@ from math import fabs -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py @@ -4,9 +4,6 @@ from __future__ import print_function -import os -import re -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py +++ lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py @@ -3,9 +3,6 @@ from __future__ import print_function -import os -import sys -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py +++ lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import re -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py +++ lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py @@ -4,7 +4,6 @@ from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py @@ -7,8 +7,6 @@ import unittest2 import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/type/TestTypeList.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/type/TestTypeList.py +++ lldb/packages/Python/lldbsuite/test/python_api/type/TestTypeList.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import re -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py @@ -4,9 +4,6 @@ from __future__ import print_function -import os -import re -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/value/change_values/TestChangeValueAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/value/change_values/TestChangeValueAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/value/change_values/TestChangeValueAPI.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/TestValueAPIEmptyClass.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/TestValueAPIEmptyClass.py +++ lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/TestValueAPIEmptyClass.py @@ -1,8 +1,5 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/TestValueAPILinkedList.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/TestValueAPILinkedList.py +++ lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/TestValueAPILinkedList.py @@ -6,9 +6,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/value_var_update/TestValueVarUpdate.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/value_var_update/TestValueVarUpdate.py +++ lldb/packages/Python/lldbsuite/test/python_api/value_var_update/TestValueVarUpdate.py @@ -3,11 +3,7 @@ from __future__ import print_function -import os -import sys -import time import lldb -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py +++ lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIgnoreCount.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIgnoreCount.py +++ lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIgnoreCount.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIter.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIter.py +++ lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIter.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import re -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py +++ lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py @@ -5,8 +5,6 @@ from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py +++ lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import re -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py =================================================================== --- lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py +++ lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py =================================================================== --- lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py +++ lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/settings/TestSettings.py =================================================================== --- lldb/packages/Python/lldbsuite/test/settings/TestSettings.py +++ lldb/packages/Python/lldbsuite/test/settings/TestSettings.py @@ -6,7 +6,6 @@ import os -import time import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py =================================================================== --- lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py +++ lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py @@ -5,9 +5,6 @@ from __future__ import print_function -import os -import re -import time import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py =================================================================== --- lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py +++ lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py @@ -10,7 +10,6 @@ """ from __future__ import print_function -import re import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py =================================================================== --- lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py +++ lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py @@ -5,7 +5,6 @@ from __future__ import print_function -import os import lldb import six from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/test_result.py =================================================================== --- lldb/packages/Python/lldbsuite/test/test_result.py +++ lldb/packages/Python/lldbsuite/test/test_result.py @@ -45,7 +45,6 @@ import fcntl import termios import struct - import os cr = struct.unpack('hh', fcntl.ioctl(fd, termios.TIOCGWINSZ, '1234')) except: Index: lldb/packages/Python/lldbsuite/test/test_runner/process_control.py =================================================================== --- lldb/packages/Python/lldbsuite/test/test_runner/process_control.py +++ lldb/packages/Python/lldbsuite/test/test_runner/process_control.py @@ -503,7 +503,6 @@ Do not attempt to reap the process (i.e. use wait()) in this method. That will interfere with the kill mechanism and return code processing. """ - pass def write(self, content): # pylint: disable=no-self-use Index: lldb/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py =================================================================== --- lldb/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py +++ lldb/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py @@ -16,7 +16,6 @@ # System imports. import os import os.path -import platform import unittest import sys import threading Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py @@ -1,7 +1,6 @@ from __future__ import print_function -import sys import gdbremote_testcase import lldbgdbserverutils Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py @@ -1,7 +1,6 @@ from __future__ import print_function -import sys import unittest2 import gdbremote_testcase Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py @@ -16,8 +16,6 @@ import unittest2 import gdbremote_testcase import lldbgdbserverutils -import platform -import signal from lldbsuite.support import seven from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py @@ -5,7 +5,6 @@ import re import select import socket -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py @@ -5,8 +5,6 @@ import lldbgdbserverutils import os import select -import tempfile -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py @@ -8,11 +8,9 @@ import errno import os import os.path -import platform import random import re import select -import signal import socket import subprocess import sys Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py @@ -2,7 +2,6 @@ import gdbremote_testcase -import signal from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py @@ -2,7 +2,6 @@ import gdbremote_testcase -import signal from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py @@ -11,7 +11,6 @@ import six import socket_packet_pump import subprocess -import time from lldbsuite.test.lldbtest import * from six.moves import queue Index: lldb/packages/Python/lldbsuite/test/tools/lldb-server/test/test_lldbgdbserverutils.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-server/test/test_lldbgdbserverutils.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-server/test/test_lldbgdbserverutils.py @@ -2,9 +2,7 @@ import unittest2 -import os.path import re -import sys from lldbgdbserverutils import * Index: lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py @@ -4,7 +4,6 @@ from __future__ import print_function -import pprint import unittest2 import vscode from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py @@ -4,14 +4,12 @@ from __future__ import print_function -import pprint import unittest2 import vscode from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil import lldbvscode_testcase -import os class TestVSCode_setExceptionBreakpoints( Index: lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py @@ -4,14 +4,12 @@ from __future__ import print_function -import pprint import unittest2 import vscode from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil import lldbvscode_testcase -import os class TestVSCode_setFunctionBreakpoints( Index: lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py @@ -4,7 +4,6 @@ from __future__ import print_function -import pprint import unittest2 import vscode from lldbsuite.test.decorators import * @@ -12,7 +11,6 @@ from lldbsuite.test import lldbutil import lldbvscode_testcase import os -import time class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase): Index: lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/TestVSCode_step.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/TestVSCode_step.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/TestVSCode_step.py @@ -10,7 +10,6 @@ from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil import lldbvscode_testcase -import os class TestVSCode_step(lldbvscode_testcase.VSCodeTestCaseBase): Index: lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables/TestVSCode_variables.py =================================================================== --- lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables/TestVSCode_variables.py +++ lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables/TestVSCode_variables.py @@ -10,7 +10,6 @@ from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil import lldbvscode_testcase -import os def make_buffer_verify_dict(start_idx, count, offset=0): Index: lldb/packages/Python/lldbsuite/test/types/AbstractBase.py =================================================================== --- lldb/packages/Python/lldbsuite/test/types/AbstractBase.py +++ lldb/packages/Python/lldbsuite/test/types/AbstractBase.py @@ -5,7 +5,6 @@ from __future__ import print_function import os -import time import re import lldb from lldbsuite.test.lldbtest import * @@ -200,7 +199,6 @@ nv = ("%s = '%s'" if quotedDisplay else "%s = %s") % (var, val) self.expect(output, Msg(var, val, True), exe=False, substrs=[nv]) - pass def generic_type_expr_tester( self, @@ -297,4 +295,3 @@ valPart = ("'%s'" if quotedDisplay else "%s") % val self.expect(output, Msg(var, val, False), exe=False, substrs=[valPart]) - pass Index: lldb/packages/Python/lldbsuite/test/types/HideTestFailures.py =================================================================== --- lldb/packages/Python/lldbsuite/test/types/HideTestFailures.py +++ lldb/packages/Python/lldbsuite/test/types/HideTestFailures.py @@ -6,7 +6,6 @@ import AbstractBase -import sys import lldb from lldbsuite.test.lldbtest import * Index: lldb/packages/Python/lldbsuite/test/types/TestDoubleTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/types/TestDoubleTypes.py +++ lldb/packages/Python/lldbsuite/test/types/TestDoubleTypes.py @@ -6,7 +6,6 @@ import AbstractBase -import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/types/TestDoubleTypesExpr.py =================================================================== --- lldb/packages/Python/lldbsuite/test/types/TestDoubleTypesExpr.py +++ lldb/packages/Python/lldbsuite/test/types/TestDoubleTypesExpr.py @@ -6,7 +6,6 @@ import AbstractBase -import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/types/TestFloatTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/types/TestFloatTypes.py +++ lldb/packages/Python/lldbsuite/test/types/TestFloatTypes.py @@ -6,7 +6,6 @@ import AbstractBase -import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/types/TestFloatTypesExpr.py =================================================================== --- lldb/packages/Python/lldbsuite/test/types/TestFloatTypesExpr.py +++ lldb/packages/Python/lldbsuite/test/types/TestFloatTypesExpr.py @@ -6,7 +6,6 @@ import AbstractBase -import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py +++ lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py @@ -5,7 +5,6 @@ from __future__ import print_function import AbstractBase -import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py =================================================================== --- lldb/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py +++ lldb/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py @@ -6,7 +6,6 @@ import AbstractBase -import sys import lldb from lldbsuite.test.decorators import * Index: lldb/packages/Python/lldbsuite/test/types/TestRecursiveTypes.py =================================================================== --- lldb/packages/Python/lldbsuite/test/types/TestRecursiveTypes.py +++ lldb/packages/Python/lldbsuite/test/types/TestRecursiveTypes.py @@ -7,7 +7,6 @@ import lldb import lldbsuite.test.lldbutil as lldbutil -import sys from lldbsuite.test.lldbtest import *