Lines Matching refs:test
108 def test(command, pattern=None): function
171 test('set debuginfod enabled off')
177 test('source {0}'.format(printer_file))
180 test('disable pretty-printer', r'0 of [0-9]+ printers enabled')
184 test('enable pretty-printer {0}'.format(printer),
188 test('file {0}'.format(test_bin))
191 test('set environment GLIBC_TUNABLES glibc.elision.enable=0')
196 test('start', r'main')
266 test('{0} {1}:{2} {3}'.format(command, file_name, line_number, thread_str),
287 test(command)
306 test('{0} {1}'.format(command, count))
317 test('thread {0}'.format(thread))
329 return test(command, r'[0-9]+')
342 test('set scheduler-locking {0}'.format(modes[mode]))
363 test('print {0}'.format(var), to_string)
368 test('print {0}'.format(var), r'{0} = {1}'.format(name, value))
380 test('ptype {0}'.format(symbol), r'type = {0}'.format(symbol))