代码拉取完成,页面将自动刷新
test262/test/annexB/built-ins/Function/createdynfn-no-line-terminator-html-close-comment-body.js:25: Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
test262/test/annexB/built-ins/Function/createdynfn-no-line-terminator-html-close-comment-body.js:25: strict mode: Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
test262/test/annexB/language/eval-code/direct/var-env-lower-lex-catch-non-strict.js:32: SyntaxError: redeclaration of err
test262/test/annexB/language/function-code/function-redeclaration-block.js:18: SyntaxError: invalid redefinition of lexical identifier
test262/test/annexB/language/function-code/function-redeclaration-switch.js:32: SyntaxError: invalid redefinition of lexical identifier
test262/test/annexB/language/statements/try/catch-redeclared-for-of-var.js:19: SyntaxError: invalid redefinition of lexical identifier
test262/test/annexB/language/statements/try/catch-redeclared-for-of-var.js:19: strict mode: SyntaxError: invalid redefinition of lexical identifier
test262/test/built-ins/TypedArray/prototype/sort/sort-tonumber.js:19: Test262Error: Expected SameValue(«true», «false») to be true (Testing with Float64Array.)
test262/test/built-ins/TypedArray/prototype/sort/sort-tonumber.js:19: strict mode: Test262Error: Expected SameValue(«true», «false») to be true (Testing with Float64Array.)
test262/test/built-ins/TypedArray/prototype/sort/stability.js:15: Test262Error: pre-sorted (Testing with Float64Array.)
test262/test/built-ins/TypedArray/prototype/sort/stability.js:15: strict mode: Test262Error: pre-sorted (Testing with Float64Array.)
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-async-function.js:37: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-async-function.js:37: strict mode: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-async-generator.js:37: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-async-generator.js:37: strict mode: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-class.js:36: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-class.js:36: strict mode: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-const.js:36: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-const.js:36: strict mode: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-function.js:36: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-function.js:36: strict mode: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-generator.js:37: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-generator.js:37: strict mode: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-let.js:36: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-let.js:36: strict mode: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/computed-property-names/class/static/method-number.js:9: Test262Error: `compareArray(Object.getOwnPropertyNames(C), ['1', '2', 'length', 'prototype', 'name', 'a', 'c'])` returns `true`
test262/test/language/computed-property-names/class/static/method-number.js:9: strict mode: Test262Error: `compareArray(Object.getOwnPropertyNames(C), ['1', '2', 'length', 'prototype', 'name', 'a', 'c'])` returns `true`
test262/test/language/computed-property-names/class/static/method-string.js:9: Test262Error: `compareArray(Object.getOwnPropertyNames(C), ['length', 'prototype', 'name', 'a', 'b', 'c', 'd'])` returns `true`
test262/test/language/computed-property-names/class/static/method-string.js:9: strict mode: Test262Error: `compareArray(Object.getOwnPropertyNames(C), ['length', 'prototype', 'name', 'a', 'b', 'c', 'd'])` returns `true`
test262/test/language/computed-property-names/class/static/method-symbol.js:10: Test262Error: `compareArray(Object.getOwnPropertyNames(C), ['length', 'prototype', 'name', 'a', 'c'])` returns `true`
test262/test/language/computed-property-names/class/static/method-symbol.js:10: strict mode: Test262Error: `compareArray(Object.getOwnPropertyNames(C), ['length', 'prototype', 'name', 'a', 'c'])` returns `true`
test262/test/language/expressions/dynamic-import/usage-from-eval.js:26: TypeError: $DONE() not called
test262/test/language/expressions/dynamic-import/usage-from-eval.js:26: strict mode: TypeError: $DONE() not called
test262/test/language/literals/bigint/legacy-octal-like-invalid-00n.js:26: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/literals/bigint/legacy-octal-like-invalid-01n.js:26: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/literals/bigint/legacy-octal-like-invalid-07n.js:26: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/literals/bigint/non-octal-like-invalid-0008n.js:26: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/literals/bigint/non-octal-like-invalid-09n.js:26: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/literals/bigint/non-octal-like-invalid-012348n.js:26: unexpected error type: Test262: This statement should not be evaluated.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。