[all-commits] [llvm/llvm-project] 2e3b8b: [libc][NFC] Use ASSERT instead of EXPECT in tests

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Oct 18 07:32:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e3b8b31ce688d5a3db51ab13fb9488aa68444f5
      https://github.com/llvm/llvm-project/commit/2e3b8b31ce688d5a3db51ab13fb9488aa68444f5
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M libc/test/src/string/bcmp_test.cpp
    M libc/test/src/string/memmove_test.cpp

  Log Message:
  -----------
  [libc][NFC] Use ASSERT instead of EXPECT in tests


  Commit: a786096f9dd20acf29d8297e706ad96de063f612
      https://github.com/llvm/llvm-project/commit/a786096f9dd20acf29d8297e706ad96de063f612
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M libc/src/string/memory_utils/elements.h
    M libc/src/string/memory_utils/memset_implementations.h
    M libc/src/string/memory_utils/utils.h
    M libc/test/src/string/memory_utils/memory_access_test.cpp
    M libc/test/src/string/memory_utils/utils_test.cpp

  Log Message:
  -----------
  [libc][NFC] Cleanup and document utils.h


Compare: https://github.com/llvm/llvm-project/compare/149379d538f2...a786096f9dd2


More information about the All-commits mailing list