Hi Khem,

On 2020-11-12 02:33, Khem Raj wrote:
this seems to improve the situation but its not clear if arches
without frc() will now fail miserably at runtime or will it only fail
a subset of tests and rt-tests will still be largely useful for such
arches. In the latter case, I am fine with this series.

oslat is a newly added (in v1.9) test to rt-tests and is just one of many tests in the suite. With this patch the oslat application will fail with an error message to stdout.

    #ifdef FRC_MISSING
        printf("This architecture is not yet supported. "
               "Please implement frc() function first for %s.\n", argv[0]);
        return 0;
    #endif

I searched rt-tests repo for other usages of frc() but it is isolated and only used in src/oslat/oslat.c. With this patch others tests in the rt-tests suite can be built and run on other architectures and it would be helpful to get it in to oe-core to be able to run, for example, cyclictest on arm64.

Best regards,
/Peter

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#144493): 
https://lists.openembedded.org/g/openembedded-core/message/144493
Mute This Topic: https://lists.openembedded.org/mt/78194428/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to