Skip to content

Linux/AArch64-specific test #5

Open
@kawashima-fj

Description

@kawashima-fj

This is a known issue.

Problem

This test suite does not support platforms other than Linux/AArch64 currently. If you run CMake on other platforms, CMake silently ignore the Fujitsu directory. Giving -DTEST_SUITE_FUJITSU_FORCE_UNSUPPORTED_PLATFORM=ON option to CMake enables the Fujitsu directory. However, some or many test programs fail to be compiled or executed.

Details

Most test programs in this test suite will be able to run on many platforms (OS/CPU). However, because it was originally developed for Fujitsu C/C++/Fortran compilers, which target Linux/AArch64, it may contain test programs which don't run on platforms other than Linux/AArch64.

Workaround

None.

Future direction

Not compiling/executing test programs which is unsupported on the running platform is desired. To achieve this, we need support of the community.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions