Open nomaddo opened 5 years ago
Currently, TestVC4C --fastregression show the following mis-leading warning:
TestVC4C --fastregression
$ ./cmake-build-debug/test/TestVC4C --fast-regressions Cannot enable unknown optimization: ast-regressions
This is because parsing function parseConfigurationParameter output some warnings even though in TestVC4C.
parseConfigurationParameter
TestVC4C
This pullreq add a argument to parseConfigurationParameter to control printing warnings.
BTW: in the latest master branch, TestVC4C only show warnings and stack trace. I cannot see the coverage.
Currently,
TestVC4C --fastregression
show the following mis-leading warning:This is because parsing function
parseConfigurationParameter
output some warnings even though inTestVC4C
.This pullreq add a argument to
parseConfigurationParameter
to control printing warnings.