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: use ES6 in test-debugger-client.js #10183

Closed
wants to merge 1 commit into from

Conversation

edsadr
Copy link
Member

@edsadr edsadr commented Dec 8, 2016

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

implements ES6 const and let instead of var in test-debugger-client.js

implements ES6 const and let instead var in test-debugger-client.js
Copy link
Contributor

@thefourtheye thefourtheye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if CI is happy.

@benjamingr
Copy link
Member

@edsadr
Copy link
Member Author

edsadr commented Dec 12, 2016

@benjamingr looks like the CI didn't start ..

@benjamingr
Copy link
Member

benjamingr commented Dec 12, 2016 via email

@italoacasas
Copy link
Contributor

The CI is green, for some reason, Github does not show the output on this one.

@targos
Copy link
Member

targos commented Dec 12, 2016

It's just that POST_STATUS_TO_PR hasn't been checked

@italoacasas
Copy link
Contributor

Landed 5607228

Thanks for the contribution Adrian.

italoacasas pushed a commit that referenced this pull request Dec 12, 2016
implements ES6 const and let instead var in test-debugger-client.js

PR-URL: #10183
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Fishrock123 pushed a commit that referenced this pull request Dec 13, 2016
implements ES6 const and let instead var in test-debugger-client.js

PR-URL: #10183
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@italoacasas italoacasas mentioned this pull request Dec 15, 2016
@MylesBorins
Copy link
Contributor

This is not landing cleanly on v4.x and the test on v6.x is timing out with / without this change. opting no to backport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants