[all-commits] [llvm/llvm-project] 04aaa3: [libc][NFC] Correct test header inclusion, license...

Michael Jones via All-commits all-commits at lists.llvm.org
Tue Nov 5 10:25:46 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04aaa35d40d8c5ff030014866691f9a56e59c142
      https://github.com/llvm/llvm-project/commit/04aaa35d40d8c5ff030014866691f9a56e59c142
  Author: Michael Jones <michaelrj at google.com>
  Date:   2024-11-05 (Tue, 05 Nov 2024)

  Changed paths:
    M libc/test/src/__support/OSUtil/linux/vdso_test.cpp
    M libc/test/src/__support/integer_literals_test.cpp
    M libc/test/src/__support/str_to_double_test.cpp
    M libc/test/src/__support/str_to_float_test.cpp
    M libc/test/src/__support/str_to_long_double_test.cpp
    M libc/test/src/sys/mman/linux/mincore_test.cpp
    M libc/test/src/sys/mman/linux/mlock_test.cpp
    M libc/test/src/sys/mman/linux/msync_test.cpp
    M libc/test/src/sys/mman/linux/shm_test.cpp
    M libc/test/src/unistd/access_test.cpp

  Log Message:
  -----------
  [libc][NFC] Correct test header inclusion, license (#114604)

Some tests were including LibcTest.h directly. Instead you should
include Test.h which does proper indirection for other test frameworks
we support (zxtest, gtest). Also added some license headers to tests
that were missing them.



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