Skip to content

Commit

Permalink
[test262] Roll test262
Browse files Browse the repository at this point in the history
Bug: v8:7834
Change-Id: I6ea4b67841104ba438b1b07b9e85bf955c152d34
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2967465
Commit-Queue: Victor Gomes <[email protected]>
Auto-Submit: Victor Gomes <[email protected]>
Reviewed-by: Shu-yu Guo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#75232}
  • Loading branch information
victorgomes authored and V8 LUCI CQ committed Jun 18, 2021
1 parent 605c14d commit 8d24d68
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ deps = {
'test/mozilla/data':
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
'test/test262/data':
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'd454b8389b07dae252c008adb64ae242b812c801',
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'bad7c0487ee1edf4a9059ff2a51fd19fc2d53170',
'test/test262/harness':
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '278bcfaed0dcaa13936831fb1769d15e7c1e3b2b',
'third_party/aemu-linux-x64': {
Expand Down
12 changes: 12 additions & 0 deletions test/test262/test262.status
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,18 @@

######################## NEEDS INVESTIGATION ###########################

# https://bugs.chromium.org/p/v8/issues/detail?id=11903
'language/import/json-idempotency': [FAIL],
'language/import/json-value-array': [FAIL],
'language/import/json-value-boolean': [FAIL],
'language/import/json-value-null': [FAIL],
'language/import/json-value-number': [FAIL],
'language/import/json-value-object': [FAIL],
'language/import/json-value-string': [FAIL],
'language/import/json-via-namespace': [FAIL],
'language/import/json-extensibility-array': [FAIL],
'language/import/json-extensibility-object': [FAIL],

# https://bugs.chromium.org/p/v8/issues/detail?id=7833
#
# Test262 needs to expose CanBlock
Expand Down

0 comments on commit 8d24d68

Please sign in to comment.