-
Notifications
You must be signed in to change notification settings - Fork 441
Updated JerryScript submodule to 2.1. #1933
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
Conversation
9ea66a2 to
70b4626
Compare
7cf4c87 to
d801660
Compare
zherczeg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| "required-modules": [ | ||
| "napi" | ||
| "skip": [ | ||
| "all" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add a reason for the skip?
64735a8 to
2767095
Compare
tools/travis_script.py
Outdated
|
|
||
| for buildtype in BUILDTYPES: | ||
| # The .bss section size is greather than the sram of STM32 board. | ||
| continue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting approach to skip the for loop. Instead, could we just return before the for loop, and leave a TODO comment to investigate the NuttX binary image?
a3b8afc to
957b36d
Compare
test/testsets.json
Outdated
| "name": "test_napi_object_wrap.js", | ||
| "required-modules": [ | ||
| "napi" | ||
| "reason": "jerry api usage in native pointer free cb is not supported anymore", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was never supported.
test/testsets.json
Outdated
| "name": "test_napi_reference.js", | ||
| "required-modules": [ | ||
| "napi" | ||
| "reason": "jerry api usage in native pointer free cb is not supported anymore", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
|
This patch breaks some features. What are the benefits of this PR? I think the broken features should be fixed before merge. |
|
Strictly speaking it is not breaking any features, just checks rules which was not checked before and throws correct errors accordingly. In the future we need to think about supporting these use-cases, but that requires new features. |
|
Neither STM32 build nor NAPI reference won't work after this patch, so it is definitely breaking features. |
5018d62 to
2fe331e
Compare
|
@kisbg There are still incorrect |
f560bad to
a403c94
Compare
d2eabec to
273e140
Compare
|
@kisbg Almost ok for me. Could you move the |
c1caec2 to
ffbcadc
Compare
Temporary disabled the N-api and STM board travis test-cases. IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected]
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected] IoT.js-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected] IoT.js-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected] IoT.js-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected] IoT.js-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected] IoT.js-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected] IoT.js-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected] IoT.js-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Based on: #1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected] IoT.js-DCO-1.0-Signed-off-by: Peter Gal [email protected]
IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected]