[PATCH] D80311: [lld][test] Expand testing for dynamic-list and export-dynamic

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 10:23:03 PDT 2020


gbreynoo created this revision.
gbreynoo added reviewers: MaskRay, grimar, zatrazz.
Herald added subscribers: llvm-commits, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

- Expanded testing for export-dynamic and dynamic list
- Added cases that have no matching symbol
- Added uses of fatal-warnings to ensure warnings are not output unexpectedly
- Rename dynamic-list-wildcard.s to dynamic-list-patterns.s and expanded the test
- Added export-symbol-types.s
- Fixed invalid-dynamic-list, previously the same list was used in each case. When looking at this test on I found that the 5th case was failing to echo successfully leading to the previous case being tested again.
- Allow invalid-dynamic-list to run on Windows after removing the use of echo with quoted strings.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80311

Files:
  lld/test/ELF/Inputs/export-symbol-types.s
  lld/test/ELF/Inputs/invalid-dynamic-list-1.list
  lld/test/ELF/Inputs/invalid-dynamic-list-2.list
  lld/test/ELF/dynamic-list-patterns.s
  lld/test/ELF/dynamic-list-wildcard.s
  lld/test/ELF/export-dynamic-symbol.s
  lld/test/ELF/export-symbol-types.s
  lld/test/ELF/invalid-dynamic-list.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80311.265273.patch
Type: text/x-patch
Size: 7558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200520/ad6b9f36/attachment.bin>


More information about the llvm-commits mailing list