[all-commits] [llvm/llvm-project] 024718: [Flang] Fix a test case that depends on stderr out...

Daniel Chen via All-commits all-commits at lists.llvm.org
Fri Nov 24 19:54:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 024718313b526a4530d7cd58886fcc157247e0ff
      https://github.com/llvm/llvm-project/commit/024718313b526a4530d7cd58886fcc157247e0ff
  Author: Daniel Chen <cdchen at ca.ibm.com>
  Date:   2023-11-24 (Fri, 24 Nov 2023)

  Changed paths:
    M flang/unittests/Runtime/RuntimeCrashTest.cpp

  Log Message:
  -----------
  [Flang] Fix a test case that depends on stderr output of nullptr. (#73349)

This test case depends on the stderr output of a `nullptr` being
"(null)". However, it is empty string on AIX.
This PR is to initialize the `sourceFileName_` to be a specific string
to avoid that.




More information about the All-commits mailing list