Lines Matching refs:test_input
204 test_input = dict(V8_JSON)
205 test_input["test_flags"] = ["2", "test_name"]
206 self._WriteTestInput(test_input)
218 test_input = dict(V8_JSON)
219 test_input["run_count"] = 2
220 test_input["name"] = "v8"
221 test_input["units"] = "ms"
222 self._WriteTestInput(test_input)
235 test_input = dict(V8_JSON)
236 test_input["run_count"] = 2
237 del test_input["results_regexp"]
238 test_input["tests"][0]["results_regexp"] = "^Richards: (.+)$"
239 test_input["tests"][1]["results_regexp"] = "^DeltaBlue: (.+)$"
240 self._WriteTestInput(test_input)
286 test_input = dict(V8_JSON)
287 test_input["stddev_regexp"] = "^%s\-stddev: (.+)$"
288 self._WriteTestInput(test_input)
300 test_input = dict(V8_JSON)
301 test_input["stddev_regexp"] = "^%s\-stddev: (.+)$"
302 test_input["run_count"] = 2
303 self._WriteTestInput(test_input)
334 test_input = dict(V8_JSON)
335 test_input["total"] = True
336 self._WriteTestInput(test_input)
348 test_input = dict(V8_JSON)
349 test_input["total"] = True
350 self._WriteTestInput(test_input)
376 test_input = dict(V8_GENERIC_JSON)
377 self._WriteTestInput(test_input)
406 test_input = dict(V8_JSON)
407 test_input["timeout"] = 70
408 self._WriteTestInput(test_input)
443 test_input = dict(V8_JSON)
444 test_input["run_count"] = 2
445 self._WriteTestInput(test_input)
473 test_input = dict(V8_JSON)
474 self._WriteTestInput(test_input)