[all-commits] [llvm/llvm-project] d2495b: [RGT] Exercise both paths through a test

Paul T Robinson via All-commits all-commits at lists.llvm.org
Fri Feb 11 10:47:41 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2495b69f29d26561181402ca51ee16ab6c96ec2
      https://github.com/llvm/llvm-project/commit/d2495b69f29d26561181402ca51ee16ab6c96ec2
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M llvm/unittests/IR/ConstantsTest.cpp

  Log Message:
  -----------
  [RGT] Exercise both paths through a test

BitcastToGEP had an opaque/typed pointer decision point, make sure it
exercises both sides.

Found by the Rotten Green Tests project.


  Commit: a0ac6a92125cf6e2fb89daf92be293b28d497c38
      https://github.com/llvm/llvm-project/commit/a0ac6a92125cf6e2fb89daf92be293b28d497c38
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M llvm/unittests/Support/CommandLineTest.cpp

  Log Message:
  -----------
  [RGT] Refactor Windows-specific checks into their own test

This allows using GTEST_SKIP() to identify un-executed tests.

Found by the Rotten Green Tests project.


  Commit: ce5588fdf478b6af724977c11a405685cebc3d26
      https://github.com/llvm/llvm-project/commit/ce5588fdf478b6af724977c11a405685cebc3d26
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M llvm/unittests/Support/Host.cpp

  Log Message:
  -----------
  [RGT] Refactor environment-specific checks to use GTEST_SKIP()

This allows using GTEST_SKIP() to identify un-executed tests.

Found by the Rotten Green Tests project.


Compare: https://github.com/llvm/llvm-project/compare/ede248e614bb...ce5588fdf478


More information about the All-commits mailing list