[PATCH v2 2/8] spec: Add missing spintrcritical24 definition
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue Sep 29 11:09:13 UTC 2020
On 28/09/2020 17:24, Kinsey Moore wrote:
> ---
> spec/build/bsps/tstnointrcrit.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/spec/build/bsps/tstnointrcrit.yml b/spec/build/bsps/tstnointrcrit.yml
> index 0460aaabb3..46f7d974c8 100644
> --- a/spec/build/bsps/tstnointrcrit.yml
> +++ b/spec/build/bsps/tstnointrcrit.yml
> @@ -24,6 +24,7 @@ actions:
> spintrcritical21: exclude
> spintrcritical22: exclude
> spintrcritical23: exclude
> + spintrcritical24: exclude
> build-type: option
> copyrights:
> - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
I changed the test support for critical sections recently. Now, this
test framework part is used:
https://docs.rtems.org/branches/master/eng/test-framework.html#interrupt-tests
Could you please run the spintrcritical* tests also on the new port. My
intention was to be able to run these tests on Qemu.
More information about the devel
mailing list