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

test: make func source test compatbile with v12 #326

Closed
wants to merge 1 commit into from

Conversation

mmarchini
Copy link
Contributor

The string stored in V8 with the function source code is different on
v12. Update the regexp used in our test to match older and newer
versions.

@mmarchini mmarchini added priority author ready PRs that have at least one approvals, no pending requests for changes, and a CI started. labels Dec 10, 2019
@mmarchini mmarchini marked this pull request as ready for review December 10, 2019 00:07
@codecov-io
Copy link

codecov-io commented Dec 10, 2019

Codecov Report

Merging #326 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #326      +/-   ##
==========================================
- Coverage   78.32%   78.29%   -0.03%     
==========================================
  Files          33       33              
  Lines        4262     4262              
==========================================
- Hits         3338     3337       -1     
- Misses        924      925       +1
Impacted Files Coverage Δ
src/llnode_module.cc 89.87% <0%> (-0.64%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a58d8c...a5ae3f5. Read the comment docs.

The string stored in V8 with the function source code is different on
v12. Update the regexp used in our test to match older and newer
versions.
@mmarchini mmarchini force-pushed the v12-func-source-regexp branch from c7f2ab3 to a5ae3f5 Compare January 2, 2020 21:48
@mmarchini
Copy link
Contributor Author

cc @nodejs/llnode

@mmarchini
Copy link
Contributor Author

Ping @nodejs/llnode, we need this for v12 support.

mmarchini added a commit that referenced this pull request Jan 14, 2020
The string stored in V8 with the function source code is different on
v12. Update the regexp used in our test to match older and newer
versions.

PR-URL: #326
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@mmarchini
Copy link
Contributor Author

Landed in fd9d2b0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approvals, no pending requests for changes, and a CI started.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants