Home | History | Annotate | only in /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/windres
Up to higher level directory
NameDateSize
bmp1.bmp21-Aug-2018122
bmpalign.rc21-Aug-2018211
bmpalign.rsd21-Aug-20182.2K
capstyle.rc21-Aug-201896
capstyle.rsd21-Aug-2018480
checkbox.rc21-Aug-2018147
checkbox.rsd21-Aug-2018720
combobox.rc21-Aug-2018163
combobox.rsd21-Aug-2018480
deflang.rc21-Aug-201885
deflang.rsd21-Aug-2018480
dialog0.rc21-Aug-201881
dialog0.rsd21-Aug-2018480
dialog1.rc21-Aug-201895
dialog1.rsd21-Aug-2018480
dialogid.rc21-Aug-2018292
dialogid.rsd21-Aug-2018902
dialogsignature.rc21-Aug-201893
dialogsignature.rsd21-Aug-2018480
dlgfont.rc21-Aug-2018560
dlgfont.rsd21-Aug-20182.3K
edittext.rc21-Aug-201887
edittext.rsd21-Aug-2018480
escapea.rc21-Aug-2018118
escapea.rsd21-Aug-2018420
escapex-2.rc21-Aug-201893
escapex-2.rsd21-Aug-2018480
escapex.rc21-Aug-201879
escapex.rsd21-Aug-2018480
html.rc21-Aug-2018114
html.rsd21-Aug-20182.5K
html1.hm21-Aug-2018269
html2.hm21-Aug-2018276
lang.rc21-Aug-2018278
lang.rsd21-Aug-2018600
listbox.rc21-Aug-201885
listbox.rsd21-Aug-2018480
messagetable.rc21-Aug-201890
messagetable.rsd21-Aug-2018730
MSG00001.bin21-Aug-2018112
msupdate21-Aug-20181.2K
nocaption.rc21-Aug-201885
nocaption.rsd21-Aug-2018480
printstyle.rc21-Aug-201896
printstyle.rsd21-Aug-2018480
quoteclass.rc21-Aug-2018119
README21-Aug-20181.3K
scrollbar.rc21-Aug-201891
scrollbar.rsd21-Aug-2018480
strtab1.rc21-Aug-2018104
strtab1.rsd21-Aug-2018480
strtab2.rc21-Aug-2018105
strtab2.rsd21-Aug-2018480
strtab3.rc21-Aug-2018160
strtab3.rsd21-Aug-2018480
strtab4.rc21-Aug-2018125
strtab4.rsd21-Aug-2018480
sublang.rc21-Aug-201899
sublang.rsd21-Aug-2018480
version.rc21-Aug-2018830
version.rsd21-Aug-20183K
version_cat.rc21-Aug-2018873
version_cat.rsd21-Aug-20183.1K
version_mlang.rc21-Aug-20181.3K
version_mlang.rsd21-Aug-20185.1K
version_small.rc21-Aug-2018824
version_small.rsd21-Aug-20183K
windres.exp21-Aug-20184.5K

README

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