[all-commits] [llvm/llvm-project] 6aa8a8: [RGT] Use GTEST_SKIP() in more places where we ski...

Paul T Robinson via All-commits all-commits at lists.llvm.org
Fri Apr 8 15:21:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6aa8a836c0f60e06957b704b226547712ee752a6
      https://github.com/llvm/llvm-project/commit/6aa8a836c0f60e06957b704b226547712ee752a6
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M llvm/unittests/Support/CrashRecoveryTest.cpp
    M llvm/unittests/Support/Path.cpp
    M llvm/unittests/Support/ProcessTest.cpp
    M llvm/unittests/Support/ThreadPool.cpp
    M llvm/unittests/Support/VirtualFileSystemTest.cpp

  Log Message:
  -----------
  [RGT] Use GTEST_SKIP() in more places where we skip a test

Simply returning will report the test as PASSED when it didn't
really do anything. SKIPPED is the correct result for these.

Found by the Rotten Green Tests project.




More information about the All-commits mailing list