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: repl tab completion test #5534

Closed
wants to merge 1 commit into from

Conversation

santigimeno
Copy link
Member

Pull Request check-list

Please make sure to review and check all of these items:

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to CONTRIBUTING.md?
  • If this change fixes a bug (or a performance problem), is a regression
    test (or a benchmark) included?
  • Is a documentation update included (if this change modifies
    existing APIs, or introduces new ones)?

Affected core subsystem(s)

test,repl

Description of change

It checks that eval is called with .scope as an input string.

It tries to fix #5232

It checks that `eval` is called with `.scope` as an input string.
@cjihrig
Copy link
Contributor

cjihrig commented Mar 2, 2016

LGTM

@mscdex mscdex added repl Issues and PRs related to the REPL subsystem. test Issues and PRs related to the tests. labels Mar 2, 2016
@Trott
Copy link
Member

Trott commented Mar 2, 2016

LGTM if CI likes it.

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

@bnoordhuis This is the .scope thing neither of us could get to work.

@orangemocha
Copy link
Contributor

The CI run failed because it wasn't certified safe (sigh). Here's a new run: https://ci.nodejs.org/job/node-test-pull-request/1829/

@jasnell
Copy link
Member

jasnell commented Mar 21, 2016

Failure is unrelated. LGTM

jasnell pushed a commit that referenced this pull request Mar 21, 2016
It checks that `eval` is called with `.scope` as an input string.

PR-URL: #5534
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

jasnell commented Mar 21, 2016

Landed in c7b1270

@jasnell jasnell closed this Mar 21, 2016
@santigimeno santigimeno deleted the test_repl_eval_scope branch March 22, 2016 09:49
Fishrock123 pushed a commit that referenced this pull request Mar 22, 2016
It checks that `eval` is called with `.scope` as an input string.

PR-URL: #5534
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Mar 30, 2016
It checks that `eval` is called with `.scope` as an input string.

PR-URL: #5534
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Mar 30, 2016
It checks that `eval` is called with `.scope` as an input string.

PR-URL: #5534
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repl Issues and PRs related to the REPL subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

repl,test: no test coverage for .scope
7 participants