microsoft / ChakraCore-wiki

A mirror of the ChakraCore wiki to enable pull requests on the Wiki.
https://github.com/Microsoft/ChakraCore/wiki
Other
22 stars 30 forks source link

Wiki needs a help page on how to run tests. #7

Open dilijev opened 8 years ago

dilijev commented 8 years ago

See https://github.com/Microsoft/ChakraCore/issues/1068

@ianwjhalliday wrote:

@nojvek pointed out it would be useful to have information such as:

  • how tests are organized by rlexedirs.xml and rlexe.xml files
  • adding a new test
  • clarifying that *.js files do not automatically turn into tests
  • baselines vs no baselines vs exit code check only
  • where rl log files go
  • techniques for capturing output from and iterating quickly on failing tests
dilijev commented 8 years ago

High level:

dilijev commented 8 years ago

For adding this content, two options;

  1. Add to https://github.com/Microsoft/ChakraCore/blob/master/CONTRIBUTING.md#running-the-tests
  2. Refactor the above to be partially in the Wiki, add a link to the page in the Wiki, and add the above to the wiki page.
dilijev commented 8 years ago

/cc @liminzhu, @Penguinwizzard

dilijev commented 7 years ago

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.