Skip to content

Conversation

@Trott
Copy link
Member

Add common.mustNotCall() to make sure there aren't any strange
shenanians in the C++ test that would cause the function to execute when
it shouldn't.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test addons

Add `common.mustNotCall()` to make sure there aren't any strange shenanians in the C++ test that would cause the function to execute when it shouldn't.
@TrottTrott added addons Issues and PRs related to native addons. test Issues and PRs related to the tests. labels May 11, 2017
@nodejs-github-botnodejs-github-bot added addons Issues and PRs related to native addons. test Issues and PRs related to the tests. labels May 11, 2017
@Trott
Copy link
MemberAuthor

@Trott
Copy link
MemberAuthor

Trott commented May 13, 2017

CI again: https://ci.nodejs.org/job/node-test-pull-request/8066/

CI looks like it was having multiple difficulties with builds unrelated to this change. Let's run it again.

CI: https://ci.nodejs.org/job/node-test-pull-request/8067/

@refack
Copy link
Contributor

Windows fail is a flake.

Trott added a commit to Trott/io.js that referenced this pull request May 15, 2017
Add `common.mustNotCall()` to make sure there aren't any strange shenanians in the C++ test that would cause the function to execute when it shouldn't. PR-URL: nodejs#12985 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in b7bc09f

@TrottTrott closed this May 15, 2017
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
Add `common.mustNotCall()` to make sure there aren't any strange shenanians in the C++ test that would cause the function to execute when it shouldn't. PR-URL: nodejs#12985 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
MylesBorins pushed a commit that referenced this pull request Jun 22, 2017
Add `common.mustNotCall()` to make sure there aren't any strange shenanians in the C++ test that would cause the function to execute when it shouldn't. PR-URL: #12985 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 11, 2017
Add `common.mustNotCall()` to make sure there aren't any strange shenanians in the C++ test that would cause the function to execute when it shouldn't. PR-URL: #12985 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jul 18, 2017
@TrottTrott deleted the heap-profiler-mustcall branch January 13, 2022 22:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

addonsIssues and PRs related to native addons.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Trott@refack@jasnell@lpinca@cjihrig@MylesBorins@nodejs-github-bot