[PATCH] D139444: [ZOS] Convert tests to check 'target={{.*}}-zos'
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 12 06:50:44 PST 2022
probinson added a comment.
I suppose we could temporarily add a test that does
; REQUIRES: target={{.*}}-zos
; RUN: %python -c 'import platform; print(platform.system())' && false
and see what gets printed.
Searching the buildbot console page for 'zos' turns up nothing; 's390' turns up clang-s390x-linux, clang-s390x-linux-lnt, mlir-s390x-linux. Are there any zos hosted bots? I.e., is this test ever actually run? Maybe there are only downstream zos bots, in which case this should be a downstream test instead?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139444/new/
https://reviews.llvm.org/D139444
More information about the cfe-commits
mailing list