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:
Peter Marki
2018-04-05 14:28:28 +02:00
committed by László Langó
parent 7b226f53e0
commit 8392eef8ad
4 changed files with 64 additions and 15 deletions
+2
View File
@@ -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)