]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
windres PR 33244 testcase
authorAlan Modra <amodra@gmail.com>
Sat, 2 Aug 2025 05:52:15 +0000 (15:22 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 4 Aug 2025 12:52:39 +0000 (22:22 +0930)
commit059477e4baabf49d2f5290271f4212493ffa1deb
treeb33f8d9f3b89ec70ae278d01d1d61f0a0bd3535c
parenta977b9bed3122aeaaa622ab86cd064189f971d4f
windres PR 33244 testcase

Make the windres testing both parse .rc files to binary and back
again.  It's not possible to compare against the original .rc file
unfortunately, but at least this checks for the segfault fixed by
commit 891d1654d731.

PR 33244
* testsuite/binutils-all/windres/psql.rc: New file.
* testsuite/binutils-all/windres/windres.exp: Do a -J res
-O rc conversion too.  Correct verbose message.
binutils/testsuite/binutils-all/windres/psql.rc [new file with mode: 0644]
binutils/testsuite/binutils-all/windres/windres.exp