Implement the ES2015 version of Object.getPrototypeOf and add a test file for it (#2256)
JerryScript-DCO-1.0-Signed-off-by: Peter Marki marpeter@inf.u-szeged.hu
This commit is contained in:
committed by
László Langó
parent
7b226f53e0
commit
8392eef8ad
@@ -288,6 +288,8 @@ def run_jerry_tests(options):
|
||||
|
||||
if '--profile=es2015-subset' not in job.build_args:
|
||||
skip_list.append(r"es2015\/")
|
||||
else:
|
||||
skip_list.append(r"es5.1\/")
|
||||
|
||||
if options.skip_list:
|
||||
skip_list.append(options.skip_list)
|
||||
|
||||
Reference in New Issue
Block a user