[dpdk-dev] [PATCH v2] app/test: replace TEST_SKIPPED with -ENOTSUP
Bruce Richardson
bruce.richardson at intel.com
Tue Apr 9 16:55:32 CEST 2019
On Tue, Apr 09, 2019 at 05:03:39PM +0530, Ayuj Verma wrote:
> Return -ENOTSUP for unsupported tests
>
I disagree with this, since TEST_SKIPPED is the correct return value for
unsupported test conditions IMHO. If part of the current infrastructure
doesn't support that return value, I think the infrastructure should be
updated.
Ref: http://mesonbuild.com/Unit-tests.html#skipped-tests-and-hard-errors
/Bruce
More information about the dev
mailing list