jerryscript-project / js-remote-test

This repository is includes the automatic test results of iotjs
3 stars 16 forks source link

Use es2015-subset JerryScript profile to run Promise tests. #230

Closed rtakacs closed 5 years ago

rtakacs commented 5 years ago

This patch helps to enable the Promise related tests in IoT.js by using the es2015-subset as JerryScript profile.

Note: this profile is only for the test build. The binary size measurement builds (minimal profile, target-specific profile) use the default es-5.1 profile build in IoT.js so the binary size won't change.

LaszloLango commented 5 years ago

BTW, if you need only Promise from the es2015-subset profile then you can use a custom profile as well. It might fits better in constrained targets.