[all-commits] [llvm/llvm-project] e99755: [libc++][test] Adjust expected hexfloat format (#9...

Jake Egan via All-commits all-commits at lists.llvm.org
Mon Sep 16 13:22:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e99755d41c8d5ee8594fa161ac05fbef02d902aa
      https://github.com/llvm/llvm-project/commit/e99755d41c8d5ee8594fa161ac05fbef02d902aa
  Author: Jake Egan <Jake.egan at ibm.com>
  Date:   2024-09-16 (Mon, 16 Sep 2024)

  Changed paths:
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.hex.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.hex.pass.cpp

  Log Message:
  -----------
  [libc++][test] Adjust expected hexfloat format (#95011)

The test expects a hex float format of `0x0p+0`, but AIX prints
`0x0.0p+0`. This change adjusts the test to accept both.



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