Home | History | Annotate | Download | only in libregrtest

Lines Matching refs:help

129         super().error(message + "\nPass -h or --help for complete help.")
142 # Arguments with this clause added to its help are described further in
147 # We add help explicitly to control what argument group it renders under.
148 group.add_argument('-h', '--help', action='help',
149 help='show this help message and exit')
151 help='dump the traceback and exit if a test takes '
155 help='wait for user input, e.g., allow a debugger '
159 help='the name of the test at which to start.' +
164 help='run tests in verbose mode with output to stdout')
166 help='re-run failed tests in verbose mode')
168 help='display test output on failure')
170 help='no output unless one or more tests fail')
172 help='print the slowest 10 tests')
174 help='print header with interpreter info')
178 help='randomize test execution order.' + more_details)
181 help='pass a random seed to reproduce a previous '
184 help='read names of tests to run from a file.' +
187 help='arguments are tests to *exclude*')
189 help='single step through a set of tests.' +
193 help='match test cases and methods with glob pattern PAT')
195 help='fail as soon as a test fails (only with -v or -W)')
198 help='specify which special resource intensive tests '
201 help='run very large memory-consuming tests.' +
205 help='execute test files in the specified directory '
210 help='if GC is available detect tests that leak memory')
212 help='run the leaks(1) command just before exit.' +
216 help='search for reference leaks (needs debug build, '
220 help='run PROCESSES processes at once')
223 help='turn on code coverage tracing using the trace '
227 help='directory where coverage files are put')
230 help='put coverage files alongside modules')
233 help='call gc.set_threshold(THRESHOLD)')
235 help='suppress error message boxes on Windows')
237 help='run the specified tests in a loop, until an '
240 help="only write the name of tests that will be run, "
243 help='enable Profile Guided Optimization training')