Add support test262 $262 global object support (#4329)

Few test-cases in test262 uses a $262 object to run a few method (for example detachedArrayBuffer)

JerryScript-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu
This commit is contained in:
kisbg
2020-12-07 17:06:15 +01:00
committed by GitHub
parent 1cb18f0ca6
commit 7cb9f808f7
5 changed files with 140 additions and 194 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ def run_test262_test_suite(options):
test_cmd = get_platform_cmd_prefix() + [
settings.TEST262_RUNNER_SCRIPT,
'--engine', get_binary_path(build_dir_path),
'--engine', get_binary_path(build_dir_path) + " --test262-object",
'--test-dir', settings.TEST262_TEST_SUITE_DIR
]