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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user