Lines Matching refs:test_input
188 test_input = dict(V8_JSON)
189 test_input["test_flags"] = ["2", "test_name"]
190 self._WriteTestInput(test_input)
202 test_input = dict(V8_JSON)
203 test_input["run_count"] = 2
204 test_input["name"] = "v8"
205 test_input["units"] = "ms"
206 self._WriteTestInput(test_input)
219 test_input = dict(V8_JSON)
220 test_input["run_count"] = 2
221 del test_input["results_regexp"]
222 test_input["tests"][0]["results_regexp"] = "^Richards: (.+)$"
223 test_input["tests"][1]["results_regexp"] = "^DeltaBlue: (.+)$"
224 self._WriteTestInput(test_input)
270 test_input = dict(V8_JSON)
271 test_input["stddev_regexp"] = "^%s\-stddev: (.+)$"
272 self._WriteTestInput(test_input)
284 test_input = dict(V8_JSON)
285 test_input["stddev_regexp"] = "^%s\-stddev: (.+)$"
286 test_input["run_count"] = 2
287 self._WriteTestInput(test_input)
318 test_input = dict(V8_JSON)
319 test_input["total"] = True
320 self._WriteTestInput(test_input)
332 test_input = dict(V8_JSON)
333 test_input["total"] = True
334 self._WriteTestInput(test_input)
360 test_input = dict(V8_GENERIC_JSON)
361 self._WriteTestInput(test_input)
390 test_input = dict(V8_JSON)
391 test_input["timeout"] = 70
392 self._WriteTestInput(test_input)
427 test_input = dict(V8_JSON)
428 test_input["run_count"] = 2
429 self._WriteTestInput(test_input)
457 test_input = dict(V8_JSON)
458 self._WriteTestInput(test_input)