[all-commits] [llvm/llvm-project] 3438d8: [libcxx] [test] Fix the locale ctype widen tests o...

Xing Xue via All-commits all-commits at lists.llvm.org
Mon May 13 03:30:12 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3438d8ac1ba58d098ff8d25a814b2c8c22d5844b
      https://github.com/llvm/llvm-project/commit/3438d8ac1ba58d098ff8d25a814b2c8c22d5844b
  Author: Xing Xue <xingxue at outlook.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Fix the locale ctype widen tests on AIX (#91744)

The C locale on AIX uses `ISO-8859-1`, where `0xFB` is a valid
character. Widening char(-5) succeeds and produces L'\u00fb' the same as
on macOS, FreeBSD, and Windows. This patch removes `XFAIL:
LIBCXX-AIX-FIXME` and uses the macOS, FreeBSD, and WIN32 code path for
AIX.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list