update: testcases and result for #1032, #1033, #1034

This commit is contained in:
Ken Sato
2018-03-16 11:14:29 +09:00
parent 6a979cf4b8
commit 0d9c1df75a
7 changed files with 87 additions and 57 deletions

View File

@@ -126,7 +126,7 @@ int main(int argc, char* argv[])
(cur_utime / ONE_SEC), (cur_utime % ONE_SEC),
(delta_utime / ONE_SEC), (delta_utime % ONE_SEC));
OKNG(delta_stime < (2.9 * ONE_SEC) || delta_stime > (3.1 * ONE_SEC),
" stime: %d.%06d s (+ %d.%06d s)",
" stime: %d.%06d s (+ %d.%06d s) <- join待ち3秒",
(cur_stime / ONE_SEC), (cur_stime % ONE_SEC),
(delta_stime / ONE_SEC), (delta_stime % ONE_SEC));