[LTP] [PATCH v1 2/2] syscalls/settimeofday02: convert to new library

Petr Vorel pvorel@suse.cz
Mon Mar 9 08:47:01 CET 2020


Hi Xu,

> +static void verify_settimeofday(unsigned int n)
...
> +	struct tcase *tc = &tcases[n];
> +
> +	flag = 0;
> +	tst_res(TINFO, "%s", tc->message);
> +	TEST(settimeofday(&tc->tv, NULL));
> +	if (TST_RET != -1) {
> +		tst_res(TFAIL, "settimeofday() succeeded unexpectedly");
Maybe add TTERRNO here as well?
> +		flag = 1;
> +		return;

Kind regards,
Petr


More information about the ltp mailing list