[all-commits] [llvm/llvm-project] 7fb02d: [libc++][AIX] Add AIX error message as expected ou...

Zarko Todorovski via All-commits all-commits at lists.llvm.org
Tue Feb 22 11:34:49 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7fb02d2752c06a9000edd969a11eae1e08864b77
      https://github.com/llvm/llvm-project/commit/7fb02d2752c06a9000edd969a11eae1e08864b77
  Author: Zarko Todorovski <zarko at ca.ibm.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp

  Log Message:
  -----------
  [libc++][AIX] Add AIX error message as expected output

AIX's libc generates "Error -1 occurred" instead of the "Unknown Error"
expected by these test cases. Add this as expected output for AIX only.

Reviewed By: daltenty, #powerpc, #libc, zibi, Quuxplusone

Differential Revision: https://reviews.llvm.org/D119982




More information about the All-commits mailing list