Updated JerryScript submodule to 2.1.#1933
Conversation
9ea66a2 to
70b4626
Compare
7cf4c87 to
d801660
Compare
| "required-modules": [ | ||
| "napi" | ||
| "skip": [ | ||
| "all" |
There was a problem hiding this comment.
Could you also add a reason for the skip?
64735a8 to
2767095
Compare
|
|
||
| for buildtype in BUILDTYPES: | ||
| # The .bss section size is greather than the sram of STM32 board. | ||
| continue |
There was a problem hiding this comment.
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
| "name": "test_napi_object_wrap.js", | ||
| "required-modules": [ | ||
| "napi" | ||
| "reason": "jerry api usage in native pointer free cb is not supported anymore", |
| "name": "test_napi_reference.js", | ||
| "required-modules": [ | ||
| "napi" | ||
| "reason": "jerry api usage in native pointer free cb is not supported anymore", |
|
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 kisbg@inf.u-szeged.hu
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu IoT.js-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu IoT.js-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu IoT.js-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu IoT.js-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu IoT.js-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu IoT.js-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
Based on: jerryscript-project#1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu IoT.js-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
Based on: #1933 Original author IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu IoT.js-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu