Lines Matching refs:test
108 def test(command, pattern=None): function
166 test('source {0}'.format(printer_file))
169 test('disable pretty-printer', r'0 of [0-9]+ printers enabled')
173 test('enable pretty-printer {0}'.format(printer),
177 test('file {0}'.format(test_bin))
180 test('set environment GLIBC_TUNABLES glibc.elision.enable=0')
185 test('start', r'main')
255 test('{0} {1}:{2} {3}'.format(command, file_name, line_number, thread_str),
276 test(command)
295 test('{0} {1}'.format(command, count))
306 test('thread {0}'.format(thread))
318 return test(command, r'[0-9]+')
331 test('set scheduler-locking {0}'.format(modes[mode]))
352 test('print {0}'.format(var), to_string)
357 test('print {0}'.format(var), r'{0} = {1}'.format(name, value))
369 test('ptype {0}'.format(symbol), r'type = {0}'.format(symbol))