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: add known_issues test for #6287 #10266

Closed
wants to merge 1 commit into from

Conversation

AnnaMag
Copy link
Member

@AnnaMag AnnaMag commented Dec 14, 2016

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

tests

Description of change

A test addressing #6287:
Deleting property in the vm context has no effect
is moved to the known_issues directory.
It will be fixed with the 5.5 V8 API changes

@nodejs-github-bot nodejs-github-bot added test Issues and PRs related to the tests. lts-watch-v6.x labels Dec 14, 2016
@AnnaMag
Copy link
Member Author

AnnaMag commented Dec 14, 2016

@fhinkel

Object.getOwnPropertyDescriptor(this, "x");
`, context);

assert.equal(res.value, undefined);
Copy link
Member

Choose a reason for hiding this comment

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

Could you use assert.strictEqual here?

Deleting property in the vm context has no effect
as reported in nodejs#6287
The test is moved to the known_issues and will be fixed
with the 5.5 V8 API changes.
@AnnaMag
Copy link
Member Author

AnnaMag commented Dec 14, 2016

@addaleax, good point, done. I appended the modified file to the latest commit and doing so erased your comment. Is there a better way of adding modifications without creating new commits, but leaving the revision history intact?

@addaleax
Copy link
Member

@AnnaMag I’m not sure there’s anything wrong here? Github still has my comment available here in the thread.

@AnnaMag AnnaMag closed this Dec 14, 2016
@AnnaMag AnnaMag deleted the vm-tests_knowns_issues branch December 14, 2016 23:45
@AnnaMag AnnaMag restored the vm-tests_knowns_issues branch December 14, 2016 23:47
@AnnaMag AnnaMag deleted the vm-tests_knowns_issues branch December 14, 2016 23:50
@AnnaMag
Copy link
Member Author

AnnaMag commented Dec 14, 2016

reopened as #10272 (mistake)

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.

3 participants