[all-commits] [llvm/llvm-project] b420a0: [libc++] Re-enable some tests under ASAN and MSAN

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri May 1 11:04:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b420a0995961abdde414afc231810ca7eaf3b54d
      https://github.com/llvm/llvm-project/commit/b420a0995961abdde414afc231810ca7eaf3b54d
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-05-01 (Fri, 01 May 2020)

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

  Log Message:
  -----------
  [libc++] Re-enable some tests under ASAN and MSAN

The tests were disabled under ASAN/MSAN because old Clangs were very
slow to build the test cases. However, I checked with the Clang used
on our build bots and the tests are not slow to build anymore, so the
tests can be re-enabled.




More information about the All-commits mailing list