[PATCH] D64802: [llvm-ar][test] Add tests failing on Darwin

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 08:59:02 PDT 2019


gbreynoo created this revision.
gbreynoo added reviewers: MaskRay, rupprecht, jfb.
Herald added subscribers: llvm-commits, dexonsmith.
Herald added a project: LLVM.

The following reviews contained tests that failed on Darwin but passed on other machines. This is due to the default archive format differing on a Darwin machine, and what looks to be bugs in the output of this format. I can not investigate these issue further so the tests are considered expected failures on Darwin.

Old diffs:
`D63197`
`D63935`
`D64330`

>From my limited investigation I believe I found 1 bug:
https://bugs.llvm.org/show_bug.cgi?id=42562


Repository:
  rL LLVM

https://reviews.llvm.org/D64802

Files:
  test/tools/llvm-ar/extract.test
  test/tools/llvm-ar/mri-utf8.test
  test/tools/llvm-ar/print.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64802.210108.patch
Type: text/x-patch
Size: 4738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190716/f08da342/attachment.bin>


More information about the llvm-commits mailing list