[all-commits] [llvm/llvm-project] 3621f8: Don't enable stdin/out with a no-output test program

Jason Molenda via All-commits all-commits at lists.llvm.org
Wed Aug 30 15:12:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3621f83804809fa50892ee81d9b3854ec2e5074f
      https://github.com/llvm/llvm-project/commit/3621f83804809fa50892ee81d9b3854ec2e5074f
  Author: Jason Molenda <jmolenda at apple.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp

  Log Message:
  -----------
  Don't enable stdin/out with a no-output test program

A followon to  https://reviews.llvm.org/D158237 ,
where this text can print stdout text when run
under address-sanitizer, and the test harness
does not expect any output, resulting in a test
failure on a sanitizer CI bot.




More information about the All-commits mailing list