[PATCH] D82100: [AIX] Split lit test shtest-format into two separate tests and add AIX as UNSUPPORTED for shtest-format-argv0

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 13:07:06 PDT 2020


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.

LGTM with minor nit.



================
Comment at: llvm/utils/lit/tests/shtest-format-argv0.py:7
+# This test is not supported on AIX since `[` is only available as a shell builtin
+# and is not installed under PATH by default
+# UNSUPPORTED: aix
----------------
Minor nit: Missing period at the end of the sentence.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82100





More information about the llvm-commits mailing list