Skip to content

Conversation

@kisbg
Copy link

@kisbg kisbg commented Nov 10, 2020

Few test-cases in test262 uses a $262 object to run a few method (for example detachedArrayBuffer)

JerryScript-DCO-1.0-Signed-off-by: bence gabor kis [email protected]

@kisbg kisbg force-pushed the test262-object branch 4 times, most recently from acba95e to 567d900 Compare November 11, 2020 09:17
@kisbg kisbg force-pushed the test262-object branch 4 times, most recently from e351b40 to bf2236f Compare November 12, 2020 09:14
@kisbg
Copy link
Author

kisbg commented Nov 12, 2020

@galpeter Thank your for the review! I updated the pull request based on your review.

@kisbg kisbg changed the title [Wip] Add support test262 $262 global object support Add support test262 $262 global object support Nov 16, 2020
Copy link
Member

@rerobika rerobika left a comment

Choose a reason for hiding this comment

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

LGTM

@rerobika
Copy link
Member

Please rebase the PR.

@rerobika rerobika added the test262 Related to Test262 test suite excluded tests label Nov 17, 2020
@ossy-szeged
Copy link
Contributor

Please close already resolved reviews with "Resolve conversation" button.

jerry_release_value (result_val);
} /* main_register_global_function */

#if defined (JERRY_TEST262) && (JERRY_TEST262 == 1)
Copy link
Member

Choose a reason for hiding this comment

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

What about doing this without a define? This is a simple test program, I don't see any issue to always have this comannd line feature.

Copy link
Member

Choose a reason for hiding this comment

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

This question still stands.

Copy link
Member

@rerobika rerobika left a comment

Choose a reason for hiding this comment

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

LGTM after this minor change

install(TARGETS ${JERRY_NAME} DESTINATION bin)
endmacro()


Copy link
Member

Choose a reason for hiding this comment

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

Please remove this new line.

Few test-cases in test262 uses a $262 object to run a few method (for example detachedArrayBuffer)

JerryScript-DCO-1.0-Signed-off-by: bence gabor kis [email protected]
Copy link
Member

@zherczeg zherczeg left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test262 Related to Test262 test suite excluded tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants