Check options in ecma_op_object_get_own_property for typedarray. (#1627)

And add regression-case subfolder for es2015

Fix issue #1622

JerryScript-DCO-1.0-Signed-off-by: Zidong Jiang zidong.jiang@intel.com
This commit is contained in:
Zidong Jiang
2017-03-06 19:07:02 +08:00
committed by GitHub
parent b5a91069fd
commit b13f78f19e
5 changed files with 57 additions and 4 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ fi
# Remove the skipped tests from list
for TEST in "${SKIP_LIST[@]}"
do
( sed -i "/$TEST/d" $TEST_FILES )
( sed -i -r "/$TEST/d" $TEST_FILES )
done
TOTAL=$(cat $TEST_FILES | wc -l)