Home
last modified time | relevance | path

Searched refs:dotest (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/utils/lldb-dotest/
H A DCMakeLists.txt1 # Make lldb-dotest a custom target.
2 add_custom_target(lldb-dotest)
3 add_dependencies(lldb-dotest lldb-test-depends)
4 set_target_properties(lldb-dotest PROPERTIES FOLDER "lldb utils")
26 # Generate lldb-dotest Python driver script for each build mode.
53 lldb-dotest.in
54 ${config_runtime_output_dir}/lldb-dotest @ONLY
65 lldb-dotest.in
66 ${LLDB_DOTEST_DIR}/lldb-dotest
75 lldb-dotest.in
[all …]
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite4 - dotest.py
7 directory and issue the './dotest.py' command or './dotest.py -v' for more
8 verbose output. '.dotest.py -h' prints out the help messge.
11 directory in order to be recognized by 'dotest.py' test driver as a module
16 1. ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log0
39 test case on its own. To run the whole test suite, 'dotest.py' is all you
108 - dotest.pl
110 In case you wonder, there is also a 'dotest.pl' perl script file. It was
117 suite become more reliable, we don't expect to be using 'dotest.pl' anymore.
119 Note: dotest.pl has been moved to the attic directory.
[all …]
H A D__init__.py5 from . import dotest
7 run_suite = dotest.run_suite
/llvm-project-15.0.7/lldb/test/API/
H A Dlit.site.cfg.py.in43 # Additional dotest arguments can be passed to lit by providing a
44 # semicolon-separates list: --param dotest-args="arg;arg".
45 dotest_lit_args_str = lit_config.params.get('dotest-args', None)
/llvm-project-15.0.7/lldb/examples/test/
H A Dusage-pre-post-flight5 [11:31:19] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
8 [11:32:48] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight function…
H A Dusage-lldb-loggings9 [11:31:34] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities…
70 [11:37:09] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
102 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities…
H A Dusage-config9 [15:36:32] johnny:/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v -c ~/.lldbtest-config persiste…
H A D.lldbtest-config26 # /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -r /Volumes/data/lldb-test/archs -s session -c ..…
/llvm-project-15.0.7/lldb/docs/resources/
H A Dtest.rst22 SB API. These are written in Python and use LLDB's ``dotest.py`` testing
97 As mentioned before, ``dotest.py`` is LLDB's testing framework. The
484 passing ``--param`` to lit and setting a value for ``dotest-args``.
488 $ ./bin/llvm-lit -sv tools/lldb/test --param dotest-args='-C gcc'
499 build you can use the ``lldb-dotest`` binary, which is a wrapper around
500 ``dotest.py`` that passes all the arguments configured by CMake.
509 $ ./bin/lldb-dotest -p TestInferiorCrashing.py
522 $ ./bin/lldb-dotest functionalities/data-formatter
532 $ python dotest.py -h
617 #. Set test/dotest.py as the startup file
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/concurrent_events/
H A Dmain.cpp113 int dotest() in dotest() function
174 dotest(); in main()
/llvm-project-15.0.7/lldb/utils/
H A DCMakeLists.txt2 add_subdirectory(lldb-dotest)
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-shrink-v1i64.ll8 define <1 x i64> @dotest(<1 x i64> %in0) {
/llvm-project-15.0.7/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt15 /Volumes/data/lldb/svn/trunk/test $ ./dotest.py settings
28 /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v settings
220 test driver program dotest.py. For example, if we comment out the
223 /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v settings
/llvm-project-15.0.7/lldb/docs/status/
H A Dprojects.rst321 Convert the dotest style tests to use lldbutil.run_to_source_breakpoint