Hi, I am interested in adding some regression tests to a fork of V8. In order to be compatible with the existing test framework for V8, I would like to understand the correct place and naming conventions for these test. I was not able to find any documentation on the wiki, groups or web searches that explain the rationale behind this.
My best guess is that I should add these tests in to tests/mjsunit/regress and name them regress-id-or-description.js. I presume the id normally seen in these filenames refers to a google code issue number, and so I would guess it is better to use some custom description for test that I add; for example, regress-myfork-12.js (for issue 12 in the myfork issue tracker) or regress-myfork-strange-failure.js. I'd be interested to hear from anyone who knows whether or not this is the right approach for a result compatible with eventual contribution to the V8 project. Regards Mike -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
