| 14:32 | <Shark> | I noticed some missing tests in test262. When I make a PR, should the new tests go into staging or directly into the test suite as it is not new behavior and every major engine should pass them? |
| 15:44 | <bakkot> | directly into the test suite; staging is primarily for tests imported from other test suites which have not yet been made to match the test262 house style https://github.com/tc39/test262/blob/a9af758c4fb6d31eee5683b3a8a6d55525ac9a77/CONTRIBUTING.md#staging |
| 15:48 | <Shark> | I read the staging section in the CONTRIBUTING.md but it didn't fully answer my question. Thanks for your clarification! |