Update test262 hash to the latest master (#4959)

JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
Csaba Osztrogonác 2022-01-14 11:04:52 +01:00 committed by GitHub
parent c68f6e79e1
commit dfbd89d94f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 280 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -56,7 +56,7 @@ def get_arguments():
if args.esnext:
args.test_dir = os.path.join(args.test_dir, 'esnext')
args.test262_harness_dir = os.path.abspath(os.path.dirname(__file__))
args.test262_git_hash = '9f2814f00ff7612f74024c15c165853b6765c7ab'
args.test262_git_hash = '00f682e7467bd5cb0e5b1f02a7d26420f450aee0'
args.excludelist_path = os.path.join('tests', 'test262-esnext-excludelist.xml')
else:
args.test_dir = os.path.join(args.test_dir, 'es51')