Skip to content

Conversation

@Trott
Copy link
Member

  • refactor test-common.js so that global leak detection does not need to
    be disabled
  • add test for common.fail()
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

* refactor test-common.js so that global leak detection does not need to be disabled * add test for common.fail()
@TrottTrott added the test Issues and PRs related to the tests. label Feb 16, 2017
@mscdex
Copy link
Contributor

mscdex commented Feb 17, 2017

Perhaps we should also add a test or two for common.mustNotCall()?

@targos
Copy link
Member

jasnell pushed a commit that referenced this pull request Feb 19, 2017
* refactor test-common.js so that global leak detection does not need to be disabled * add test for common.fail() PR-URL: #11433 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@jasnell
Copy link
Member

Landed in 7b76f82

@jasnelljasnell closed this Feb 19, 2017
addaleax pushed a commit that referenced this pull request Feb 22, 2017
* refactor test-common.js so that global leak detection does not need to be disabled * add test for common.fail() PR-URL: #11433 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@italoacasasitaloacasas mentioned this pull request Feb 25, 2017
@jasnell
Copy link
Member

This would need a backport PR to land in v6 or v4

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Trott@mscdex@targos@jasnell@santigimeno@lpinca@cjihrig@gibfahn