URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [testsuite/] [binutils-all/] [windres/] [README] - Rev 15
Compare with Previous | Blame | View Log
Instructions for adding tests:The files *.rc are hand-edited or copied from elsewhere.The script msupdate is used to generate the *.rsd files, which aredumps of the RES formatted output of MSVC's RC utility.Within the *.rc file, the first N lines beginning with a specialcomment can control the test. Comments are // /* or # (// isrecommended, as both rc and windres support those). Each linecontains one command:// parse-only// xfail *-*-*// cpparg <preprocessor options passed via --preprocessor-arg>parse-only must preceed any xfail commands, and indicates that acomparison with the *.rsd file will not happen. xfail indicates whena failure is expected. This should only be used for when you areadding a new test that is known to fail because of a bug in windres,and it should be removed when the bug is fixed.You can use pfail or cfail instead of xfail to indicate that only theparsing or comparing should be xfailed.The windres tests only run for ix86 targets, because theMSVC-generated *.rsd files are generated for that.
