Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: errno is not a global in node >= v0.9.11 #1111

Merged
merged 1 commit into from
Jan 18, 2014

Conversation

bnoordhuis
Copy link
Contributor

Update the global leak checker to add errno to the list of expected
globals only when the node version is < v0.9.11.

I'd like to add a regression test but I'm not sure how to go about it. I've seen test/acceptance/globals.js but there doesn't seem to be a way to make it work with conditional failures.

Update the global leak checker to add errno to the list of expected
globals only when the node version is < v0.9.11.
travisjeffery added a commit that referenced this pull request Jan 18, 2014
lib: errno is not a global in node >= v0.9.11

* bnoordhuis/report-errno-global-leaks:
  lib: errno is not a global in node >= v0.9.11
travisjeffery added a commit that referenced this pull request Jan 18, 2014
@travisjeffery travisjeffery merged commit e1f2d86 into mochajs:master Jan 18, 2014
@bnoordhuis bnoordhuis deleted the report-errno-global-leaks branch January 30, 2014 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants