Skip to content

test_bugs_poly2d fails on non x86_64 with GDL 1.1.1 #1993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
opoplawski opened this issue Feb 15, 2025 · 2 comments
Open

test_bugs_poly2d fails on non x86_64 with GDL 1.1.1 #1993

opoplawski opened this issue Feb 15, 2025 · 2 comments
Labels
arm64 Apple M1, M2 only

Comments

@opoplawski
Copy link
Contributor

        Start  66: test_bugs_poly2d.pro
66: Test command: /builddir/build/BUILD/gdl-1.1.1-build/gdl-v1.1.1/build/src/gdl "-quiet" "-e" "if execute('test_bugs_poly2d') ne 1 then exit, status=1"
66: Working Directory: /builddir/build/BUILD/gdl-1.1.1-build/gdl-v1.1.1/build/testsuite
66: Environment variables: 
66:  LC_COLLATE=C
66:  GDL_PATH=/builddir/build/BUILD/gdl-1.1.1-build/gdl-v1.1.1/testsuite/:/builddir/build/BUILD/gdl-1.1.1-build/gdl-v1.1.1/src/pro/
66:  GDL_STARTUP=
66:  IDL_STARTUP=
66: Test timeout computed to be: 3600
66: % Compiled module: TEST_BUGS_POLY2D.
66: % Compiled module: BANNER_FOR_TESTSUITE.
66: % Compiled module: GDL_IDL_FL.
66: % TEST_BUGS_POLY2D: ========================================================
66: % TEST_BUGS_POLY2D: =                                                      =
66: % TEST_BUGS_POLY2D: =  4 errors encountered during TEST_BUGS_POLY2D tests  =
66: % TEST_BUGS_POLY2D: =                                                      =
66: % TEST_BUGS_POLY2D: ========================================================
 66/212 Test  #66: test_bugs_poly2d.pro ...............***Failed    0.20 sec

Not much information there.

@GillesDuvert
Copy link
Contributor

thanks @opoplawski , this test fails also on Apple arm64 (as well as test_byte_conversion). No one yet investigated why.

@Barney-9000
Copy link

Passed on my 1.1.2 arm64:

       Start  66: test_bugs_poly2d.pro
 66/216 Test  #66: test_bugs_poly2d.pro ...............   Passed    0.19 sec

The one fail and two skipped were:


Total Test time (real) =  56.12 sec

The following tests did not run:
	142 - test_mpi.pro (Skipped)
	164 - test_python.pro (Skipped)

The following tests FAILED:
	196 - test_systime.pro (Failed)
Errors while running CTest
make: *** [test] Error 8

GDL> !gdl
{
    "RELEASE": "1.1.2_testing-7-ge2f79aac",
    "BUILD_DATE": "Mar 17 2025",
    "EPOCH": 1742169600,
    "GDL_USE_DSFMT": 1,
    "GDL_USE_WX": 1,
    "GDL_POSIX": 1
}

GDL> !version
% Compiled module: GDL_IMPLIED_PRINT.
{
    "ARCH": "arm64",
    "OS": "darwin",
    "OS_FAMILY": "unix",
    "OS_NAME": "Mac OS X",
    "RELEASE": "8.4",
    "BUILD_DATE": "Mar 17 2025",
    "MEMORY_BITS": 64,
    "FILE_OFFSET_BITS": 64
}

@GillesDuvert GillesDuvert added the arm64 Apple M1, M2 only label Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm64 Apple M1, M2 only
Projects
None yet
Development

No branches or pull requests

3 participants