Skip to content

Commit d4f595e

Browse files
rtakacsrobertsipka
authored andcommitted
Use es2015-subset JerryScript profile to run Promise tests. (#230)
JSRemoteTest-DCO-1.0-Signed-off-by: Roland Takacs [email protected]
1 parent 547b32d commit d4f595e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jstest/builder/modules/iotjs.build.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
{
4848
"condition": "%{test-build}",
4949
"args": [
50+
"--jerry-profile=es2015-subset",
5051
"--external-modules=test/external_modules/mymodule1,test/external_modules/mymodule2",
5152
"--cmake-param=-DENABLE_MODULE_MYMODULE1=ON",
5253
"--cmake-param=-DENABLE_MODULE_MYMODULE2=ON"
@@ -106,6 +107,7 @@
106107
"condition": "%{test-build}",
107108
"env": {
108109
"IOTJS_BUILD_OPTION": [
110+
"--jerry-profile=es2015-subset",
109111
"--external-modules=test/external_modules/mymodule1,test/external_modules/mymodule2",
110112
"--cmake-param=-DENABLE_MODULE_MYMODULE1=ON",
111113
"--cmake-param=-DENABLE_MODULE_MYMODULE2=ON"
@@ -181,6 +183,7 @@
181183
"condition": "%{test-build}",
182184
"env": {
183185
"IOTJS_BUILD_OPTION": [
186+
"--jerry-profile=es2015-subset",
184187
"--external-modules=test/external_modules/mymodule1,test/external_modules/mymodule2",
185188
"--cmake-param=-DENABLE_MODULE_MYMODULE1=ON",
186189
"--cmake-param=-DENABLE_MODULE_MYMODULE2=ON"
@@ -258,6 +261,7 @@
258261
{
259262
"condition": "%{test-build}",
260263
"args": [
264+
"--jerry-profile=es2015-subset",
261265
"--external-modules=test/external_modules/mymodule1,test/external_modules/mymodule2",
262266
"--cmake-param=-DENABLE_MODULE_MYMODULE1=ON",
263267
"--cmake-param=-DENABLE_MODULE_MYMODULE2=ON"

0 commit comments

Comments
 (0)