Searched refs:AddTests (Results 1 – 25 of 34) sorted by relevance
12
39 testing_common.AddTests(106 testing_common.AddTests(118 testing_common.AddTests(133 testing_common.AddTests(['Foo'], ['bar'], {'sunspider': {'score': {}}})145 testing_common.AddTests(169 testing_common.AddTests(['V8'], ['x86'], {'v8': {'sunspider': {}}})
52 testing_common.AddTests(['ChromiumGPU'], ['linux-release'], {67 testing_common.AddTests(['ChromiumGPU'], ['linux-release'], {82 testing_common.AddTests(['ChromiumGPU'], ['linux-release'], {96 testing_common.AddTests(['ChromiumGPU'], ['linux-release'], {111 testing_common.AddTests(['ChromiumGPU'], ['linux-release'], {
31 testing_common.AddTests('M', 'b', {'foo': {}})48 testing_common.AddTests('M', 'b', {'foo': {}})99 testing_common.AddTests('M', 'b', {'foo': {}})120 testing_common.AddTests('M', 'b', {'foo': {}})121 testing_common.AddTests('M', 'b', {'bar': {}})
36 testing_common.AddTests(['M'], ['b'], {'t': {'foo': {}}})66 testing_common.AddTests(['M'], ['b'], {'t': {'foo': {}}})
36 testing_common.AddTests(['ChromiumGPU'], ['linux-release'], {177 testing_common.AddTests(['M'], ['b'], {'foo': {'bar': {}}})190 testing_common.AddTests(['M'], ['b'], {'foo': {'bar': {}}})
101 testing_common.AddTests(268 testing_common.AddTests(293 testing_common.AddTests(318 testing_common.AddTests(
376 testing_common.AddTests(1026 testing_common.AddTests(1034 testing_common.AddTests(
52 testing_common.AddTests(*_MOCK_DATA)296 testing_common.AddTests(['Master'], ['b'], {'suite': {'foo': {}}})
29 testing_common.AddTests(
61 testing_common.AddTests(['M'], ['b'], {'suite': {'foo': {}}})
35 testing_common.AddTests(
50 testing_common.AddTests(masters, bots, tests)
665 testing_common.AddTests(751 testing_common.AddTests(['Master'], ['b'], {'my_suite': {}})763 testing_common.AddTests(['Master'], ['b'], {'my_suite': {}})
43 testing_common.AddTests(
34 testing_common.AddTests(['ChromiumPerf'], ['win7'], tests)
30 testing_common.AddTests(
42 testing_common.AddTests(
34 testing_common.AddTests(
19 testing_common.AddTests(['M'], ['b'], {'foo': {'bar': {}}})47 testing_common.AddTests(['M'], ['b'], {'foo': {'bar': {}}})
18 testing_common.AddTests(['M'], ['b'], {'suite': {'foo': {}}})67 testing_common.AddTests(['M'], ['b'], {'suite': {t: {} for t in tests}})82 testing_common.AddTests(['M'], ['b'], {'suite': {'another': {}}})
20 testing_common.AddTests(30 testing_common.AddTests(
22 testing_common.AddTests(173 testing_common.AddTests(225 testing_common.AddTests(['ChromiumGPU'], ['linux-release'], test_data)226 testing_common.AddTests(['QAPerf'], ['linux-release'], test_data)
40 testing_common.AddTests(['M'], ['b'], {'foo': {}, 'bar': {}})
88 peers[index + 1].AddTests(shell)90 peer.AddTests(shell)
47 def AddTests(self, shell): member in Peer