Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

chakrashim: fix internal promise behavior #471

Merged
merged 1 commit into from
Feb 21, 2018

Conversation

kfarnung
Copy link
Contributor

test-promise-internal-creation was failing because of the state and
result properties we were attaching to it. Moved those fields into
the external object.

This change also enables more promise tests.

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

chakrashim, test

@kfarnung kfarnung self-assigned this Feb 20, 2018
@kfarnung
Copy link
Contributor Author

Copy link
Contributor

@boingoing boingoing left a comment

Choose a reason for hiding this comment

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

Looks fine to me

kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Feb 20, 2018
`test-promise-internal-creation` was failing because of the `state` and
`result` properties we were attaching to it.  Moved those fields into
the external object.

This change also enables more promise tests.

PR-URL: nodejs#471
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
`test-promise-internal-creation` was failing because of the `state` and
`result` properties we were attaching to it.  Moved those fields into
the external object.

This change also enables more promise tests.

PR-URL: nodejs#471
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
@kfarnung kfarnung merged commit bafa0de into nodejs:master Feb 21, 2018
@kfarnung kfarnung deleted the promisetests branch February 21, 2018 01:40
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Feb 23, 2018
`test-promise-internal-creation` was failing because of the `state` and
`result` properties we were attaching to it.  Moved those fields into
the external object.

This change also enables more promise tests.

PR-URL: nodejs#471
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 6, 2018
`test-promise-internal-creation` was failing because of the `state` and
`result` properties we were attaching to it.  Moved those fields into
the external object.

This change also enables more promise tests.

PR-URL: nodejs#471
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 7, 2018
`test-promise-internal-creation` was failing because of the `state` and
`result` properties we were attaching to it.  Moved those fields into
the external object.

This change also enables more promise tests.

PR-URL: nodejs#471
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants