Searched refs:test_duration (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/realtime/func/gtod_latency/ |
D | gtod_infinite.c | 64 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/ |
D | v8-json-to-junit.py | 50 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/ |
D | test_timeout.sh | 81 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/ |
D | junit_output.py | 37 def HasRunTest(self, test_name, test_cmd, test_duration, test_failure): argument 41 testCaseElement.attrib["time"] = str(round(test_duration, 3))
|
D | verbose.py | 98 timed_tests.sort(key=lambda test_duration: test_duration[1], reverse=True)
|
/third_party/protobuf/ruby/tests/ |
D | well_known_types_test.rb | 30 def test_duration method in TestWellKnownTypes
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
D | progress.py | 394 test_duration=output.duration,
|
/third_party/rust/crates/serde/test_suite/tests/ |
D | test_ser.rs | 431 fn test_duration() { in test_duration() function
|
D | test_de.rs | 1794 fn test_duration() { in test_duration() function
|