[all-commits] [llvm/llvm-project] 53b3c1: [libcxx] [test] Add a separate 'windows-dll' featu...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Tue Apr 27 07:20:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53b3c1c5e77bbb2560c8bbb20c4b7c4c61166ffb
      https://github.com/llvm/llvm-project/commit/53b3c1c5e77bbb2560c8bbb20c4b7c4c61166ffb
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-04-27 (Tue, 27 Apr 2021)

  Changed paths:
    M libcxx/utils/libcxx/test/features.py

  Log Message:
  -----------
  [libcxx] [test] Add a separate 'windows-dll' feature to check for

This allows distinguishing failures in tests that only fail when libcxx
is linked as a DLL, allowing narrowing down XFAILs (avoiding XPASS errors
if not built as a DLL).

If both enable_shared and enable_static are set, the tests link and use
the shared version of the lib.

Differential Revision: https://reviews.llvm.org/D100221


  Commit: 4ebb01cbcb3a9566fa0684eac5bdb232d9dc91fe
      https://github.com/llvm/llvm-project/commit/4ebb01cbcb3a9566fa0684eac5bdb232d9dc91fe
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-04-27 (Tue, 27 Apr 2021)

  Changed paths:
    M libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/compare.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/hash.pass.cpp
    M libcxx/test/std/localization/locales/locale/locale.operators/compare.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Convert a couple of LIBCXX-WINDOWS-FIXME into XFAIL: windows-dll for known bugs

These are caused due to inconsistencies regarding always inline in
combination with dllimport. A bug report reference is added next to
each XFAIL line.

Differential Revision: https://reviews.llvm.org/D100789


Compare: https://github.com/llvm/llvm-project/compare/53e1cb88f280...4ebb01cbcb3a


More information about the All-commits mailing list