[PATCH] D138985: [AIX][BigArchive][NFC] Add test case that list members of archive with free list in it

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 11 17:42:12 PST 2022


lkail added inline comments.


================
Comment at: llvm/test/Object/archive-big-read-empty-with-freelist.test:2
+# Test reading an empty archive with free list in it.
+# RUN: env TZ=GMT not llvm-ar tv %p/Inputs/aix-empty-big-archive-with-freelist.a 2>&1 \
+# RUN:   | grep 'truncated or malformed archive'
----------------
DiggerLin wrote:
> just curiously, why need to set the "env TZ=GMT"
Hmmmm, looks we don't need it here since we don't check timestamp in this test. Will update the case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138985



More information about the llvm-commits mailing list