Home
last modified time | relevance | path

Searched refs:assertGreater (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/commands/statistics/basic/
H A DTestStats.py121 self.assertGreater(stats['stopCount'], 0,
188 self.assertGreater(stats['targetCreateTime'], 0.0)
256 self.assertGreater(stats['firstStopTime'], 0.0)
257 self.assertGreater(stats['launchOrAttachTime'], 0.0)
258 self.assertGreater(stats['targetCreateTime'], 0.0)
435 self.assertGreater(target_stats['totalBreakpointResolveTime'], 0.0)
484 self.assertGreater(exe_stats['debugInfoByteSize'], 0)
552 self.assertGreater(o_module['debugInfoByteSize'], 0)
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py869 self.assertGreater(2, 1)
883 self.assertGreater(1.1, 1.0)
905 self.assertGreater('bug', 'ant')
913 self.assertGreater,
918 self.assertGreater,
943 self.assertGreater,
948 self.assertGreater,
987 self.assertGreater,
992 self.assertGreater,
997 self.assertGreater,
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/stop-on-sharedlibrary-load/
H A DTestStopOnSharedlibraryEvents.py56 self.assertGreater(backstop_bkpt_1.GetNumLocations(), 0, "Set our second breakpoint")
74 self.assertGreater(load_bkpt.GetNumLocations(), 0, "Set the load breakpoint")
79 self.assertGreater(backstop_bkpt_2.GetNumLocations(), 0, "Set our third breakpoint")
/llvm-project-15.0.7/lldb/test/API/commands/thread/backtrace/
H A DTestThreadBacktraceRepeat.py35 self.assertGreater(len(breakpoint_threads), 0, "We hit at least one breakpoint thread")
36 self.assertGreater(len(breakpoint_threads[0].frames), 2, "I can go up")
123 self.assertGreater(len(breakpoint_threads[0].frames), 2, "I can go up")
127 self.assertGreater(len(breakpoint_threads[1].frames), 2, "I can go up")
/llvm-project-15.0.7/lldb/test/API/functionalities/progress_reporting/
H A DTestProgressReporting.py27 self.assertGreater(len(ret_args), 0)
29 self.assertGreater(len(message), 0)
/llvm-project-15.0.7/llvm/bindings/python/llvm/tests/
H A Dtest_object.py30 self.assertGreater(count, 0)
46 self.assertGreater(count, 0)
/llvm-project-15.0.7/lldb/test/API/commands/trace/
H A DTestTraceSave.py87 self.assertGreater(len(session["cpus"]), 0)
96 self.assertGreater(len(session["processes"]), 0)
99 self.assertGreater(len(process["threads"]), 0)
/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py21 self.assertGreater(initial_num_platforms, 0)
60 self.assertGreater(
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGDBRemoteClient.py118 self.assertGreater(
130 self.assertGreater(
148 self.assertGreater(len(
161 self.assertGreater(registers.GetSize(), 0)
164 self.assertGreater(numChildren, 0)
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py38 self.assertGreater(n_errors, 0)
69 self.assertGreater(n_errors, 0)
/llvm-project-15.0.7/lldb/test/API/symbol_ondemand/shared_library/
H A DTestSharedLibOnDemand.py65 self.assertGreater(len(stack_frames), 2)
103 self.assertGreater(len(stack_frames), 2)
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A DTestScriptedProcess.py127 self.assertGreater(thread.GetNumFrames(), 0)
138 self.assertGreater(GPRs.GetNumChildren(), 0)
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A DTestFirmwareCorefiles.py71 self.assertGreater(main_addr.GetLoadAddress(target), slide)
133 self.assertGreater(main_addr.GetLoadAddress(target), slide)
151 self.assertGreater(main_addr.GetLoadAddress(target), slide)
/llvm-project-15.0.7/lldb/test/API/commands/settings/use_source_cache/
H A DTestUseSourceCache.py38 self.assertGreater(os.stat(src).st_size, 4*4096)
/llvm-project-15.0.7/lldb/test/API/python_api/compile_unit/
H A DTestCompileUnitAPI.py33 self.assertGreater(sc_list.GetSize(), 0)
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py166 self.assertGreater(os.path.getsize(path), 0)
176 self.assertGreater(os.path.getsize(path), 0)
199 self.assertGreater(os.path.getsize(path), 0)
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_specific_break/
H A DTestThreadSpecificBreakpoint.py50 self.assertGreater(
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteHostInfo.py90 self.assertGreater(len(host_info), 0, "qHostInfo should have returned "
/llvm-project-15.0.7/lldb/test/API/python_api/sbmodule/
H A DTestSBModule.py29 self.assertGreater(target.GetNumModules(), 0)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/step/
H A DTestVSCode_step.py71 self.assertGreater(line4, line3, 'verify step over line')
/llvm-project-15.0.7/lldb/test/API/commands/log/basic/
H A DTestLogging.py50 self.assertGreater(
/llvm-project-15.0.7/lldb/test/API/functionalities/target-new-solib-notifications/
H A DTestModuleLoadedNotifys.py117 self.assertGreater(avg_solibs_added_per_event, 1)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/objc/
H A DTestObjCBreakpoints.py90 self.assertGreater(
/llvm-project-15.0.7/lldb/test/API/lang/c/step-target/
H A DTestStepTarget.py32 self.assertGreater(break_in_main.GetNumLocations(), 0, "Has locations.")
/llvm-project-15.0.7/lldb/test/API/commands/memory/read/
H A DTestMemoryRead.py56 self.assertGreater(address, 0)

12