Skip to content

Ctest failure on ARM64 #560

@ccassidy-vaisala

Description

@ccassidy-vaisala

Trying to compile on ARM64 and ctest is throwing an error on a single test with v2.0.0, while x86 works fine. Is than an expected outcome for ARM64 tests? Thanks!

ARM64 log:

24: Test command: /NCEPLIBS-g2c-2.0.0/build/tests/tst_io
24: Working Directory: /NCEPLIBS-g2c-2.0.0/build/tests
24: Test timeout computed to be: 1500
24: Testing g2c I/O functions.
24: Testing simple calls with 4-byte ints...ok!
24: Testing template calls with 4-byte ints...ok!
24: Testing template calls with 1-byte ints...
24/42 Test #24: tst_io ...........................***Failed    0.00 sec

x86 log:

24: Test command: /NCEPLIBS-g2c-2.0.0/build/tests/tst_io
24: Working Directory: /NCEPLIBS-g2c-2.0.0/build/tests
24: Test timeout computed to be: 1500
24: Testing g2c I/O functions.
24: Testing simple calls with 4-byte ints...ok!
24: Testing template calls with 4-byte ints...ok!
24: Testing template calls with 1-byte ints...ok!
24: Testing template calls with 2-byte ints...ok!
24: Testing template calls with 8-byte ints...uval_in 1844674407370955161
24: val_in -922337203685477580
24: ok!
24: SUCCESS!
24/42 Test #24: tst_io ...........................   Passed    0.00 sec

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