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

Fix http test: test-http-same-map.js #273

Merged
merged 1 commit into from
Jul 6, 2016
Merged

Fix http test: test-http-same-map.js #273

merged 1 commit into from
Jul 6, 2016

Conversation

matthewloring
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 6, 2016
@matthewloring
Copy link
Contributor Author

@ofrobots @cristiancavalli PTAL

@@ -73,7 +73,7 @@ glob(test_glob, function(err, files) {
' >' + files[testCount] + '.instru.js' + '&& mv ' + files[testCount] +
'.instru.js' + ' ' + files[testCount]);
}
var results = cp.spawnSync('node', [files[testCount]]);
var results = cp.spawnSync('node', ['--allow_natives_syntax', files[testCount]]);

This comment was marked as spam.

This comment was marked as spam.

test-http-same-map needs to force GC which requires calling the V8
native function %CollectGarbage. This change adds the flag to expose
this function.
@cristiancavalli
Copy link
Contributor

👍 once CI's pass

@matthewloring matthewloring merged commit c699820 into googleapis:master Jul 6, 2016
@matthewloring matthewloring deleted the fix branch July 6, 2016 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants