Skip to content
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

Test iconv__iconv1 FAILED: Test character for which there is no transliteration #20

Open
matoro opened this issue Jun 12, 2024 · 0 comments

Comments

@matoro
Copy link

matoro commented Jun 12, 2024

Hi, I'm attempting to run the test suite here and I'm seeing one failure in the iconv tests. Everything else passes.

This is using glibc 2.39, with the following locales enabled:

C.UTF8 UTF-8
en_US.UTF-8 UTF-8

The failing test is:

INFO     Found 5 tests
INFO     PASS            iconv__bad_charset
INFO     FAIL            iconv__iconv1: command call fails
_Status code: 0
_Output:
_Setup
_   [mkdir]        object directory for project Test
_test.gpr:9:09: warning: there are no sources of language "C" in this project
_Compile
_   [Ada]          test.adb
_   [Ada]          test_assert.adb
_Bind
_   [gprbind]      test.bexch
_   [Ada]          test.ali
_Link
_   [link]         test.adb
_Status code: 1
_Output:
_test.adb:29: PASSED: simple test
_test.adb:30: PASSED:
_test.adb:31: PASSED:
_test.adb:33: PASSED:
_test.adb:37: PASSED:
_test.adb:40: PASSED:
_test.adb:44: PASSED: Test transliteration on ellipsis
_test.adb:52: PASSED: Test UTF-8 to ASCII of ellipsis without transliteration
_test.adb:61: FAILED: Test character for which there is no transliteration
_iconv( 199 130 65, to_code => ASCII, from_code => UTF-8, transliteration => TRUE, ignore => TRUE
_- expect:  65
_- got:  63 65
_<=== TEST FAILED ===>
_
INFO     PASS            omp__sort
INFO     PASS            gmp
INFO     PASS            coders
INFO     Summary:
_  PASS         4
_  FAIL         1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant