Open dilijev opened 8 years ago
High level:
.baseline
file.
.baseline
file to test/<dir>
and specify the baseline in rlexe.xml
. The baseline must contain the entire stdout stream which the test generates.rlexe.xml
file in your chosen directory to add a test case. Basically just follow the patterns.
ch.exe
with specific flags, add those under a <compile-flags>
tag.jenkins\testone.cmd -dirs <DirName>
For adding this content, two options;
/cc @liminzhu, @Penguinwizzard
See also https://github.com/Microsoft/ChakraCore/blob/master/CONTRIBUTING.md#running-the-tests -- probably want to move that into the wiki page and link out to that page rather than keeping it in the CONTRIBUTING.md
file.
See https://github.com/Microsoft/ChakraCore/issues/1068
@ianwjhalliday wrote: