NameDateSize

..05-Sep-2017162

bmp1.bmpH A D22-Nov-2012122

bmpalign.rcH A D22-Nov-2012211

bmpalign.rsdH A D22-Nov-20122.2 KiB

capstyle.rcH A D22-Nov-201296

capstyle.rsdH A D22-Nov-2012480

checkbox.rcH A D22-Nov-2012147

checkbox.rsdH A D22-Nov-2012720

combobox.rcH A D22-Nov-2012163

combobox.rsdH A D22-Nov-2012480

deflang.rcH A D22-Nov-201285

deflang.rsdH A D22-Nov-2012480

dialog0.rcH A D22-Nov-201281

dialog0.rsdH A D22-Nov-2012480

dialog1.rcH A D22-Nov-201295

dialog1.rsdH A D22-Nov-2012480

dialogid.rcH A D22-Nov-2012292

dialogid.rsdH A D22-Nov-2012902

dialogsignature.rcH A D22-Nov-201293

dialogsignature.rsdH A D22-Nov-2012480

dlgfont.rcH A D22-Nov-2012560

dlgfont.rsdH A D22-Nov-20122.3 KiB

edittext.rcH A D22-Nov-201287

edittext.rsdH A D22-Nov-2012480

escapea.rcH A D22-Nov-2012118

escapea.rsdH A D22-Nov-2012420

escapex-2.rcH A D27-Dec-201493

escapex-2.rsdH A D22-Nov-2012480

escapex.rcH A D22-Nov-201279

escapex.rsdH A D22-Nov-2012480

html.rcH A D22-Nov-2012114

html.rsdH A D22-Nov-20122.5 KiB

html1.hmH A D22-Nov-2012269

html2.hmH A D22-Nov-2012276

lang.rcH A D22-Nov-2012278

lang.rsdH A D22-Nov-2012600

listbox.rcH A D22-Nov-201285

listbox.rsdH A D22-Nov-2012480

messagetable.rcH A D22-Nov-201290

messagetable.rsdH A D22-Nov-2012730

MSG00001.binH A D22-Nov-2012112

msupdateH A D05-Sep-20171.2 KiB

nocaption.rcH A D22-Nov-201285

nocaption.rsdH A D22-Nov-2012480

printstyle.rcH A D22-Nov-201296

printstyle.rsdH A D22-Nov-2012480

quoteclass.rcH A D22-Nov-2012119

READMEH A D05-Sep-20171.3 KiB

scrollbar.rcH A D22-Nov-201291

scrollbar.rsdH A D22-Nov-2012480

strtab1.rcH A D22-Nov-2012104

strtab1.rsdH A D22-Nov-2012480

strtab2.rcH A D22-Nov-2012105

strtab2.rsdH A D22-Nov-2012480

strtab3.rcH A D22-Nov-2012160

strtab3.rsdH A D22-Nov-2012480

strtab4.rcH A D04-Apr-2013125

strtab4.rsdH A D04-Apr-2013480

sublang.rcH A D22-Nov-201299

sublang.rsdH A D22-Nov-2012480

version.rcH A D22-Nov-2012830

version.rsdH A D04-Apr-20133 KiB

version_cat.rcH A D22-Nov-2012873

version_cat.rsdH A D04-Apr-20133.1 KiB

version_mlang.rcH A D04-Apr-20131.3 KiB

version_mlang.rsdH A D04-Apr-20135.1 KiB

version_small.rcH A D27-Dec-2014824

version_small.rsdH A D27-Dec-20143 KiB

windres.expH A D05-Sep-20174.5 KiB

README

1Instructions for adding tests:
2
3The files *.rc are hand-edited or copied from elsewhere.
4
5The script msupdate is used to generate the *.rsd files, which are
6dumps of the RES formatted output of MSVC's RC utility.
7
8Within the *.rc file, the first N lines beginning with a special
9comment can control the test.  Comments are // /* or # (// is
10recommended, as both rc and windres support those).  Each line
11contains one command:
12
13	// parse-only
14	// xfail *-*-*
15	// cpparg <preprocessor options passed via --preprocessor-arg>
16
17parse-only must preceed any xfail commands, and indicates that a
18comparison with the *.rsd file will not happen.  xfail indicates when
19a failure is expected.  This should only be used for when you are
20adding a new test that is known to fail because of a bug in windres,
21and it should be removed when the bug is fixed.
22
23You can use pfail or cfail instead of xfail to indicate that only the
24parsing or comparing should be xfailed.
25
26The windres tests only run for ix86 targets, because the
27MSVC-generated *.rsd files are generated for that.
28
29Copyright (C) 2012-2017 Free Software Foundation, Inc.
30
31Copying and distribution of this file, with or without modification,
32are permitted in any medium without royalty provided the copyright
33notice and this notice are preserved.
34