Re: [PATCH v17 06/14] tests: Add test for QAPI builtin type time

2019-11-25 Thread Markus Armbruster
Tao Xu writes: > Add tests for time input such as zero, around limit of precision, > signed upper limit, actual upper limit, beyond limits, time suffixes, > and etc. > > Signed-off-by: Tao Xu > --- > > No changes in v17. > > Changes in v16: > - Update the test cases > > Changes in v14: >

[PATCH v17 06/14] tests: Add test for QAPI builtin type time

2019-11-21 Thread Tao Xu
Add tests for time input such as zero, around limit of precision, signed upper limit, actual upper limit, beyond limits, time suffixes, and etc. Signed-off-by: Tao Xu --- No changes in v17. Changes in v16: - Update the test cases Changes in v14: - Drop time unit picosecond (Eric) ---