Home
last modified time | relevance | path

Searched refs:test_duration (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c64 static unsigned int test_duration = 0; /* infinite duration */ variable
87 test_duration = atoi(v); in parse_args()
154 if (test_duration > 0) { in main()
155 rc = alarm(test_duration * 60 * 60); in main()
/third_party/node/tools/
Dv8-json-to-junit.py50 def HasRunTest(self, test_name, test_cmd, test_duration, test_failure): argument
54 test_case_element.attrib["time"] = str(round(test_duration, 3))
109 test_duration=failing_test["duration"],
117 test_duration=passing_test["duration"],
/third_party/ltp/lib/newlib_tests/shell/
Dtest_timeout.sh81 test_duration=$((end - start))
140 if [ $max_runtime -ne -1 ] && [ $test_duration -gt $max_runtime ]; then
141 echo "FAILED (runtime: $test_duration, expected less than $max_runtime)"
/third_party/node/deps/v8/tools/testrunner/local/
Djunit_output.py37 def HasRunTest(self, test_name, test_cmd, test_duration, test_failure): argument
41 testCaseElement.attrib["time"] = str(round(test_duration, 3))
Dverbose.py98 timed_tests.sort(key=lambda test_duration: test_duration[1], reverse=True)
/third_party/protobuf/ruby/tests/
Dwell_known_types_test.rb30 def test_duration method in TestWellKnownTypes
/third_party/node/deps/v8/tools/testrunner/testproc/
Dprogress.py394 test_duration=output.duration,
/third_party/rust/crates/serde/test_suite/tests/
Dtest_ser.rs431 fn test_duration() { in test_duration() function
Dtest_de.rs1794 fn test_duration() { in test_duration() function