Message ID | 1454496539-25474-1-git-send-email-hongbo.zhang@linaro.org |
---|---|
State | New |
Headers | show |
I send this out today before going home, when at home I won't have a Linux PC to work. On 3 February 2016 at 18:48, <hongbo.zhang@linaro.org> wrote: > From: Hongbo Zhang <hongbo.zhang@linaro.org> > > This patch disable validation of CPU current frequency because it isn't > fully implemented on every platform, then unnecesary failures are reported. > This validation can be re-enable again in furture if every thing is ready. > > Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org> > --- > test/validation/system/system.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/test/validation/system/system.c b/test/validation/system/system.c > index c72590b..ae84549 100644 > --- a/test/validation/system/system.c > +++ b/test/validation/system/system.c > @@ -270,8 +270,8 @@ odp_testinfo_t system_suite[] = { > ODP_TEST_INFO(system_test_odp_cpu_model_str_id), > ODP_TEST_INFO(system_test_odp_sys_page_size), > ODP_TEST_INFO(system_test_odp_sys_huge_page_size), > - ODP_TEST_INFO(system_test_odp_cpu_hz), > - ODP_TEST_INFO(system_test_odp_cpu_hz_id), > + ODP_TEST_INFO_INACTIVE(system_test_odp_cpu_hz), > + ODP_TEST_INFO_INACTIVE(system_test_odp_cpu_hz_id), > ODP_TEST_INFO(system_test_odp_cpu_hz_max), > ODP_TEST_INFO(system_test_odp_cpu_hz_max_id), > ODP_TEST_INFO(system_test_odp_cpu_cycles), > -- > 2.1.4 >
diff --git a/test/validation/system/system.c b/test/validation/system/system.c index c72590b..ae84549 100644 --- a/test/validation/system/system.c +++ b/test/validation/system/system.c @@ -270,8 +270,8 @@ odp_testinfo_t system_suite[] = { ODP_TEST_INFO(system_test_odp_cpu_model_str_id), ODP_TEST_INFO(system_test_odp_sys_page_size), ODP_TEST_INFO(system_test_odp_sys_huge_page_size), - ODP_TEST_INFO(system_test_odp_cpu_hz), - ODP_TEST_INFO(system_test_odp_cpu_hz_id), + ODP_TEST_INFO_INACTIVE(system_test_odp_cpu_hz), + ODP_TEST_INFO_INACTIVE(system_test_odp_cpu_hz_id), ODP_TEST_INFO(system_test_odp_cpu_hz_max), ODP_TEST_INFO(system_test_odp_cpu_hz_max_id), ODP_TEST_INFO(system_test_odp_cpu_cycles),