[PATCH] D113049: [AIX] Disable tests that fail because of no 64-bit XCOFF object file support

ChenZheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 21 18:38:42 PST 2021


shchenz added inline comments.


================
Comment at: clang/test/ASTMerge/anonymous-fields/test.cpp:1
+// UNSUPPORTED: powerpc64-ibm-aix
 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/anonymous-fields1.cpp
----------------
Do we still need this? `-emit-obj` is already excluded?


================
Comment at: clang/test/ASTMerge/codegen-body/test.c:1
+// UNSUPPORTED: powerpc64-ibm-aix
 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
----------------
Do we still need this? -emit-obj is already excluded?


================
Comment at: clang/test/ASTMerge/injected-class-name-decl/test.cpp:1
+// UNSUPPORTED: powerpc64-ibm-aix
 // RUN: %clang_cc1 -std=c++1z -emit-pch -o %t.ast %S/Inputs/inject1.cpp
----------------
Do we still need this? -emit-obj is already excluded?


================
Comment at: clang/test/ClangScanDeps/modules-full-by-mod-name.cpp:17
 // RUN:   -mode preprocess-minimized-sources -module-name=header1 >> %t.result
-// RUN: cat %t.result | sed 's:\\\\\?:/:g' | FileCheck --check-prefixes=CHECK %s
+// RU: cat %t.result | sed 's:\\\\\?:/:g' | FileCheck --check-prefixes=CHECK %s
 //
----------------
typos?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113049/new/

https://reviews.llvm.org/D113049



More information about the cfe-commits mailing list