haikuwebkit/JSTests/stress
Ross Kirsling 9a4d04a39a [JSC] Correctly handle escaped keyword identifiers
https://bugs.webkit.org/show_bug.cgi?id=220634

Reviewed by Yusuke Suzuki.

JSTests:

* stress/escaped-keyword-identifiers.js: Added.
* test262/expectations.yaml: Mark 16 test cases as passing.

Source/JavaScriptCore:

When `let`, `await`, and `yield` are accepted as identifiers, they should be accepted even in escaped form.
This patch ensures this behavior for variable, parameter, and label names.

* parser/Parser.cpp:
(JSC::Parser<LexerType>::isArrowFunctionParameters):
(JSC::Parser<LexerType>::parseStatementListItem):
(JSC::Parser<LexerType>::parseVariableDeclarationList):
(JSC::Parser<LexerType>::parseFormalParameters):
(JSC::Parser<LexerType>::parseFunctionInfo):
(JSC::Parser<LexerType>::parseClass):
(JSC::Parser<LexerType>::parseAssignmentExpression):
(JSC::Parser<LexerType>::parsePrimaryExpression):
Make use of new parser functions.

* parser/Parser.h:
(JSC::isContextualKeyword): Renamed from isAnyContextualKeyword.
(JSC::Parser::matchSpecIdentifier): Allow escaped contextual keywords.
(JSC::Parser::matchIdentifierOrPossiblyEscapedContextualKeyword): Added.
(JSC::Parser::isAllowedIdentifierLet): Renamed from isLETMaskedAsIDENT.
(JSC::Parser::isPossiblyEscapedLet): Added.
(JSC::Parser::isDisallowedIdentifierAwait): Added.
(JSC::Parser::isAllowedIdentifierAwait): Added.
(JSC::Parser::isPossiblyEscapedAwait): Added.
(JSC::Parser::canUseIdentifierAwait): Added.
(JSC::Parser::isDisallowedIdentifierYield): Added.
(JSC::Parser::isAllowedIdentifierYield): Renamed from isYIELDMaskedAsIDENT.
(JSC::Parser::isPossiblyEscapedYield): Added.
(JSC::Parser::canUseIdentifierYield): Added.
(JSC::Parser::matchAllowedEscapedContextualKeyword): Added.
(JSC::Parser::disallowedIdentifierAwaitReason): Fix mistake (left over from previous patch).
(JSC::isIdentifierOrAnyContextualKeyword): Deleted.
(JSC::isSafeContextualKeyword): Deleted.
(JSC::Parser::isDisallowedIdentifierLet): Deleted.

* parser/ParserTokens.h:
Remove obsolete notion of "safe contextual keyword".


Canonical link: https://commits.webkit.org/233059@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@271509 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-01-15 05:55:48 +00:00
..
global-const-redeclaration-setting
import-tests
multiple-files-tests
resources [JSC] Add support for static private class fields 2020-11-19 20:45:50 +00:00
sampling-profiler [JSC] DFG/FTL DirectCall need to respect Wasm IC 2021-01-06 03:03:43 +00:00
8bit-resolve-can-encounter-16bit-string.js
16bit-code.js
32bit-code.js
AggregateError-own-property-errors.js
ArgumentsEliminationPhase-eliminateCandidatesThatEscape-should-not-decrement-nodeIndex-pass-zero.js
HasIndexedProperty-does-gc.js
IIFE-es6-default-parameters.js
IIFE-function-name-captured.js
InternalFunctionAllocationProfile-createAllocationStructureFromBase-should-allow-for-same-classInfo-from-different-globals.js
JSArrayBufferView-byteOffset-is-racy-from-compiler-thread.js
JSON-parse-should-cache-array-lengths.js
Number-isNaN-basics.js
Object_static_methods_Object.getOwnPropertyDescriptors-proxy.js
Object_static_methods_Object.getOwnPropertyDescriptors.js
OverrideHasInstance-should-not-branch-across-register-allocations.js
SharedArrayBuffer-opt.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
SharedArrayBuffer.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
StringObject-define-length-getter-rope-string-oom.js
abstract-value-can-include-int52.js
abstract-value-int52-constant-validation-should-not-care-about-representation.js
accessors-get-set-prefix.js
activation-sink-default-value-tdz-error.js
activation-sink-default-value.js
activation-sink-osrexit-default-value-tdz-error.js
activation-sink-osrexit-default-value.js
activation-sink-osrexit.js
activation-sink.js
activation-test-loop.js
add-constant-overflow-recovery.js
add-inferred-type-table-to-existing-structure.js
add-int52-constant-overflow-recovery.js
add-int52-large-constant-overflow-recovery.js
add-overflow-check-with-three-same-registers.js
add-overflow-recovery.js
add-overflows-after-not-equal.js
add-small-constant-overflow-recovery.js
addition-order-evaluation.js
adhoc-setter-frame-should-emit-setlocal-again.js
adhoc-setter-frame-should-not-be-killed.js
ai-consistency-filter-cells.js
ai-create-this-to-new-object-fire.js
ai-create-this-to-new-object.js
ai-needs-to-model-spreads-effects.js
ai-should-perform-array-check-on-get-by-val-constant-folding.js
ai-value-div-should-result-in-constant-int-where-possible.js
ai-value-mod-should-result-in-constant-int-where-possible.js
allocation-sinking-changing-structures.js Object allocation sinking forgets escaped nodes when structure changes 2020-09-15 23:46:09 +00:00
allocation-sinking-defs-may-have-replacements.js
allocation-sinking-hints-are-valid-ssa-2.js
allocation-sinking-hints-are-valid-ssa.js
allocation-sinking-must-model-allocation-pointers-properly-2.js
allocation-sinking-must-model-allocation-pointers-properly-3.js
allocation-sinking-must-model-allocation-pointers-properly-4.js
allocation-sinking-must-model-allocation-pointers-properly.js
allocation-sinking-new-object-with-poly-proto.js
allocation-sinking-puthint-control-flow-2.js
allocation-sinking-puthint-control-flow.js
allow-math-ic-b3-code-duplication.js
always-enter-dictionary-indexing-mode-with-getter.js
any-int-as-double-add.js
anybigintuse-should-filter-number-correctly.js
apply-osr-exit-should-get-length-once-exceptions-occasionally.js
apply-osr-exit-should-get-length-once.js
apply-second-argument-must-be-array-like.js
argument-count-bytecode.js
argument-elimination-inline-rest-past-kill.js
argument-intrinsic-basic.js
argument-intrinsic-inlining-use-caller-arg.js
argument-intrinsic-inlining-with-result-escape.js
argument-intrinsic-inlining-with-vararg-with-enough-arguments.js
argument-intrinsic-inlining-with-vararg.js
argument-intrinsic-nested-inlining.js
argument-intrinsic-not-convert-to-get-argument.js
argument-intrinsic-with-stack-write.js
arguments-and-non-simple-parameters.js [JSC] arguments.callee should become ThrowTypeError if function has non simple parameter list 2020-10-11 18:21:10 +00:00
arguments-bizarre-behavior.js
arguments-bizarre-behaviour-disable-enumerability.js Non-enumerable property fails to shadow inherited enumerable property from for-in 2020-12-16 00:33:34 +00:00
arguments-callee-uninitialized.js
arguments-captured.js
arguments-copy-register-array-backing-store.js
arguments-custom-properties-gc.js
arguments-define-property.js
arguments-elimination-candidate-listings-should-respect-pseudo-terminals.js
arguments-elimination-force-exit.js
arguments-elimination-should-insert-KillStacks-before-added-PutStacks.js
arguments-elimination-throw.js
arguments-elimination-varargs-too-many-args-arg-count.js
arguments-elimination-will-generate-edge-without-result.js
arguments-exit-fixed.js
arguments-exit-strict-mode-fixed.js
arguments-exit-strict-mode.js
arguments-exit.js
arguments-inlined-exit-strict-mode-fixed.js
arguments-inlined-exit-strict-mode.js
arguments-inlined-exit.js
arguments-interference-cfg.js
arguments-interference.js
arguments-iterator.js
arguments-length-always-dont-enum.js
arguments-non-configurable.js
arguments-properties-order.js [JSC] Simplify get*PropertyNames() methods and EnumerationMode 2021-01-07 23:56:37 +00:00
arith-abs-integer-range-optimization.js
arith-abs-on-various-types.js
arith-abs-overflow.js
arith-abs-to-arith-negate-range-optimizaton.js
arith-abs-with-bitwise-or-zero.js
arith-acos-on-various-types.js
arith-acosh-on-various-types.js
arith-add-on-double-array-with-holes.js
arith-add-with-constant-overflow.js
arith-add-with-constants.js
arith-asin-on-various-types.js
arith-asinh-on-various-types.js
arith-atan-on-various-types.js
arith-atanh-on-various-types.js
arith-cbrt-on-various-types.js
arith-ceil-on-various-types.js
arith-clz32-effects.js
arith-clz32-on-various-types.js
arith-cos-on-various-types.js
arith-cosh-on-various-types.js
arith-expm1-on-various-types.js
arith-floor-on-various-types.js
arith-fround-on-various-types.js
arith-log-on-various-types.js
arith-log2-on-various-types.js
arith-log10-on-various-types.js
arith-modulo-node-behaviors.js
arith-modulo-twice.js
arith-mul-with-constants.js
arith-negate-on-various-types.js
arith-nodes-abstract-interpreter-untypeduse.js
arith-profile-for-negate-can-see-non-number-due-to-dfg-osr-exit-profiling.js
arith-round-on-various-types.js
arith-sin-on-various-types.js
arith-sinh-on-various-types.js
arith-sqrt-on-various-types.js
arith-sub-on-double-array-with-holes.js
arith-tan-on-various-types.js
arith-tanh-on-various-types.js
arith-trunc-on-various-types.js
arity-check-ftl-throw-more-args.js
arity-check-ftl-throw.js
arity-fixup-inlining-dont-generate-invalid-use.js
arity-fixup-should-not-touch-stack-area-below-sp.js
arity-mismatch-arguments-length.js
arity-mismatch-get-argument.js
arity-mismatch-inlining-extra-slots.js
arity-mismatch-inlining.js
arity-mismatch-rest.js
array-allocation-profile-should-not-update-itself-in-concurrent-compiler.js
array-buffer-byte-length.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js
array-concat-fast-spread-proxy.js
array-concat-on-frozen-object.js
array-concat-spread-object.js
array-concat-spread-proxy-exception-check.js
array-concat-spread-proxy.js
array-concat-with-slow-indexingtypes.js
array-constructor-no-result.js
array-copywithin.js
array-fill-put-by-val.js
array-filter-put-by-val-direct.js
array-find-does-not-lookup-twice.js
array-flatmap.js
array-flatten.js
array-from-abs-and-floor.js
array-from-put-by-val-direct.js
array-from-set-length.js
array-from-with-accessors.js
array-from-with-iterable.js
array-from-with-iterator.js
array-indexof-array-prototype-change.js
array-indexof-array-prototype-trap.js
array-indexof-arraystorage.js
array-indexof-cached-length.js
array-indexof-constant-folding.js
array-indexof-fast-path-effects.js
array-indexof-have-a-bad-time-c-runtime.js
array-indexof-have-a-bad-time-getter.js
array-indexof-have-a-bad-time.js
array-indexof-hole-and-other.js
array-indexof-hole-nan.js
array-indexof-hole-with-prototype.js
array-indexof-hole.js
array-indexof-index.js
array-indexof-infinity.js
array-indexof-negative-index.js
array-indexof-negative-zero.js
array-indexof-non-int32-start-index.js
array-indexof-object-prototype-change.js
array-indexof-object.js
array-indexof-original-array.js
array-indexof-other.js
array-indexof-own-getter.js
array-indexof-prototype-trap.js
array-indexof-string.js
array-indexof-structure-change-convert.js
array-indexof-structure-change.js
array-indexof-symbol.js
array-indexof-tointeger-order.js
array-indexof.js
array-iterator-materialize-at-osr-exit.js
array-iterator-materialize-one-path.js
array-iterator-materialize.js
array-iterator-sinking.js
array-iterators-next-error-messages.js
array-iterators-next-with-call.js
array-iterators-next.js
array-join-on-strings-need-overflow-checks.js
array-lastindexof-array-prototype-trap.js
array-lastindexof-cached-length.js
array-lastindexof-fast-path-effects.js
array-lastindexof-have-a-bad-time-c-runtime.js
array-lastindexof-hole-nan.js
array-lastindexof-infinity.js
array-lastindexof-negative-zero.js
array-lastindexof-own-getter.js
array-lastindexof-prototype-trap.js
array-length-array-storage-plain-object.js
array-length-cant-get-casted-to-unsigned.js
array-length-not-writable.js
array-length-plain-object.js
array-map-put-by-val-direct.js
array-message-passing.js
array-methods-should-not-modify-string.js
array-pop-array-storage.js
array-pop-contiguous.js
array-pop-double-hole.js
array-pop-double.js
array-pop-int32.js
array-profile-should-record-copy-on-write.js
array-prototype-concat-of-long-spliced-arrays.js
array-prototype-concat-of-long-spliced-arrays2.js
array-prototype-join-change.js
array-prototype-join-uninitialized.js
array-prototype-slow-put-having-a-bad-time-2.js
array-prototype-slow-put-having-a-bad-time.js
array-prototype-splice-making-typed-array.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
array-push-array-storage-beyond-int32.js
array-push-array-storage.js
array-push-contiguous.js
array-push-double-then-nan.js
array-push-double.js
array-push-intrinsic.js Use @putByValDirect instead of Array.prototype.@push in built-ins 2020-10-14 21:48:50 +00:00
array-push-more-than-max-size.js [JSC] setLength in Array#push could get very large length 2020-08-27 21:32:55 +00:00
array-push-multiple-array-storage-beyond-int32.js
array-push-multiple-contiguous.js
array-push-multiple-double-nan.js
array-push-multiple-double.js
array-push-multiple-int32.js
array-push-multiple-many-contiguous.js
array-push-multiple-many-double.js
array-push-multiple-many-int32.js
array-push-multiple-many-storage.js
array-push-multiple-storage-continuous.js
array-push-multiple-storage.js
array-push-nan-to-double-array-cse-sane-and-insane-chain.js
array-push-nan-to-double-array.js
array-push-with-force-exit.js
array-push.js
array-reverse-doesnt-clobber.js
array-reverse-proxy.js
array-setLength-on-ArrayClass-with-large-length.js
array-setLength-on-ArrayClass-with-small-length.js
array-setLength-on-proxy-error.js Merge putLength() into setLength() 2020-08-27 01:55:08 +00:00
array-slice-cow.js
array-slice-intrinsic.js
array-slice-jettison-on-constructor-change.js
array-slice-must-keep-source-array-alive.js
array-slice-on-frozen-object.js
array-slice-osr-exit-2.js
array-slice-osr-exit.js
array-slice-with-zero.js
array-slice-zero-args.js
array-sort-bad-comparator.js
array-species-config-array-constructor.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
array-species-create-should-handle-masquerader.js [MIPS] Flaky test stress/array-species-create-should-handle-masquerader.js 2020-10-07 20:08:28 +00:00
array-species-functions.js
array-storage-array-unshift.js
array-storage-get-by-val.js
array-storage-length.js
array-symbol-species-lazy-watchpoints.js
array-toLocaleString.js
array-unshift-should-not-race-against-compiler-thread.js
array-unshift-zero-property-storage.js
arrayify-array-storage-array.js
arrayify-array-storage-non-array.js
arrayify-array-storage-typed-array.js
arrayify-array-storage.js
arrayify-fires-watchpoint.js
arrayify-int32-typed-array.js
arrayify-slow-put-array-storage-pass-array-storage.js
arrayify-slow-put-array-storage.js
arrayify-structure-bad-test.js
arrayify-to-structure-contradiction.js
arrayify.js
arrayprofile-should-not-convert-get-by-val-cow.js
arrow-function-and-use-strict-directive.js
arrow-function-needs-its-own-structure.js
arrow-function-syntax.js
arrow-function-token-is-not-keyword.js
arrow-functions-as-default-parameter-values.js
arrowfunction-activation-sink-osrexit-default-value-tdz-error.js
arrowfunction-activation-sink-osrexit-default-value.js
arrowfunction-activation-sink-osrexit.js
arrowfunction-activation-sink.js
arrowfunction-bound.js
arrowfunction-call.js
arrowfunction-constructor.js
arrowfunction-lexical-bind-arguments-non-strict-1.js
arrowfunction-lexical-bind-arguments-non-strict-2.js
arrowfunction-lexical-bind-arguments-strict.js
arrowfunction-lexical-bind-newtarget.js
arrowfunction-lexical-bind-supercall-1.js
arrowfunction-lexical-bind-supercall-2.js
arrowfunction-lexical-bind-supercall-3.js
arrowfunction-lexical-bind-supercall-4.js
arrowfunction-lexical-bind-superproperty.js
arrowfunction-lexical-bind-this-1.js
arrowfunction-lexical-bind-this-2.js
arrowfunction-lexical-bind-this-3.js
arrowfunction-lexical-bind-this-4.js
arrowfunction-lexical-bind-this-5.js
arrowfunction-lexical-bind-this-6.js
arrowfunction-lexical-bind-this-7.js
arrowfunction-lexical-bind-this-8.js
arrowfunction-lexical-this-activation-sink-osrexit.js
arrowfunction-lexical-this-activation-sink.js
arrowfunction-lexical-this-sinking-no-double-allocate.js
arrowfunction-lexical-this-sinking-osrexit.js
arrowfunction-lexical-this-sinking-put.js
arrowfunction-name.js
arrowfunction-others.js
arrowfunction-prototype.js
arrowfunction-run-10-1.js
arrowfunction-run-10-2.js
arrowfunction-run-10000-1.js
arrowfunction-run-10000-2.js
arrowfunction-sinking-no-double-allocate.js
arrowfunction-sinking-osrexit.js
arrowfunction-sinking-put.js
arrowfunction-tdz-1.js
arrowfunction-tdz-2.js
arrowfunction-tdz-3.js
arrowfunction-tdz-4.js
arrowfunction-tostring.js
arrowfunction-typeof.js
assert-not-empty.js
assign-argument-in-inlined-call.js
assign-captured-argument-in-inlined-call.js
assignment-in-function-call-bracket-node.js
async-arrow-function-in-class-heritage.js
async-arrow-functions-lexical-arguments-binding.js
async-arrow-functions-lexical-binding-in-class.js Improve error message for uninitialized |this| in derived constructor 2021-01-02 19:27:42 +00:00
async-arrow-functions-lexical-new.target-binding.js
async-arrow-functions-lexical-super-binding.js Improve error message for uninitialized |this| in derived constructor 2021-01-02 19:27:42 +00:00
async-arrow-functions-lexical-this-binding.js
async-await-basic.js
async-await-long-loop.js
async-await-module-reserved-word.js
async-await-mozilla.js
async-await-reserved-word.js
async-await-syntax.js
async-await-throw-loop.js
async-function-create-nobaseline.js
async-function-create-optimized.js
async-function-declaration-sinking-no-double-allocate.js
async-function-declaration-sinking-osrexit.js
async-function-declaration-sinking-put.js
async-function-expression-sinking-no-double-allocate.js
async-function-expression-sinking-osrexit.js
async-function-expression-sinking-put.js
async-function-lookahead.js [JSC] async function cannot appear in single-statement context 2020-08-31 01:26:30 +00:00
async-generator-assertion.js
async-generator-construct-failure.js
async-generator-prototype-change.js
async-generator-prototype-closure.js
async-iteration-async-from-sync.js
async-iteration-basic.js
async-iteration-evaluation.js
async-iteration-for-await-of-syntax.js
async-iteration-for-await-of.js
async-iteration-syntax.js
async-iteration-yield-promise.js
async-iteration-yield-star-interface.js
async-iteration-yield-star.js
at-method.js [JSC] Reinstate String#at 2020-11-19 02:32:56 +00:00
atomics-add-uint32.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
atomics-and-multiple-typed-arrays.js [JSC] DFG/FTL Atomics should assume non-typed-array input with storage-edge 2021-01-08 16:30:35 +00:00
atomics-and-string.js [JSC] DFG/FTL Atomics should assume non-typed-array input with storage-edge 2021-01-08 16:30:35 +00:00
atomics-is-lock-free-and-zero.js [JSC] AtomicsIsLockFree's AI result is wrong 2021-01-08 16:53:57 +00:00
atomics-known-int-use.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
atomics-neg-zero.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
atomics-store-return.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
availability-was-cleared-when-locals-are-not-live.js
b3-delete-orphans-should-neutralize-upsilons-with-dead-phis.js
bad-osr-exit-checkpoint-state-assertion-during-js-lock-destruction.js Add back the removed assertion from r269338 and add a test 2020-11-04 02:50:26 +00:00
baseline-osrentry-catch-is-reachable.js
baselinejittrue.js
basic-eden-gc-test.js
basic-weakmap.js
basic-weakset.js
big-int-32-parsing-should-be-precise.js
big-int-add-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-addition-basic.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-addition-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-addition-memory-stress.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-addition-string-coercion.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-addition-to-primitive-precedence.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-addition-to-primitive.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-addition-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-arithmetic-return-big-int.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-as-key.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-as-property-name.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
big-int-bit-not-general.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-and-general.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-and-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-and-memory-stress.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-and-to-primitive-precedence.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-and-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-and-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-not-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-not-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-or-general.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-or-jit-untyped.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-or-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-or-memory-stress.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-or-to-primitive-precedence.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-or-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-or-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-xor-general.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-xor-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-xor-memory-stress.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-xor-to-primitive-precedence.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-xor-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-xor-untyped.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-bitwise-xor-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-boolean-proven-type.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-branch-usage.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-constructor-gc.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-constructor-oom.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-constructor-properties.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-constructor-prototype-prop-descriptor.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-constructor-prototype.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-constructor.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-div-jit-osr.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-div-jit-untyped.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-div-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-div-memory-stress.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-div-to-primitive.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-div-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-div-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-division.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-equals-basic.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-equals-to-primitive-precedence.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-equals-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-exp-basic.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-exp-jit-osr.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-exp-jit-untyped.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-exp-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-exp-negative-exponent.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-exp-to-primitive.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-exp-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-exp-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-function-apply.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-greater-than-general.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-greater-than-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-greater-than-or-equal-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-greater-than-or-equal-order-of-evaluation.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-greater-than-or-equal-wrapped-values.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-greater-than-or-equal.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-greater-than-order-of-evaluation.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-greater-than-wrapped-values.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-json-stringify-to-json.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-json-stringify.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-left-shift-general.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-left-shift-range-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-left-shift-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-left-shift-untyped.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-left-shift-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-length.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-less-than-general.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-less-than-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-less-than-or-equal-general.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-less-than-or-equal-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-less-than-or-equal-order-of-evaluation.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-less-than-or-equal-wrapped-values.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-less-than-order-of-evaluation.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-less-than-wrapped-values.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-literal-inside-literal-object.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-literal-line-terminator.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-literals.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-logical-and.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-logical-not.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-logical-or.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mod-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mod-memory-stress.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mod-osr.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mod-to-primitive-precedence.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mod-to-primitive.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mod-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mod-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mod.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mul-jit-osr.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mul-jit-untyped.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mul-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mul-to-primitive-precedence.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mul-to-primitive.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mul-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-mul-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-multiplication.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-multiply-memory-stress.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-negate-basic.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-negate-jit.js
big-int-no-conversion-to-number.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-operations-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-out-of-memory-tests.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-prop-descriptor.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-proto-constructor.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-proto-name.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-prototype-properties.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-prototype-proto.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-prototype-symbol-to-string-tag.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-prototype-to-string-apply.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-prototype-to-string-cast-overflow.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-prototype-to-string-exception.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-prototype-to-string-wrong-values.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-prototype-value-of.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-right-shift-general.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-right-shift-jit-osr.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-right-shift-jit-untyped.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-right-shift-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-right-shift-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-right-shift-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-spec-to-primitive.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-spec-to-this.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-strict-equals-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-strict-spec-to-this.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-sub-wrapped-value.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-subtraction-basic.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-subtraction-jit.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-subtraction-type-error.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-to-object.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-to-string.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-type-of-proven-type-non-constant-including-symbol.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-type-of-proven-type-non-constant.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-type-of-proven-type.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-type-of.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-unary-plus.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-value-bit-not-spec-any-big-int.js
big-int-value-op-update-gc-rules.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-int-white-space-trailing-leading.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
big-match.js
big-split-captures.js
big-split.js
big-wasm-memory-grow-no-max.js
big-wasm-memory-grow.js
big-wasm-memory.js
bigint-and-map-set.js [JSC] BigInt should work with Map / Set 2020-09-21 22:10:24 +00:00
bigint-asintn.js
bigint-asuintn.js
bigint-bitops.js
bigint-can-be-false-in-boolean-context.js
bigint-can-throw-oom.js
bigint-compare-peephole-branch.js
bigint-constant-fold-to-numeric.js
bigint-exponential-oom.js
bigint-int32-min-shift.js
bigint-left-shift-overflow.js
bigint-oom-in-codegen-array-literal-context.js
bigint-oom-in-codegen-binary-conditional-context.js
bigint-oom-in-codegen-conditional-context.js
bigint-right-shift-large.js
bigint-should-not-be-collected-while-creating.js
bigint-string-map-set.js [JSC] BigInt should work with Map / Set 2020-09-21 22:10:24 +00:00
bigint-to-string-in-array.js
bigint-toLocaleString.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
bigint-urshift.js
bigint-zero-canonicalized.js
bigint32-add-overflow.js
bigint32-dec-overflow.js
bigint32-inc-overflow.js
bigint32-map-set.js [JSC] BigInt should work with Map / Set 2020-09-21 22:10:24 +00:00
bigint32-mul-overflow.js
bigint32-sub-overflow.js
bind-args.js
bit-not-must-generate.js
bit-op-value-to-int32-input-liveness.js
bit-op-with-object-returning-int32.js
bitwise-not-fixup-rules.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
bitwise-not-no-int32.js
block-scope-redeclarations.js
block-scoped-function-declarations.js
bound-function-does-not-have-caller-and-arguments.js
bound-function-empty-name.js
bound-function-lazy-name-generation.js
bound-function-stack-overflow.js
bound-function-tail-call-with-exception.js
bound-function-uses-prototype.js
bounds-check-not-eliminated-by-licm.js
bounds-checking-in-cold-loop.js Unreviewd, annotate stress/bounds-checking-in-cold-loop.js with memoryLimited 2020-11-29 06:47:37 +00:00
branch-check-int32-on-boolean-to-number-untyped.js
branch-check-number-on-boolean-to-number-untyped.js
branch-may-exit-due-to-object-or-other-use-kind.js
broken-have-a-bad-time-with-arguments-for-gc-testing.js
bug-131764.js
bug-165091.js
bug-171786.js
bug-188298.js
builtin-function-is-construct-type-none.js
builtin-function-length.js
builtin-function-name.js
builtin-private-function-name.js
butterfly-zero-unused-butterfly-properties.js
byte-offset-on-wasteful-neutered-arm64e.js
bytecode-cache-cached-string-impl.js
bytecode-cache-run-string.js
bytecode-cache-shared-code-block.js
bytecode-cache-syntax-error.js
bytecode-for-rmw-with-invalid-right-side.js
cache-correct-offset-after-flattening.js
cache-put-by-id-delete-prototype.js
cache-put-by-id-different-__proto__.js
cache-put-by-id-different-attributes.js
cache-put-by-id-different-offset.js
cache-put-by-id-insert-prototype.js
cache-put-by-id-poly-proto.js
cacheable-custom-accessor-should-not-have-property-offset.js
cached-prototype-setter.js
call-and-construct-should-return-same-tagged-templates.js
call-apply-builtin-functions-dont-use-iterators.js
call-apply-exponential-bytecode-size.js
call-forward-varargs-for-inlined-escaped-arguments.js
call-link-info-osrexit-repatch.js
call-non-calleable-constructors-as-function.js
call-object-constructor-with-new.js We should have a DFG intrinsic for the construct case of the Object constructor 2021-01-05 19:53:56 +00:00
call-object-constructor.js
call-var-args-phantom-arguments-handler-strict.js
call-var-args-phantom-arguments-handler.js
call-var-args-phantom-arguments-strict.js
call-var-args-phantom-arguments.js
call-varargs-double-new-array-buffer.js
call-varargs-from-inlined-code-with-odd-number-of-arguments.js
call-varargs-from-inlined-code.js
call-varargs-inlining-should-not-clobber-previous-to-free-register.js
call-varargs-length-effects.js
call-varargs-spread-new-array-buffer.js
call-varargs-spread-new-array-buffer2.js
call-varargs-spread.js
call-varargs-with-different-arguments-length-after-warmup.js
caller-and-arguments-properties-for-functions-that-dont-have-them.js
caller-native-code.js
cant-eliminate-string-object-structure-check-when-string-object-is-proven.js
capture-escape-and-throw.js
captured-arguments-variable.js
catch-clause-should-be-under-tdz1.js
catch-clause-should-be-under-tdz2.js
catch-clause-should-be-under-tdz3.js
catch-clause-should-be-under-tdz4.js
catch-clause-should-be-under-tdz5.js
catch-destructuring-shadow-lexical-const-variable-global.js
catch-destructuring-shadow-lexical-variable-class.js
catch-destructuring-shadow-lexical-variable-function.js
catch-destructuring-shadow-lexical-variable-global.js
catch-destructuring-shadow-var-global.js
catch-parameter-destructuring.js
catch-parameter-syntax.js
catch-set-argument-speculation-failure.js
catch-variables-under-tdz.js
cfa-expected-values-must-set-clobbered-to-false.js
change-attribute-structure-transition.js [JSC] attribute-change transition should not pin Structure 2020-09-12 03:28:12 +00:00
characters-regexp-ignore-case.js
characters-regexp.js
check-array-or-empty.js
check-array-with-non-array-does-not-filter-arrays.js
check-dom-with-signature.js
check-in-bounds-should-be-a-child-use.js
check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js
check-neutered-clobberize-reads-jstype.js
check-stack-overflow-before-value-profiling-arguments.js
check-string-ident.js
check-structure-ir-ensures-empty-does-not-flow-through.js
check-sub-class.js
check-symbol-description-oom.js
checkpoint-side-state-gc-tmps-overflow.js
chill-mod-chill-mod.js
class-derived-from-null.js Improve error message for uninitialized |this| in derived constructor 2021-01-02 19:27:42 +00:00
class-expression-generates-environment.js
class-expression-should-be-tdz-in-heritage.js
class-expression-should-store-result-at-last.js
class-field-arrow-function-using-super.js [ESNext] super accesses broken on arrow functions defined as class field 2021-01-13 00:05:54 +00:00
class-fields-bytecode-cache.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-computed-to-property-key.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-function-name.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-harmony.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-private-as-function.js
class-fields-private-cached-bytecode.js
class-fields-private-freeze-out-of-line.js
class-fields-private-freeze.js
class-fields-private-harmony.js [JSC] Add support for static private class fields 2020-11-19 20:45:50 +00:00
class-fields-private-on-proxy.js
class-fields-private-out-of-line.js
class-fields-private-prevent-extensions-out-of-line.js
class-fields-private-prevent-extensions.js
class-fields-private-seal-out-of-line.js
class-fields-private-seal.js
class-fields-private-use-eval.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-proxy-define-property.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-static-harmony.js [JSC] Add support for static public class fields 2020-11-17 21:37:39 +00:00
class-fields-static-private-harmony.js [JSC] Add support for static private class fields 2020-11-19 20:45:50 +00:00
class-fields-stress-instance.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-to-property-key-const-string-ftl.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-to-property-key-const-symbol-ftl.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-to-property-key-slow-object-tostring-ftl.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-to-property-key-slow-object-valueof-ftl.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-to-property-key-string-object-ftl.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-to-property-key-string-or-string-object-ftl.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-fields-with-special-names.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
class-method-does-not-declare-variable-to-upper-scope.js
class-static-get-weird.js
class-subclassing-array.js
class-subclassing-function.js
class-subclassing-misc.js
class-subclassing-string.js
class-subclassing-typedarray.js
class-syntax-block-scoping.js
class-syntax-definition-semantics.js
class-syntax-derived-default-constructor.js
class-syntax-double-constructor.js
class-syntax-no-loop-tdz.js
class-syntax-no-tdz-in-catch.js
class-syntax-no-tdz-in-conditional.js
class-syntax-no-tdz-in-eval.js
class-syntax-no-tdz-in-loop-no-inline-super.js
class-syntax-no-tdz-in-loop.js
class-syntax-no-tdz.js
class-syntax-super-in-eval.js
class-syntax-tdz-in-catch.js
class-syntax-tdz-in-conditional.js
class-syntax-tdz-in-eval.js
class-syntax-tdz-in-loop.js
class-syntax-tdz-osr-entry-in-loop.js
class-syntax-tdz.js
class_elements.js
clear-callee-or-codeblock-in-calllinkinfo-even-cleared-by-jettison.js
clobberize-needs-to-model-spread-effects.js
cloned-arguments-elimination.js
cloned-arguments-get-by-val-double-array.js
cloned-arguments-modification.js
cloned-arguments-should-visit-callee-during-gc.js
closure-call-exit.js
closure-recursive-tail-call-infinite-loop.js
closure-recursive-tail-call.js
code-cache-incorrect-caching.js
code-emitted-by-getter-setter-access-case-should-hold-ownership-of-call-link-info.js
codeblock-destructor-access-unlinkedcodeblock.js
codeblock-should-clear-watchpoints-on-destruction.js
collect-continuously-should-not-wake-concurrent-collector-after-prevent-collection-is-called.js
combined-liveness-needs-to-say-arguments-are-live.js
comma-value-func-call-resolve.js [JSC] New expression and value function call should reserve function register if arguments include assignments 2021-01-07 23:17:44 +00:00
compare-bigint-with-number.js
compare-bigint-with-string.js
compare-bigint.js
compare-bigint32.js
compare-clobber-untypeduse.js
compare-eq-bool-number-folding.js
compare-eq-incomplete-profile.js
compare-eq-object-or-other-to-object.js
compare-eq-object-to-object-or-other.js
compare-eq-on-null-and-undefined-non-peephole.js
compare-eq-on-null-and-undefined-optimized-in-constant-folding.js
compare-eq-on-null-and-undefined.js
compare-eq-should-use-known-other-use.js [ARMv7][MIPS] Test gaderning September version 2020-09-18 20:28:55 +00:00
compare-heap-bigint.js
compare-number-and-other.js
compare-semantic-origin-op-negate-method-of-getting-a-value-profile.js
compare-strict-eq-integer-to-misc.js
compare-strict-eq-on-various-types.js
comparison-ignore-negative-zero.js
compiler-thread-should-not-ref-identifiers.js
completion-value.js
computed-accessor-parsing.js
computed-accessor.js
computed-function-names.js
computed-property-increment.js
computed-property-key-side-effects.js
concat-append-one-with-sparse-array.js
concat-with-holesMustForwardToPrototype.js
const-and-with-statement.js
const-exception-handling.js
const-lexical-binding-shadow-existing-global-property-ftl.js
const-lexical-binding-shadow-existing-global-property-tdz-ftl.js
const-lexical-binding-shadow-existing-global-property-tdz.js
const-lexical-binding-shadow-existing-global-property.js
const-lexical-binding-shadowing-global-properties-and-eval-injection.js
const-loop-semantics.js
const-not-strict-mode.js
const-read-modify-assignment-eval-rhs-before-exception.js
const-semantics.js
const-tdz.js
constant-closure-var-with-dynamic-invalidation.js
constant-fold-double-rep-into-double-constant.js
constant-fold-multi-get-by-offset-to-get-by-offset-on-prototype-and-sink-allocation.js
constant-folding-osr-exit.js
constant-folding-phase-insert-check-handle-varargs.js
constant-folding-should-fold-make-rope-with-empty-strings.js
construct-forward-varargs-for-inlined-escaped-arguments.js
construct-overwritten-variable.js [JSC] New expression and value function call should reserve function register if arguments include assignments 2021-01-07 23:17:44 +00:00
construct-return-early-from-infinite-loop-for-fuzzer.js Unreviewed, skip construct-return-early-from-infinite-loop-for-fuzzer.js when JIT is disabled 2020-09-15 23:51:40 +00:00
construct-spread-overwritten-variable-2.js [JSC] New expression and value function call should reserve function register if arguments include assignments 2021-01-07 23:17:44 +00:00
construct-spread-overwritten-variable.js [JSC] New expression and value function call should reserve function register if arguments include assignments 2021-01-07 23:17:44 +00:00
construct-varargs-inline-smaller-Foo.js
construct-varargs-inline.js
construct-varargs-no-inline.js
constructFunctionSkippingEvalEnabledCheck-should-throw-out-of-memory-error.js
constructing-builtin-functions-with-getter-prototype-should-only-call-getter-once-per-new-1.js
constructing-builtin-functions-with-getter-prototype-should-only-call-getter-once-per-new-2.js
constructor-kind-naked-should-not-be-applied-to-inner-functions.js
constructor-with-return.js
contiguous-array-unshift.js
cow-convert-contiguous-to-array-storage.js
cow-convert-double-to-array-storage.js
cow-convert-double-to-contiguous.js
cow-convert-int32-to-array-storage.js
cow-convert-int32-to-contiguous.js
cow-convert-int32-to-double.js
cow-define-length-as-value.js
create-async-generator.js
create-direct-arguments-in-osr-should-initialize-to-undefined.js
create-error-out-of-memory-rope-string.js
create-generator.js
create-list-from-array-like-not-object.js
create-many-realms.js
create-promise-finalize.js
create-promise-multiple-derived.js
create-promise-new-target.js
create-promise-should-respect-promise-realm.js
create-promise-weak-pointer.js
create-promise.js
create-rest-while-having-a-bad-time.js
create-subclass-structure-may-throw-exception-when-getting-prototype.js
create-subclass-structure-might-throw.js
create-this-property-change.js
create-this-structure-change-without-cse.js
create-this-structure-change.js
create-this-with-callee-variants.js
cse-multi-get-by-offset-remove-checks.js
cse-propagated-constant-may-not-follow-structure-restrictions.js
custom-accessor-delete-1.js
custom-accessor-delete-2.js
custom-accessor-delete-3.js
custom-get-set-inline-caching-one-level-up-proto-chain.js
custom-get-set-override.js ASSERTION FAILED: value.isCell() && value.asCell()->type() == CustomGetterSetterType ./bytecode/ObjectPropertyConditionSet.cpp 2020-09-02 23:58:08 +00:00
custom-get-set-proto-chain-put.js [WebIDL] %Interface%.prototype.constructor should be defined on [[Set]] receiver 2020-10-20 02:49:07 +00:00
custom-iterators.js
custom-prototype-may-be-same-to-original-one.js
custom-value-delete-property-1.js
custom-value-delete-property-2.js
custom-value-delete-property-3.js
cyclic-define-properties.js
data-view-get-dfg-should-handle-empty-constant.js
data-view-set-dfg-should-handle-empty-constant.js
data-view-set-intrinsic-undefined-result-2.js
data-view-set-intrinsic-undefined-result.js
dataview-construct.js
dataview-get-cse.js
dataview-jit-bounds-checks.js
dataview-jit-get.js
dataview-jit-neuter.js [JSC] Add missing detached buffer errors for DataView 2020-09-03 17:04:09 +00:00
dataview-jit-set-nan.js
dataview-jit-set.js
dataview-jit-unaligned-accesses.js
dataview-no-own-properties.js DataView instances should not have own "byteLength" and "byteOffset" properties 2020-09-25 11:51:33 +00:00
dataview-prototype-accessors.js
dataview-typedarray-toindex.js
date-cse.js
date-get-date-jit.js
date-get-day-jit.js
date-get-full-year-jit.js
date-get-hours-jit.js
date-get-milliseconds-jit.js
date-get-minutes-jit.js
date-get-month-jit.js
date-get-seconds-jit.js
date-get-time-jit.js
date-get-timezone-offset-jit.js
date-get-utc-date-jit.js
date-get-utc-day-jit.js
date-get-utc-full-year-jit.js
date-get-utc-hours-jit.js
date-get-utc-milliseconds-jit.js
date-get-utc-minutes-jit.js
date-get-utc-month-jit.js
date-get-utc-seconds-jit.js
date-get-year-jit.js
date-negative-zero.js
date-parse-ranges.js
date-relaxed.js
date-symbol-toprimitive.js
date-toLocaleString.js
date-utc-optional.js
date-value-of-jit.js
dead-access-to-captured-variable-preceded-by-a-live-store-in-function-with-multiple-basic-blocks.js
dead-access-to-captured-variable-preceded-by-a-live-store.js
dead-fiat-double-to-int52-then-exit-not-int52.js
dead-fiat-double-to-int52.js
dead-fiat-int32-to-int52.js
dead-fiat-value-to-int52-double-path.js
dead-fiat-value-to-int52-then-exit-not-double.js
dead-fiat-value-to-int52-then-exit-not-int52.js
dead-fiat-value-to-int52.js
dead-get-closure-var.js
dead-int32-to-double.js
dead-osr-entry-value.js
dead-speculating-argument-use.js
dead-uint32-to-number.js
dead-value-with-mov-hint-in-another-block.js
decode-uri-icu-count-trail-bytes.js
deep-StructureStubClearingWatchpoint-destructor-recursion.js
deeply-nested-finallys.js
def-then-use-in-single-bytecode-with-checkpoints-for-of.js
default-proto-for-async-generator.js
default-proto-for-generator.js
default-value-masquerader.js
default-value-parsing-should-propagate-error.js
define-own-indexed-property-fast-path.js
delete-by-id.js
delete-by-val-ftl.js
delete-by-val-with-base-and-subscript-using-same-cell.js
delete-by-val-with-base-and-subscript-using-same-non-cell.js
delete-by-val.js
delete-cached-to-primitive-property.js [JSC] Cache toString / valueOf / @@toPrimitive for major cases 2020-09-04 01:03:33 +00:00
delete-cached-to-string-property.js [JSC] Cache toString / valueOf / @@toPrimitive for major cases 2020-09-04 01:03:33 +00:00
delete-cached-value-of-property.js [JSC] Cache toString / valueOf / @@toPrimitive for major cases 2020-09-04 01:03:33 +00:00
delete-ic-requires-write-barrier.js
delete-inlining-should-model-aliasing-of-future-stores.js
delete-property-check-structure-transition.js
delete-property-dfg-inline.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
delete-property-ic-proxy.js
delete-property-ic-stress.js
delete-property-inline-cache.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
delete-property-poly-proto.js
delete-to-object-exception.js
derived-class-construct-varargs.js
derived-promise-constructor-class-syntax-prototype-replace-attempt.js
derived-promise-constructor-inlined.js
derived-promise-prototype-replaced.js
destructuring-assignment-accepts-iterables.js
destructuring-assignment-require-object-coercible.js
destructuring-assignment-syntax.js
destructuring-func-call-resolve.js [JSC] New expression and value function call should reserve function register if arguments include assignments 2021-01-07 23:17:44 +00:00
destructuring-rest-element.js
detach-buffer-during-iteration.js %ArrayIteratorPrototype%.next must check for detached buffers 2020-09-24 06:15:35 +00:00
detached-buffer-typeerror.js [JSC] Add missing detached buffer errors for DataView 2020-09-03 17:04:09 +00:00
dfg-ai-fold-bigint.js
dfg-builtin-constructor-cross-realm.js We should have a DFG intrinsic for the construct case of the Object constructor 2021-01-05 19:53:56 +00:00
dfg-call-class-constructor.js
dfg-combined-liveness-consider-terminal-blocks-bytecode-liveness.js
dfg-compare-eq-via-nonSpeculativeNonPeepholeCompareNullOrUndefined.js
dfg-create-arguments-inline-alloc.js
dfg-del-by-id.js
dfg-exception-try-catch-in-constructor-with-inlined-throw.js
dfg-get-by-id-should-not-assert-non-null-prediction.js
dfg-get-private-name-by-id-generic.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
dfg-get-private-name-by-id-osr-bad-identifier.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
dfg-get-private-name-by-id.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
dfg-get-private-name-by-offset-osr-bad-identifier.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
dfg-get-private-name-by-offset-osr-bad-structure.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
dfg-get-private-name-by-offset.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
dfg-get-private-name-by-val-generic.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
dfg-internal-function-call.js
dfg-internal-function-construct.js
dfg-node-convert-to-constant-must-clear-varargs-flags.js
dfg-object-proto-accessor.js
dfg-object-proto-getter.js
dfg-put-accessors-by-id-class.js
dfg-put-accessors-by-id.js
dfg-put-by-val-direct-with-edge-numbers.js
dfg-put-getter-by-id-class.js
dfg-put-getter-by-id.js
dfg-put-getter-by-val-class.js
dfg-put-getter-by-val.js
dfg-put-private-name-check-barrier-insertion.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
dfg-put-private-name-compiled-as-put-by-id-direct.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
dfg-put-private-name-compiled-as-put-private-name-by-id.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
dfg-put-setter-by-id-class.js
dfg-put-setter-by-id.js
dfg-put-setter-by-val-class.js
dfg-put-setter-by-val.js
dfg-rare-data.js
dfg-really-add-locking.js
dfg-scan-inlined-tail-caller-frames-liveness.js
dfg-ssa-swap.js
dfg-strength-reduction-for-regexp-should-include-groups-property.js
dfg-tail-calls.js
dfg-to-primitive-pass-symbol.js
dfg-to-string-on-int-does-gc.js
dfg-to-string-on-string-object-does-not-gc.js
dfg-to-string-on-string-or-string-object-does-not-gc.js
dfg-try-catch-wrong-value-recovery-on-ic-miss.js
direct-arguments-check-array-filter-type.js
direct-arguments-check-array.js
direct-arguments-in-bounds-to-out-of-bounds.js
direct-arguments-osr-entry.js
direct-arguments-out-of-bounds-change-structure.js
direct-arguments-out-of-bounds-watchpoint.js
direct-arguments-override-length-then-access-normal-length.js
direct-binding-return-result.js
direct-eval-in-object-literal-methods.js
direct-tail-call-arity-mismatch-count-args.js
disable-caching-when-lazy-materializing-error-property-on-put.js
disable-function-dot-arguments.js
disable-gigacage-arrays.js
disable-gigacage-strings.js
disable-gigacage-typed-arrays.js
disposable-call-site-index-with-call-and-this.js
disposable-call-site-index.js
do-eval-virtual-call-correctly.js
do-not-perform-bytecode-peephole-optimization-in-jump-target.js
dollarVM-have-a-bad-time-no-params.js
dollarVM-have-a-bad-time-works-for-non-global-object-params.js
dollarVM-properties-should-not-be-enumerable.js
dom-jit-with-poly-proto.js
domjit-exception-ic.js
domjit-exception.js
domjit-getter-complex-with-incorrect-object.js
domjit-getter-complex.js
domjit-getter-poly.js
domjit-getter-proto.js
domjit-getter-super-poly.js
domjit-getter-try-catch-getter-as-get-by-id-register-restoration.js
domjit-getter-type-check.js
domjit-getter.js
domjit-getter2.js [JSC] Bypass OperationPtrTagging for JITCage verification for CallDOMGetter 2021-01-13 00:09:16 +00:00
dont-assign-bogus-virtual-register-in-availability-analysis-before-stack-layout-runs.js Don't assign a bogus register to Load/ForwardVarargs in AvailabilityAnalysis before stack layout 2020-10-16 03:11:51 +00:00
dont-assume-bytecode-operand-is-uint32.js Don't assume byte code operands are uint32 JSValues 2020-09-14 16:46:02 +00:00
dont-cache-delete-ic-on-dictionary-2.js
dont-cache-delete-ic-on-dictionary.js
dont-constant-fold-check-type-info-on-bound-function.js
dont-crash-ftl-osr-entry.js
dont-crash-in-cfg-simplification.js
dont-crash-on-bad-invalidation-point.js
dont-crash-on-stack-overflow-when-parsing-builtin.js
dont-crash-on-stack-overflow-when-parsing-default-constructor.js
dont-crash-when-hoist-check-structure-on-tdz.js
dont-dead-lock-put-by-val-as-put-by-id.js
dont-dispose-callsiteindex-while-executing.js
dont-emit-osr-exits-for-every-call-ftl.js
dont-ic-null-custom-setter.js Don't IC a null custom accessor/value setter 2020-09-16 22:04:34 +00:00
dont-osr-enter-into-jettisoned-ftl-code-block.js
dont-range-based-iterate-vector-that-is-mutated.js
dont-reserve-huge-capacity-lexer.js
dont-run-cleanup-after-licm.js
dont-strength-reduce-regexp-with-compile-error.js
dont-strength-reduce-valuerep-of-doublerep.js
dont-unwind-past-vm-entry-frame.js
dont-validate-stack-offset-in-b3-because-it-might-be-guarded-by-control-flow.js
double-add-sub-mul-can-produce-nan.js
double-array-to-array-storage.js
double-array-unshift.js
double-as-int32.js
double-compare-to-float.js
double-rep-real-number-use-on-nan.js
double-rep-with-non-cell.js
double-rep-with-null.js
double-rep-with-undefined.js
double-to-float.js
double-to-int32-NaN.js
double-to-string-in-loop-removed.js
dtoa-AddSubstring-should-uses-strnlen-in-assertion.js
dumpRegisters-should-stop-before-next-frame.js VMInspector::dumpRegisters() should not dump beyond the start of the next frame. 2020-12-25 10:28:00 +00:00
duplicate-computed-accessors.js
each-block-at-top-of-polymorphic-call-inlining-should-be-exitOK.js
eden-gc-with-retired-blocks.js
element-property-get-should-not-handled-with-get-by-id.js
elidable-new-object-roflcopter-then-exit.js
elide-new-object-dag-then-exit.js
eliminate-arguments-negative-rest-access.js
empty-function.js
empty_eos_regex_split.js
encode-decode-ascii.js
encode-decode-unicode.js
encode-decode-uri-component-surrogates.js
encode-decode-uri-surrogates.js
encode-decode-zero.js
end-basic-block-set-local-should-filter-type.js
ensure-code-block-is-not-precise-allocation.js
ensure-crash.js
ensure-new-register-allocated.js
ensure-proper-strict-mode-parsing.js
equality-type-checking.js
equals-masquerader.js
error-description-on-symbols-should-not-crash.js
error-message-for-function-base-not-found.js
error-messages-for-in-operator-should-not-crash.js
error-source-location-assertion.js
error-stack-trace-limit.js
errors-with-simple-names-or-messages-should-not-crash-toString.js
es6-default-parameters.js
es6-for-of-loop-exception.js
escape-object-in-diamond-then-exit.js
escape-unescape-surrogates.js
escaped-getter-setter-in-class.js [JSC] get / set for object literal and class should not be escaped 2020-12-06 20:41:45 +00:00
escaped-getter-setter-in-object.js [JSC] get / set for object literal and class should not be escaped 2020-12-06 20:41:45 +00:00
escaped-keyword-identifiers.js [JSC] Correctly handle escaped keyword identifiers 2021-01-15 05:55:48 +00:00
eval-and-super.js
eval-cached.js
eval-func-decl-block-scoping-reassign.js
eval-func-decl-block-with-remove.js
eval-func-decl-block-with-var-and-remove.js
eval-func-decl-block-with-var-sinthesize.js
eval-func-decl-in-block-scope-and-bind-to-top-eval-scope.js
eval-func-decl-in-eval-within-block-with-let.js
eval-func-decl-in-eval-within-with-scope.js
eval-func-decl-in-frozen-global.js
eval-func-decl-in-global-of-eval.js
eval-func-decl-in-global.js
eval-func-decl-in-if.js
eval-func-decl-with-let-const-class.js
eval-func-decl-within-eval-with-reassign-to-var.js
eval-func-decl-within-eval-without-reassign-to-let.js
eval-huge-big-int-memory-overflow.js
eval-in-arrow-function.js
eval-script-contains-null-character.js
eval-script-global-access-exception-check.js
eval-that-is-not-eval.js
exception-checks-before-and-after-viewwithunderlyingstring.js
exception-dfg-inlined-frame-not-strict-equal.js
exception-dfg-not-strict-equal.js
exception-dfg-operation-read-value.js
exception-dfg-throw-from-catch-block.js
exception-effect-strcat.js
exception-in-strcat-string-overflow.js
exception-in-strcat.js
exception-in-to-property-key-should-be-handled-early-in-object-methods.js
exception-in-to-property-key-should-be-handled-early.js
exhaust-gigacage-and-allocate-vm.js
exit-after-int32-to-double.js
exit-after-int52-to-double.js
exit-after-int52-to-value.js
exit-after-llvm-folds-large-int-constant.js
exit-during-inlined-arity-fixup-recover-proper-frame.js
exit-from-ftl-when-caller-passed-extra-args-then-use-function-dot-arguments.js
exit-from-ftl-with-arity-check-fail.js
exit-from-getter-by-val.js
exit-from-getter.js
exit-from-setter-by-val.js
exit-from-setter.js
exit-target-code-block-can-be-changed-between-llint-and-baseline.js
exit-then-eval.js
exitok-is-not-the-same-as-mayExit.js
fiat-double-to-int52-then-exit-not-int52.js
fiat-double-to-int52-then-fail-to-fold.js
fiat-double-to-int52-then-fold.js
fiat-double-to-int52.js
fiat-int32-to-int52.js
fiat-value-to-int52-double-path.js
fiat-value-to-int52-then-exit-not-double.js
fiat-value-to-int52-then-exit-not-int52.js
fiat-value-to-int52-then-fail-to-fold.js
fiat-value-to-int52-then-fold.js
fiat-value-to-int52.js
finally-for-in.js
flatten-object-zero-unused-inline-properties.js
flatten-oversize-dictionary-object.js
flattening-prototype-remove-butterfly.js
float32-array-nan-inlined.js
float32-array-nan.js
float32-array-out-of-bounds.js
float32-repeat-out-of-bounds.js
float32array-out-of-bounds.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
float64-array-nan-inlined.js
float64-array-nan.js
floating-point-div-to-mul.js
flush-after-force-exit-in-bytecodeparser-needs-to-update-argument-positions.js
fold-based-on-int32-proof-mul-branch.js
fold-based-on-int32-proof-mul.js
fold-based-on-int32-proof-or-zero.js
fold-based-on-int32-proof.js
fold-load-varargs-arity-check-fail-barely.js
fold-load-varargs-arity-check-fail.js
fold-multi-get-by-offset-to-get-by-offset-with-watchpoint.js
fold-multi-get-by-offset-to-get-by-offset-without-folding-the-structure-check-new.js
fold-multi-get-by-offset-to-get-by-offset-without-folding-the-structure-check.js
fold-multi-get-by-offset-to-get-by-offset.js
fold-multi-put-by-offset-to-put-by-offset-without-folding-the-structure-check.js
fold-multi-put-by-offset-to-put-by-offset.js
fold-profiled-call-to-call.js
fold-to-double-constant-then-exit.js
fold-to-int52-constant-then-exit.js
fold-to-primitive-in-cfa.js
fold-to-primitive-to-identity-in-cfa.js
fold-typed-array-properties.js
folding-get-by-val-with-immutable-butterfly-out-of-bounds-foldable.js
folding-get-by-val-with-immutable-butterfly-out-of-bounds.js
folding-get-by-val-with-immutable-butterfly-with-types.js
folding-get-by-val-with-immutable-butterfly.js
folding-get-by-val-with-read-only-dont-delete-object.js
folding-get-by-val-with-read-only-dont-delete-runtime-array.js
folding-get-by-val-with-read-only-dont-delete.js
for-in-array-mode.js
for-in-base-reassigned-later-and-change-structure.js
for-in-base-reassigned-later.js
for-in-base-reassigned.js
for-in-body-replace-enumerable.js
for-in-capture-string-loop-var.js
for-in-delete-during-iteration.js
for-in-enumerable-shadow.js
for-in-enumerable-this-arrow.js
for-in-in-structure-property-constant-virtual-register.js
for-in-invalidate-context-weird-assignments.js
for-in-invalidation-for-any-write.js
for-in-modify-int-loop-var.js
for-in-modify-string-loop-var.js
for-in-of-const.js
for-in-postfix-ignored-index.js
for-in-postfix-index.js
for-in-prefix-index.js
for-in-prototype-with-indexed-properties-should-prevent-caching.js
for-in-prototype.js
for-in-proxy-target-changed-structure.js
for-in-proxy.js
for-in-redefine-enumerable.js for/in over a Proxy should not call [[GetOwnProperty]] trap twice per property 2021-01-08 18:52:28 +00:00
for-in-shadow-non-enumerable.js Non-enumerable property fails to shadow inherited enumerable property from for-in 2020-12-16 00:33:34 +00:00
for-in-shadow-prototype-property.js
for-in-side-effects.js
for-in-stress.js
for-in-string.js
for-in-tests.js [JSC] Simplify get*PropertyNames() methods and EnumerationMode 2021-01-07 23:56:37 +00:00
for-in-typed-array.js [JSC] Simplify get*PropertyNames() methods and EnumerationMode 2021-01-07 23:56:37 +00:00
for-let-comma.js
for-of-array-different-globals.js
for-of-array-mixed-values.js
for-of-bad-internal-field-hoist.js
for-of-done-getter-materialize-bottom-late.js
for-of-done-getter-osr-exit-inlined.js
for-of-done-getter-osr-exits-inlined-to-value-getter-with-exception.js
for-of-get-by-val-marks-clobbers-exit-state.js
for-of-in-non-reference.js [JSC] for-of / for-in left-hand-side target should be simple-assignment-target 2020-08-29 08:38:09 +00:00
for-of-iteration.js
for-of-iterator-next-osr-at-inlined-return-non-object.js
for-of-iterator-next-osr-at-next-set-local.js
for-of-iterator-open-fast-array-should-check-js-type.js
for-of-iterator-open-osr-at-inlined-return-non-object.js
for-of-iterator-open-osr-at-iterator-set-local.js
for-of-iterator-open-return-non-object.js
for-of-next-getter-osr-exit-inlined.js
for-of-no-direct-loop-back-edge-osr.js
for-of-osr-loop-enter-active-next-differs-from-seen-modes.js
for-of-post-sinking-osr-availability.js
for-of-tdz-with-try-catch.js
for-of-value-getter-contains-control-flow.js
for-of-value-getter-osr-exit-inlined.js
force-exit-then-eval-dfg.js
force-exit-then-eval.js
force-string-arrayMode-on-originalNonArray-array-class.js
forward-varargs-double-new-array-buffer.js
forward-varargs-for-inlined-escaped-arguments.js
freeze-and-seal-should-prevent-extensions.js
freeze-setter.js
freeze_leek.js
fromCharCode-exception-check.js
frozen-array-length-should-throw-strict.js
ftl-ai-filter-phantoms-should-clear-clear-value.js
ftl-arithcos.js
ftl-arithsin.js
ftl-arithsqrt.js
ftl-arithtan.js
ftl-bigint32-and-cell-or-misc.js
ftl-bit-xor-right-result-interference.js
ftl-call-bad-callee-exception-interesting-live-state.js
ftl-call-exception-interesting-live-state.js
ftl-call-exception-no-catch.js
ftl-call-exception.js
ftl-call-varargs-bad-args-exception-interesting-live-state.js
ftl-call-varargs-bad-callee-exception-interesting-live-state.js
ftl-call-varargs-exception-interesting-live-state.js
ftl-call-varargs-exception-no-catch.js
ftl-call-varargs-exception.js
ftl-checkin-variable.js
ftl-checkin.js
ftl-entry-osr-exit-has-nullptr-node.js
ftl-expects-string-prototype-to-not-be-StringObjectUse.js
ftl-force-osr-exit.js
ftl-function-dot-arguments-with-callee-saves.js
ftl-get-by-id-getter-exception-interesting-live-state.js
ftl-get-by-id-getter-exception-no-catch.js
ftl-get-by-id-getter-exception.js
ftl-get-by-id-slow-exception-interesting-live-state.js
ftl-get-by-id-slow-exception-no-catch.js
ftl-get-by-id-slow-exception.js
ftl-get-my-argument-by-val-inlined-and-not-inlined.js
ftl-get-my-argument-by-val-inlined.js
ftl-get-my-argument-by-val.js
ftl-get-private-name-by-id.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
ftl-get-private-name-by-offset-multi.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
ftl-getmyargumentslength-inline.js
ftl-getmyargumentslength.js
ftl-gettypedarrayoffset-simple.js
ftl-gettypedarrayoffset-wasteful.js
ftl-has-a-bad-time.js
ftl-in-overflow.js
ftl-library-exception.js
ftl-library-inline-gettimezoneoffset.js
ftl-library-inlining-exceptions-dataview.js
ftl-library-inlining-exceptions.js
ftl-library-inlining-loops.js
ftl-library-inlining-random.js
ftl-library-substring.js
ftl-negate-zero.js
ftl-new-negative-array-size.js
ftl-object-get-prototype-of.js
ftl-operation-exception-interesting-live-state.js
ftl-operation-exception-no-catch.js
ftl-operation-exception.js
ftl-osr-entry-should-not-exit-to-bc-zero.js Don't OSR exit to bc#0 for FTL argument type checks during loop OSR entry 2020-10-21 04:00:05 +00:00
ftl-put-by-id-setter-exception-interesting-live-state-2.js
ftl-put-by-id-setter-exception-interesting-live-state.js
ftl-put-by-id-setter-exception-no-catch.js
ftl-put-by-id-setter-exception.js
ftl-put-by-id-slow-exception-interesting-live-state.js
ftl-put-by-id-slow-exception-no-catch.js
ftl-put-by-id-slow-exception.js
ftl-putbyid.js
ftl-putbyiddirect.js
ftl-reallocatepropertystorage.js
ftl-reflect-get-prototype-of.js [ARMv7][MIPS] Test gaderning September version 2020-09-18 20:28:55 +00:00
ftl-regexp-exec.js
ftl-regexp-test.js
ftl-should-always-filter-for-low-type-check-functions.js
ftl-should-not-assume-speculations-are-sensible.js Remove bogus asserts in FTLLower that assume programs are compiled with sensible speculations 2020-09-14 20:06:24 +00:00
ftl-shr-exception.js
ftl-string-equality.js
ftl-string-ident-equality.js
ftl-string-strict-equality.js
ftl-sub-exception.js
ftl-switch-string-slow-duplicate-cases.js
ftl-tail-call-throw-exception-from-slow-path-recover-stack-values.js
ftl-tail-call.js
ftl-to-ftl-arity-fixup.js
ftl-try-catch-arith-sub-exception.js
ftl-try-catch-getter-ic-fail-to-call-operation-throw-error.js
ftl-try-catch-getter-throw-interesting-value-recovery.js
ftl-try-catch-getter-throw.js
ftl-try-catch-oom-error-lazy-slow-path.js
ftl-try-catch-patchpoint-with-volatile-registers.js
ftl-try-catch-setter-throw.js
ftl-try-catch-tail-call-inilned-caller.js
ftl-try-catch-varargs-call-throws.js
ftl-xor-exception.js
function-body-to-string-before-parameter-syntax-check.js
function-cache-with-parameters-end-position.js
function-configurable-properties.js
function-constructor-name.js
function-constructor-reading-from-global-lexical-environment.js
function-constructor-semantics.js
function-delete-prototype.js JSFunction::deleteProperty() fails to delete a non-existent "prototype" property 2021-01-01 03:38:19 +00:00
function-expression-exit.js
function-hidden-as-caller.js Don't throw if `function.caller` is a non-strict / generator / async function 2021-01-02 18:41:47 +00:00
function-length-update.js
function-name-scope.js
function-reentry-infer-on-self.js
function-sinking-no-double-allocate.js
function-sinking-osrexit.js
function-sinking-put.js
function-to-string.js
function-toString-arrow.js
function-with-defaults-inlining.js
function-with-defaults-non-inlining.js
fused-jeq-slow.js
fused-jeq.js
fused-jstricteq-slow.js
fused-jstricteq.js
fuzz-bug-16399949.js
gc-should-reap-dead-watchpoints.js
generational-opaque-roots.js
generator-and-super.js
generator-arguments-from-function.js
generator-arguments.js
generator-cell-with-type.js
generator-class-methods-syntax.js
generator-class-methods.js
generator-construct-failure.js
generator-containing-for-of-on-map.js
generator-containing-for-of-on-set.js
generator-eval-this.js Improve error message for uninitialized |this| in derived constructor 2021-01-02 19:27:42 +00:00
generator-fib-ftl-and-array.js
generator-fib-ftl-and-object.js
generator-fib-ftl-and-string.js
generator-fib-ftl.js
generator-frame-empty.js
generator-function-constructor-is-subclassible.js
generator-function-constructor.js
generator-function-create-optimized.js
generator-function-declaration-sinking-no-double-allocate.js
generator-function-declaration-sinking-osrexit.js
generator-function-declaration-sinking-put.js
generator-function-expression-sinking-no-double-allocate.js
generator-function-expression-sinking-osrexit.js
generator-function-expression-sinking-put.js
generator-function-name.js
generator-is-not-constructible.js
generator-methods-with-non-generator.js
generator-methods.js
generator-name.js
generator-prototype-change.js
generator-prototype-closure.js
generator-prototype-copy.js
generator-reduced-save-point-put-to-scope.js
generator-relations.js
generator-return-before-first-call.js
generator-return.js
generator-syntax.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
generator-this.js
generator-throw-before-first-call.js
generator-throw.js
generator-transfer-register-beyond-mutiple-yields.js
generator-type-check.js
generator-with-new-target.js
generator-with-super.js
generator-with-this-strict.js
generator-with-this.js
generator-yield-star.js
generic-arguments-correct-delete-behavior.js
get-argument-by-val-in-inlined-varargs-call-out-of-bounds.js
get-argument-by-val-safe-in-inlined-varargs-call-out-of-bounds.js
get-array-length-concurrently-change-mode.js
get-array-length-node-should-be-blessed-in-fixup.js
get-array-length-on-undecided.js
get-array-length-phantom-new-array-buffer.js
get-array-length-undecided.js
get-by-id-change-mode.js
get-by-id-direct-getter.js
get-by-id-direct.js
get-by-id-strict-arguments.js
get-by-id-strict-callee.js
get-by-id-strict-caller.js
get-by-id-strict-nested-arguments-2.js
get-by-id-strict-nested-arguments.js
get-by-id-throw-from-getter-through-optimized-code.js
get-by-id-throw-from-unexpected-getter-through-optimized-code-that-does-not-exit.js
get-by-id-throw-from-unexpected-getter-through-optimized-code.js
get-by-id-untyped.js
get-by-offset-double.js
get-by-offset-should-use-correct-child.js
get-by-pname-only-prototype-properties.js
get-by-val-double-predicted-int.js
get-by-val-fold-did-clobber-world.js
get-by-val-on-undecided-array-type.js
get-by-val-on-undecided-out-of-bounds.js
get-by-val-on-undecided-sane-chain-1.js
get-by-val-on-undecided-sane-chain-2.js
get-by-val-on-undecided-sane-chain-3.js
get-by-val-on-undecided-sane-chain-4.js
get-by-val-on-undecided-sane-chain-5.js
get-by-val-on-undecided-sane-chain-6.js
get-by-val-on-undecided-trivial.js
get-by-val-out-of-bounds-basics.js
get-by-val-string.js
get-by-val-to-id-with-getter.js
get-by-val-with-string-constructor.js
get-by-val-with-string-exit.js
get-by-val-with-string-generated.js
get-by-val-with-string-getter.js
get-by-val-with-string.js
get-by-val-with-symbol-constructor.js
get-by-val-with-symbol-exit.js
get-by-val-with-symbol-getter.js
get-by-val-with-symbol.js
get-declared-unpassed-argument-in-direct-arguments.js
get-declared-unpassed-argument-in-scoped-arguments.js
get-from-scope-dynamic-onto-proxy.js
get-function-realm-not-doing-recursion.js
get-getter-setter-by-offset-not-always-safe-to-execute.js
get-local-elimination.js
get-my-argument-by-val-constant-folding.js
get-my-argument-by-val-creates-arguments.js
get-my-argument-by-val-for-inlined-escaped-arguments.js
get-my-argument-by-val-inlined-no-formal-parameters.js
get-my-argument-by-val-out-of-bounds-no-warm-up.js
get-my-argument-by-val-out-of-bounds.js
get-my-argument-by-val-safe-out-of-bounds.js
get-my-argument-by-val-safe-wrap-around.js
get-my-argument-by-val-wrap-around-no-warm-up.js
get-my-argument-by-val-wrap-around.js
get-own-property-names-bad-time.js
get-own-property-names-dfg.js
get-private-name-cache-failure.js
get-private-name-with-constant-ident.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
get-private-name-with-constant-symbol.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
get-private-name-with-different-symbol.js [JSC] support op_get_private_name in DFG and FTL 2020-10-21 14:06:02 +00:00
get-private-name-with-primitive.js [ESNext][JIT] Add support for UntypedUse on PutPrivateName's base operand 2020-10-18 13:24:38 +00:00
get-private-name.js
get-property-names-stack-overflow.js JSObject::getPropertyNames should have a stack overflow check 2020-10-14 03:03:42 +00:00
get-prototype-create-this-effectful.js
get-prototype-of.js
get-stack-double.js
get-stack-identity-due-to-sinking.js
get-stack-mapping-with-dead-get-stack.js
get-stack-mapping.js
get-stack-wrong-type-when-inline-varargs.js
getstack-int52.js
getter-arity.js
getter-setter-globalobject-in-ic.js
getter-setter-inlining-should-emit-movhint.js
getter-setter-should-be-cell.js
getter.js
global-add-function-should-not-be-shadowed-by-lexical-bindings.js
global-const-redeclaration-setting-2.js
global-const-redeclaration-setting-3.js
global-const-redeclaration-setting-4.js
global-const-redeclaration-setting-5.js
global-const-redeclaration-setting.js
global-environment-does-not-trap-unscopables.js
global-import-function-should-return-a-promise-when-clearing-exceptions.js
global-is-finite.js
global-is-nan.js
global-isNaN-basics.js
global-lexical-binding-epoch-should-be-correct-one.js
global-lexical-environment-access-from-module.js
global-lexical-environment-to-this.js
global-lexical-let-no-rhs.js
global-lexical-redeclare-variable.js
global-lexical-redefine-const.js
global-lexical-var-injection.js
global-lexical-variable-tdz.js
global-lexical-variable-unresolved-property.js
global-lexical-variable-with-statement.js
global-object-proto-getter.js
global-property-into-variable-get-from-scope.js
global-static-variables-should-not-be-shadowed-by-lexical-bindings.js
goofy-function-reentry-incorrect-inference.js
has-custom-properties.js
has-indexed-property-array-storage-ftl.js
has-indexed-property-array-storage.js
has-indexed-property-should-accept-non-int32.js
has-indexed-property-slow-put-array-storage-ftl.js
has-indexed-property-slow-put-array-storage.js
has-indexed-property-with-worsening-array-mode.js
has-instance-exception-check.js
has-own-property-arguments.js
has-own-property-cache-basics.js
has-own-property-called-on-non-object.js
has-own-property-name-cache-string-keys.js
has-own-property-name-cache-symbol-keys.js
has-own-property-name-cache-symbols-and-strings.js
has-own-property-structure-for-in-loop-correctness.js
has-static-property-property-condition-needs-to-check-if-structure-has-property.js CustomFunctionEquivalence PropertyCondition needs to check if the structure has the property 2020-09-15 23:38:23 +00:00
hashbang.js
have-a-bad-time-with-arguments.js
having-a-bad-time-with-derived-arrays.js
heap-allocator-allocates-incorrect-size-for-activation.js
heap-analyzer-taking-lock.js
heap-and-32-bigint-eq.js
heap-and-32-bigint-stricteq.js
hide-cached-to-primitive-property.js [JSC] Cache toString / valueOf / @@toPrimitive for major cases 2020-09-04 01:03:33 +00:00
hide-cached-to-string-property.js [JSC] Cache toString / valueOf / @@toPrimitive for major cases 2020-09-04 01:03:33 +00:00
hide-cached-value-of-property.js [JSC] Cache toString / valueOf / @@toPrimitive for major cases 2020-09-04 01:03:33 +00:00
hoist-get-by-offset-with-control-dependent-inferred-type.js
hold-lock-when-resetting-structure-stub-info.js
ic-throw-through-optimized-code.js
ignore-promise-species.js
import-basic.js
import-exception.js
import-from-eval.js
import-reject-with-exception.js
import-syntax.js
import-with-empty-string.js
impure-get-own-property-slot-inline-cache.js
in-by-id-accessors.js
in-by-id-ai.js
in-by-id-constant.js
in-by-id-custom-accessors.js
in-by-id-custom-values.js
in-by-id-match-invalid.js
in-by-id-match.js
in-by-id-operation.js
in-by-id-proxy.js
in-by-val-inside-for-in-loop.js
in-ftl-exception-check.js
in-miss-variant-merge.js
inc-osr-exit-from-big-int.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
inc-osr-exit-to-big-int.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
incomplete-unicode-locale.js
incorrect-exception-assertion-in-operationRegExpExecNonGlobalOrSticky.js
incorrect-put-could-generate-invalid-ic-but-still-not-causing-bad-behavior-bad-transition-debug.js
incorrect-put-could-generate-invalid-ic-but-still-not-causing-bad-behavior-bad-transition.js
incorrect-put-could-generate-invalid-ic-but-still-not-causing-bad-behavior.js
incorrect-put-could-generate-invalid-ic-involving-dictionary-flatten-debug.js
incorrect-put-could-generate-invalid-ic-involving-dictionary-flatten.js
incremental-marking-should-not-dead-lock-in-new-property-transition.js
indirect-call-object-constructor-with-no-arguments.js
infer-constant-global-property.js
infer-constant-property.js
infer-uninitialized-closure-var.js
inferred-infinite-loop-that-uses-captured-variables.js
inferred-names.js
inferred-type-table-stale-identifiers.js
inferred-types-regex-matches-array.js
infinite-loop-that-uses-captured-variables-before-throwing.js
infinite-loop-that-uses-captured-variables-but-they-do-not-escape.js
infinite-loop-that-uses-captured-variables-with-osr-entry.js
infinite-loop-that-uses-captured-variables.js
initialize-entrypoint-arguments-with-tdz.js
initialize_functions_after_arguments.js
injected-numeric-setter-on-prototype.js
inline-cache-arguments.js
inline-call-that-doesnt-use-all-args.js
inline-call-to-recursive-tail-call.js
inline-call-varargs-and-call.js
inline-call-varargs.js
inline-closure-call.js
inline-llint-with-switch.js
inline-strict-delete.js
inline-varargs-get-arguments.js
inlined-constructor-this-liveness.js
inlined-error-gets-correct-codeblock-for-bytecodeoffset.js
inlined-function-this-liveness.js
inlined-tail-call-in-inlined-setter-should-not-crash-when-getting-value-profile.js
inlining-for-of-should-validate.js
inlining-unreachable-non-tail.js
inlining-unreachable.js
inserted-recovery-with-set-last-index.js
instance-of-on-poly-proto-opc-should-not-crash.js
instanceof-custom-hasinstancesymbol.js
instanceof-dynamic-proxy-check-structure.js
instanceof-dynamic-proxy-loop.js
instanceof-dynamic-proxy.js
instanceof-hit-one-object-then-another.js
instanceof-hit-two-objects-then-another.js
instanceof-late-constant-folding.js
instanceof-non-object-prototype.js
instanceof-not-cell.js
instanceof-prototype-change-to-hit.js
instanceof-prototype-change-to-null.js
instanceof-prototype-change-watchpointable.js
instanceof-prototype-change.js
instanceof-proxy-check-structure.js
instanceof-proxy-loop.js
instanceof-proxy.js
instanceof.js
int8-repeat-in-then-out-of-bounds.js
int8-repeat-out-of-bounds.js
int16-put-by-val-in-and-out-of-bounds.js
int16-put-by-val-in-bounds-then-exit-out-of-bounds.js
int16-put-by-val-out-of-bounds-bounds-then-do-in-bounds.js
int32-array-unshift.js
int32-min-to-string.js
int32-object-out-of-bounds.js
int32-out-of-bounds.js
int32-to-string-in-loop-removed.js
int32array-transition-on-nan.js
int52-ai-add-then-filter-int32.js
int52-ai-mul-and-clean-neg-zero-then-filter-int32.js
int52-ai-mul-then-filter-int32-directly.js
int52-ai-mul-then-filter-int32.js
int52-ai-neg-then-filter-int32.js
int52-ai-sub-then-filter-int32.js
int52-argument.js
int52-force-osr-exit-path.js
int52-inlined-call-argument.js
int52-to-string-in-loop-removed.js
int52-variable.js
int52rep-with-double-checks-int52-range-simple.js
int52rep-with-double-checks-int52-range.js
integer-range-optimization-constant-representation-1.js
integer-range-optimization-constant-representation-2.js
internal-function-call.js
internal-function-construct.js
internal-promise-constructor-not-confusing.js
internal-promise-is-not-exposed.js
intl-canonicalize-locale-list-error-oom.js
intl-collator-co-extension.js [JSC] Intl.Collator should take collation option 2020-09-15 21:58:32 +00:00
intl-collator.js [JSC] Canonicalize "true" unicode extension type value to "" 2020-09-12 05:56:52 +00:00
intl-constructors-with-proxy.js
intl-date-time-format-date-time-style-basic.js
intl-date-time-format-date-time-style-hour-cycle.js [JSC] Apply Intl.DateTimeFormat hour-cycle correctly when timeStyle is used 2020-09-15 22:56:32 +00:00
intl-date-time-style-option-consistency.js
intl-datetimeformat-day-period.js [JSC] Implement Intl.DateTimeFormat dayPeriod 2020-08-29 08:32:45 +00:00
intl-datetimeformat-format-range-should-check-practically-equal.js Unreviewed, check ICU header version instead of ICU version 2021-01-07 18:17:44 +00:00
intl-datetimeformat-format-range-to-parts-should-check-practically-equal.js Unreviewed, check ICU header version instead of ICU version 2021-01-07 18:17:44 +00:00
intl-datetimeformat-formatrange-relevant-extensions-ja.js stress/intl-datetimeformat-formatrange.js and stress/intl-datetimeformat-formatrange-relevant-extensions.js fail with ICU 65.1 2020-12-10 00:23:43 +00:00
intl-datetimeformat-formatrange-relevant-extensions.js stress/intl-datetimeformat-formatrange.js and stress/intl-datetimeformat-formatrange-relevant-extensions.js fail with ICU 65.1 2020-12-10 00:23:43 +00:00
intl-datetimeformat-formatrange-should-not-handle-gregorian-change-date.js stress/intl-datetimeformat-formatrange.js and stress/intl-datetimeformat-formatrange-relevant-extensions.js fail with ICU 65.1 2020-12-10 00:23:43 +00:00
intl-datetimeformat-formatrange.js stress/intl-datetimeformat-formatrange.js and stress/intl-datetimeformat-formatrange-relevant-extensions.js fail with ICU 65.1 2020-12-10 00:23:43 +00:00
intl-datetimeformat-formatrangetoparts-relevant-extensions-ja.js stress/intl-datetimeformat-formatrange.js and stress/intl-datetimeformat-formatrange-relevant-extensions.js fail with ICU 65.1 2020-12-10 00:23:43 +00:00
intl-datetimeformat-formatrangetoparts-relevant-extensions.js stress/intl-datetimeformat-formatrange.js and stress/intl-datetimeformat-formatrange-relevant-extensions.js fail with ICU 65.1 2020-12-10 00:23:43 +00:00
intl-datetimeformat-formatrangetoparts-should-not-handle-gregorian-change-date.js stress/intl-datetimeformat-formatrange.js and stress/intl-datetimeformat-formatrange-relevant-extensions.js fail with ICU 65.1 2020-12-10 00:23:43 +00:00
intl-datetimeformat-formatrangetoparts.js stress/intl-datetimeformat-formatrange.js and stress/intl-datetimeformat-formatrange-relevant-extensions.js fail with ICU 65.1 2020-12-10 00:23:43 +00:00
intl-datetimeformat-hour-cycle.js [JSC] Apply Intl.DateTimeFormat hour-cycle correctly when timeStyle is used 2020-09-15 22:56:32 +00:00
intl-datetimeformat.js [JSC] Enable Intl.DateTimeFormat dayPeriod 2020-09-23 01:57:35 +00:00
intl-default-locale.js
intl-displaynames.js
intl-el-case.js
intl-language-tag.js [JSC] LowerCase when LanguageTag checks duplicate variants 2020-10-11 10:26:11 +00:00
intl-legacy-constructors.js [JSC] Align legacy Intl constructor behavior to spec 2020-09-05 04:53:16 +00:00
intl-listformat.js [ECMA-402] Implement Intl.ListFormat 2020-10-25 06:20:47 +00:00
intl-locale-as-intl-param.js
intl-locale.js [JSC] Canonicalize "true" unicode extension type value to "" 2020-09-12 05:56:52 +00:00
intl-missing-script-locales.js
intl-numberformat-format-to-parts.js
intl-numberformat-nu.js
intl-numberformat-unified-ja.js
intl-numberformat-unified.js
intl-numberformat.js [JSC] Intl spec update: handle awkward rounding behavior 2020-09-23 21:26:09 +00:00
intl-object.js [JSC] Canonicalize "true" unicode extension type value to "" 2020-09-12 05:56:52 +00:00
intl-parse-unicode-subtags.js
intl-pluralrules.js [JSC] Canonicalize "true" unicode extension type value to "" 2020-09-12 05:56:52 +00:00
intl-relativetimeformat.js [JSC] Canonicalize "true" unicode extension type value to "" 2020-09-12 05:56:52 +00:00
intl-segmenter.js [ARMv7] Skip stress/intl-segmenter.js 2020-09-02 15:30:46 +00:00
intl-suppored-locales-of.js
intrinsic-getter-with-poly-proto-getter-change.js
intrinsic-getter-with-poly-proto-proto-change.js
intrinsic-getter-with-poly-proto.js
invalidate-array-iterator-prototype-next.js
invalidation-point.js
inverted-additive-subsumption.js
is-cell-with-type-should-check-non-cell-cases.js
is-constructor-should-be-correct-in-ai.js
is-constructor.js [JSC] BigInt constructor should be constructible while it always throws an error 2020-10-11 18:14:28 +00:00
is-rope-check-in-string-slice-should-not-jump-over-register-allocations.js
is-undefined-exit-on-masquerader.js
is-undefined-jettison-on-masquerader.js
is-undefined-masquerader.js
is-undefined-or-null-builtin.js
isInteger-doesnt-overwrite-argument.js
isLockFree.js
istypedarrayview-intrinsic.js
iterator-field-order.js
iterator-functions.js
iterator-names.js
iterator-open-checkpoint-liveness.js
iterator-prototype.js
iterator-return-abrupt-lookup-builtins.js
iterator-return-beyond-multiple-iteration-scopes.js
iterators-shape.js
jit-cache-poly-replace-then-cache-get-and-fold-then-invalidate.js
jit-cache-replace-then-cache-get-and-fold-then-invalidate.js
jit-gracefully-handle-double-constants-in-math-operators.js
jit-put-to-scope-global-cache-watchpoint-invalidate.js
jneq-ptr-opcode-variable-only-live-on-taken-branch.js DFG should ensure there are PhantomLocals for the taken block of op_jneq_ptr 2020-09-18 19:34:21 +00:00
joined-strings-should-not-exceed-max-string-length.js
js-fixed-array-out-of-memory.js
js-to-wasm-callee-has-correct-prototype.js
jsc-read.js
jsc-setImpureGetterDelegate-on-bad-type.js
jsc-shell-test-properties-should-not-be-enumerable.js
jsc-test-functions-should-be-more-robust.js
jsfunction-cannot-use-allocation-profile-with-builtin-functions-with-no-prototype.js
jsimmutablebutterfly-get-must-return-double-boxed-value.js JSImmutableButterfly::get needs to return jsDoubleNumber for double arrays 2020-09-16 06:07:36 +00:00
json-parse-array-prototype-is-array-assert.js
json-parse-big-object.js
json-parse-on-frozen-object.js
json-parse-reviver-array-proxy.js
json-parse-reviver-revoked-proxy.js
json-stringified-overflow-2.js
json-stringified-overflow.js
json-stringify-executing-in-reserved-zone.js
json-stringify-gap-calculation-should-be-after-replacer-check.js
json-stringify-getter-call.js
json-stringify-no-arguments.js
json-stringify-stack-overflow.js [EWS][ARMv7] Flaky test stress/json-stringify-stack-overflow.js 2020-10-24 13:18:55 +00:00
json-stringify-string-builder-overflow.js
json-stringify-with-non-jsarray-array.js
json-surrogate-pair.js
jsonp-literal-parser-semicolon-is-not-assignment.js
jsonp-program-evaluate-path-must-consider-global-lexical-environment.js
keep-checks-when-converting-to-lazy-js-constant-in-strength-reduction.js
keys-bad-time.js
keys-dfg.js
known-cell-type-check-should-allow-empty-value-to-flow-through.js
known-cell-use-needs-type-check-assertion.js
known-int32-cant-be-used-across-bytecode-boundary.js
large-number-to-bigint.js
large-regexp.js
large-unshift-splice.js
lars-sab-workers.js Suppress noise from JSTests/stress/lars-sab-workers.js 2020-12-15 23:09:07 +00:00
lazy-global-object-property-materialization-should-not-putDirectWithoutTransition.js
lazy-initialization-done-a-priori-if-jit-enabled.js
left-shift-to-primitive-precedence.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
length-of-new-array-with-spread.js
let-and-open-bracket.js [JSC] `let [` sequence cannot appear in ExpressionStatement context 2020-08-29 20:44:20 +00:00
let-lexical-binding-shadow-existing-global-property-ftl.js
let-lexical-binding-shadow-existing-global-property-tdz-ftl.js
let-lexical-binding-shadow-existing-global-property-tdz.js
let-lexical-binding-shadow-existing-global-property.js
let-lexical-binding-shadowing-global-properties-and-eval-injection.js
lexical-let-and-with-statement.js
lexical-let-exception-handling.js
lexical-let-global-not-captured-variables.js
lexical-let-loop-semantics.js
lexical-let-not-strict-mode.js
lexical-let-semantics.js
lexical-let-tdz.js
lexical-scoping-break-continue.js
lexical-scoping-for-loop.js
licm-array-storage-get-and-put-by-val.js
licm-dead-code.js
licm-no-pre-header-nested.js
licm-no-pre-header.js
licm-pre-header-cannot-exit-nested.js
licm-pre-header-cannot-exit.js
licm-should-handle-if-a-hoist-causes-a-provable-osr-exit.js
lift-tdz-bypass-catch.js
lift-template-literal.js
link-polymorphic-call-can-gc.js
liveness-pruning-needed-for-osr-availability-eager.js
liveness-pruning-needed-for-osr-availability.js
llint-cache-replace-then-cache-get-and-fold-then-invalidate.js
llint-get-by-id-cache-prototype-load-from-dictionary.js
llint-proto-get-by-id-cache-change-prototype.js
llint-proto-get-by-id-cache-intercept-value.js
llint-put-to-scope-global-cache-watchpoint-invalidate.js
llint-stack-overflow-debugging-opcodes.js
llint-stack-overflow-location.js
llinttrue-in-eval.js
llinttrue.js
load-hole-from-scope-into-live-var.js
load-varargs-elimination-bounds-check-barely.js
load-varargs-elimination-bounds-check.js
load-varargs-on-new-array-with-spread-convert-to-static-loads.js
load-varargs-then-inlined-call-and-exit-strict.js
load-varargs-then-inlined-call-and-exit.js
load-varargs-then-inlined-call-exit-in-foo.js
load-varargs-then-inlined-call-inlined.js
load-varargs-then-inlined-call.js
locale-compare-bits.js
logical-assignment-operator-and.js
logical-assignment-operator-coalesce.js
logical-assignment-operator-or.js
logical-not-masquerades-as-undefined.js
logical-not-masquerades.js
logical-not.js
make-bound-function-should-not-assume-int32-length.js
make-dictionary-repatch.js
make-large-string-jit-strcat.js
make-large-string-jit.js
make-large-string-strcat.js
make-large-string.js
make-rope-2.js
make-rope-3.js
make-rope-should-not-propagate-constant-folded-value-in-ai.js
many-nested-functions-parser-stack-overflow.js
many-sunken-locals.js
map-b3-licm-infinite-loop.js
map-clone-instance-iterator-change.js
map-clone-iterator-change.js
map-clone-next-change.js
map-clone.js
map-constructor-adder.js
map-constructor.js
map-cse-correctness.js
map-delete.js
map-inherit-set.js
map-iteration-oas.js
map-iteration.js
map-iterator-check-before-fail.js
map-iterator-creation-fail-dfg.js
map-iterator-creation-fail.js
map-iterator-materialize-at-osr-exit.js
map-iterator-materialize-one-path.js
map-iterator-materialize.js
map-iterator-result-should-have-expected-shape.js
map-iterator-sinking.js
map-iterators-next.js
map-rehash-2.js
map-rehash.js
map-set-change-get.js
map-set-check-failure.js
map-set-clobber-map-get.js
map-set-create-bucket.js
map-set-cse.js
map-set-does-not-clobber-set-has.js
map-set-does-not-clobber-weak-map-get.js
map-untyped-normalize-cse.js
map-untyped-normalize.js
map-with-nan.js
marked-argument-buffer.js
masquerader-as-function-in-promise.js
materialize-activation-referenced-from-phantom-function.js
materialize-object-referenced-from-phantom-object.js
materialize-past-butterfly-allocation.js
materialize-past-put-structure.js
materialize-regexp-at-osr-exit.js
materialize-regexp-cyclic-regexp-at-osr-exit.js
materialize-regexp-cyclic-regexp.js
materialize-regexp-cyclic.js
materialize-regexp-referenced-from-phantom-regexp-cyclic.js
materialize-regexp-referenced-from-phantom-regexp.js
materialize-regexp.js
materialized-regexp-has-correct-last-index-set-by-match-at-osr-exit.js
materialized-regexp-has-correct-last-index-set-by-match.js
math-abs-positive.js
math-ceil-arith-rounding-mode.js
math-ceil-basics.js
math-clz32-basics.js
math-exceptions.js
math-floor-arith-rounding-mode.js
math-floor-basics.js
math-log-basics.js
math-log-with-constants.js
math-max-min-negative-zero.js
math-max-min-no-arguments.js
math-max-min.js
math-pow-basics.js
math-pow-becomes-custom-function.js
math-pow-coherency.js
math-pow-integer-exponent-fastpath.js
math-pow-nan-behaviors.js
math-pow-nan-to-zero-spec-type.js
math-pow-stable-results.js
math-pow-with-constants.js
math-pow-with-never-NaN-exponent.js
math-round-arith-rounding-mode.js
math-round-basics.js
math-round-should-not-use-truncate.js
math-rounding-infinity.js
math-rounding-nan.js
math-rounding-negative-zero.js
math-sqrt-basics-disable-architecture-specific-optimizations.js
math-sqrt-basics.js
math-trunc-arith-rounding-mode.js
math-trunc-basics.js
math-trunc-should-be-truncate.js
math-unary-no-arg.js
max-boolean-exit.js
maximum-inline-capacity.js
may-exit-should-be-false-regexp-constant-folding.js
memcpy-typed-loops.js
merge-string-builder-in-dfg.js
merging-ic-variants-should-bail-if-structures-overlap.js
method-name.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
misaligned-int8-view-byte-offset.js
misaligned-int8-view-read.js
misaligned-int8-view-write.js
misc-is-object-or-null.js
miss-variant-merge.js
missing-clobber-top-validation.js
missing-exception-check-in-GenericArguments-deletePropertyByIndex.js
missing-exception-check-in-JSValue-toWTFStringSlowCase.js
missing-exception-check-in-array-prototype-fastJoin.js
missing-exception-check-in-canonicalizeLocaleList.js
missing-exception-check-in-josn-stringifier.js
missing-exception-check-in-json-stringifier-gap.js
missing-exception-check-in-operationHasGenericProperty.js
missing-exception-check-in-string-compare.js
missing-exception-check-in-string-greater-than-compare.js
missing-exception-check-in-string-greater-than-or-equal-compare.js
missing-exception-check-in-string-lastIndexOf.js
missing-exception-check-in-string-less-than-compare.js
missing-exception-check-in-string-less-than-or-equal-compare.js
missing-exception-check-in-string-toLower.js
missing-exception-check-in-string-toUpper.js
model-effects-properly-of-spread-over-phantom-create-rest.js
modify-map-during-iteration.js
modify-set-during-iteration.js
module-namespace-access-change.js
module-namespace-access-non-constant.js
module-namespace-access-poly.js
module-namespace-access-transitive-exports.js
module-namespace-access.js
module-namespace-object-caching.js [JSC] Special property caching should check Structure's cacheability 2020-09-08 07:21:07 +00:00
modules-syntax-error-with-names.js
modules-syntax-error.js [JSC] Accept arbitrary module namespace identifier names 2020-12-17 02:46:48 +00:00
modules-syntax.js Support export namespace `export * as ns` 2020-09-17 10:30:19 +00:00
movhint-backwards-propagation-must-merge-use-as-value-add.js
movhint-backwards-propagation-must-merge-use-as-value.js
mul-boolean-exit.js
multi-del-by-offset-doesnt-always-def-osr-entry.js
multi-del-by-offset-doesnt-always-def.js
multi-delete-by-offset-ai-result.js
multi-get-by-offset-dce.js
multi-get-by-offset-hoist-around-structure-check.js
multi-get-by-offset-proto-and-self.js
multi-get-by-offset-proto-or-unset.js
multi-get-by-offset-proto-self-or-unset.js
multi-get-by-offset-self-or-proto.js
multi-get-by-offset-self-or-unset.js
multi-put-by-offset-multiple-transitions.js
multi-put-by-offset-must-filter-value-before-filtering-base.js
multi-put-by-offset-reallocation-butterfly-cse.js
multi-put-by-offset-reallocation-cases.js
multiply-typed-double-and-object.js
must-handled-values-should-not-be-used-as-proven-constants-in-cfa.js
mutual-tail-call-no-stack-overflow.js
nan-equal-untyped.js
nan-equal.js
native-constructors-length.js [JSC] Add missing detached buffer errors for DataView 2020-09-03 17:04:09 +00:00
native-error-properties.js
nativeerror-prototype-tostring.js
need-bytecode-liveness-for-unreachable-blocks-at-dfg-time.js
nested-yield-in-arrow-function-should-be-a-syntax-error.js
new-array-buffer-sinking-osrexit.js
new-array-dead.js
new-array-having-a-bad-time-double.js
new-array-storage-array-with-size.js
new-array-then-exit.js
new-array-with-size-div.js
new-array-with-size-throw-exception-and-tear-off-arguments.js
new-array-with-size-with-bad-time.js
new-array-with-spread-cow-double.js
new-array-with-spread-cow-int.js
new-array-with-spread-cow.js
new-array-with-spread-double-new-array-buffer.js
new-array-with-spread-with-normal-spread-and-phantom-spread.js
new-array-with-spread-with-phantom-new-array-buffer.js
new-contiguous-array-with-size.js
new-double-array-with-size.js
new-function-expression-has-structures.js
new-int32-array-with-size.js
new-largeish-contiguous-array-with-size.js
new-promise-capabilities-requires-constructor.js
new-promise-should-respect-promise-realm.js
new-regex-inline.js
new-string-object.js
new-target-syntax-errors.js
new-target.js
new-typed-array-cse-effects.js
new-undecided-array-with-size.js
new_array_with_spread-should-cap-array-size-to-MIN_ARRAY_STORAGE_CONSTRUCTION_LENGTH.js
no-abc-skippy-loop.js
no-abc-skippy-paired-loop.js
non-cell-nor-bigint-should-be-emitted-for-to-number-target-if-bigint-appears.js
non-cell-nor-bigint-should-reject-bigint.js
non-constructable-constructors.js [JSC] BigInt constructor should be constructible while it always throws an error 2020-10-11 18:14:28 +00:00
non-constructors.js
normalize-map-key-constant-folding.js
not-cache-over-uncacheable-dictionary.js [JSC] Special property caching should check Structure's cacheability 2020-09-08 07:21:07 +00:00
not-cell-use.js
null-rope-and-collectors.js
null-setter-frame.js
nullish-coalescing.js
number-constructor-bigint-dfg.js
number-constructor-bigint.js
number-is-finite.js
number-is-integer-intrinsic.js
number-is-nan.js
number-proto.js
number-prototype-to-string-cast-overflow.js
number-prototype-to-string-exception.js
number-prototype-to-string-wrong-values.js
number-to-locale-string-should-accept-strange-number-objects.js
number-to-string-abstract-operation.js
number-to-string-radix.js
number-to-string-strength-reduction.js
number-to-string-with-add.js
number-to-string-with-radix-10.js
number-to-string-with-radix-cse.js
number-to-string-with-radix-invalid.js
number-to-string-with-radix-watchpoint.js
number-to-string-with-radix.js
number-to-string.js
number-toLocaleString.js
numberingSystemsForLocale-cached-strings-should-be-immortal-and-safe-for-concurrent-access.js
numeric-literal-separators.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
numeric-setter-on-prototype-non-blank-array.js
numeric-setter-on-prototype.js
numeric-setter-on-self.js
obj-rest-destructuring-order.js
obj-spread-order.js
object-add.js
object-allocation-sinking-interpretation-can-interpret-edges-that-can-be-proven-unreachable-in-ai.js
object-allocation-sinking-phase-must-only-move-allocations-if-stack-trace-is-still-valid.js
object-allocation-sinking-phase-needs-to-write-to-each-scope-offset.js
object-allocation-sinking-with-uninitialized-property-on-one-path.js
object-assign-changing-properties.js
object-assign-correctness.js
object-assign-enumerable.js
object-assign-fast-path.js
object-assign-order.js
object-assign-proxy.js
object-assign-string-first.js
object-assign-symbols.js
object-assign-target-proto-setter.js
object-assign.js
object-bit-and.js
object-bit-or.js
object-bit-xor.js
object-constructor-boolean-edge.js
object-constructor-global.js
object-constructor-null-edge.js
object-constructor-number-edge.js
object-constructor-object-edge.js
object-constructor-should-be-new-target-aware.js
object-constructor-string-edge.js
object-constructor-symbol-edge.js
object-constructor-undefined-edge.js
object-create-define.js
object-create-non-object-properties-parameter.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
object-create-null-external.js
object-create-null.js
object-create-prototype.js
object-create-undefined.js
object-div.js
object-entries.js REGRESSION (r268489): test/built-ins/Object/entries/order-after-define-property.js failing on test262 bots 2020-10-15 17:23:02 +00:00
object-escapes-in-loop.js
object-freeze-accept-non-object.js
object-freeze-with-proxy-preventExtensions.js
object-from-entries.js
object-get-own-property-descriptor-perform-to-object.js
object-get-own-property-names-cached-zero.js
object-get-own-property-names-changed-attribute.js
object-get-own-property-names-changed-index.js
object-get-own-property-names-changed.js
object-get-own-property-names-indexed-non-cache.js
object-get-own-property-names-overrides-get-property-names.js
object-get-own-property-names-perform-to-object.js
object-get-own-property-symbols-perform-to-object.js
object-get-own-property-symbols.js
object-get-prototype-of-filtered.js
object-get-prototype-of-mono-proto.js
object-get-prototype-of-perform-to-object.js
object-get-prototype-of-poly-mono-proto.js
object-get-prototype-of-poly-proto.js
object-is-extensible-accept-non-object.js
object-is-fold-to-compare-eq-ptr.js
object-is-frozen-accept-non-object.js
object-is-sealed-accept-non-object.js
object-is.js
object-iterate-symbols.js
object-iterate.js
object-keys-cache.js
object-keys-cached-zero.js
object-keys-changed-attribute.js
object-keys-changed-index.js
object-keys-changed.js
object-keys-indexed-non-cache.js
object-keys-osr-exit.js
object-keys-overrides-get-property-names.js
object-keys-perform-to-object.js
object-literal-methods.js
object-lshift.js
object-mul.js
object-number-properties.js
object-own-property-keys.js
object-pattern-simple-fast-path.js [JSC] Remove unnecessary mov bytecodes when performing simple object pattern destructuring to variables 2021-01-02 20:46:24 +00:00
object-prevent-extensions-accept-non-object.js
object-proto-getter-filtered.js
object-proto-getter-poly-mono-proto.js
object-proto-getter-poly-proto.js
object-prototype-isPrototypeOf-should-check-for-non-object-first.js
object-prototype-proto-accessors-should-throw-on-undefined-this.js
object-rest-deconstruct.js Implement @copyDataProperties in C++ to optimize object rest / spread 2021-01-09 04:31:12 +00:00
object-rshift.js
object-seal-accept-non-object.js
object-seal-with-proxy-preventExtensions.js
object-spread.js Implement @copyDataProperties in C++ to optimize object rest / spread 2021-01-09 04:31:12 +00:00
object-sub.js
object-toString-with-proxy.js
object-urshift.js
object-values-changing-properties.js
object-values.js
obscure-error-message-dont-crash.js
obviously-elidable-new-object-then-exit.js
only-transition-structures-for-put-by-id-in-AI-if-watchable.js
oob-sane-chain-double-constant-fold-to-PNaN.js GetByVal constant folding over a Double OutOfBoundsSaneChain array with no BytecodeUsesAsOther should constant fold to PNaN, not undefined 2020-08-27 21:16:01 +00:00
oob-sane-chain-negative-index.js
op-add-exceptions.js
op-negate-inline-cache.js
op-push-name-scope-crashes-profiler.js
op_add.js
op_bitand.js
op_bitor.js
op_bitxor.js
op_div-ConstVar.js
op_div-VarConst.js
op_div-VarVar.js
op_lshift-ConstVar.js
op_lshift-VarConst.js
op_lshift-VarVar.js
op_mod-ConstVar.js
op_mod-VarConst.js
op_mod-VarVar.js
op_mul-ConstVar.js
op_mul-VarConst.js
op_mul-VarVar.js
op_negate.js
op_postdec.js
op_postinc.js
op_predec.js
op_preinc.js
op_rshift-ConstVar.js
op_rshift-VarConst.js
op_rshift-VarVar.js
op_sub-ConstVar.js
op_sub-VarConst.js
op_sub-VarVar.js
op_urshift-ConstVar.js
op_urshift-VarConst.js
op_urshift-VarVar.js
operand-should-fit-in-abstract-heap-encoded-payload-format.js
operation-get-by-val-default-should-not-called-for-already-optimized-site.js
operation-in-may-have-negative-int32-array-storage.js
operation-in-may-have-negative-int32-contiguous-array.js
operation-in-may-have-negative-int32-double-array.js
operation-in-may-have-negative-int32-generic-array.js
operation-in-may-have-negative-int32-int32-array.js
operation-in-may-have-negative-int32.js
operation-in-negative-int32-cast.js
operation-in-throw-error.js
operationInstanceOfCustom-bad-assertion.js
operationSwitchCharWithUnknownKeyType-should-avoid-resolving-rope-strings.js
operationSwitchCharWithUnknownKeyType-should-avoid-resolving-rope-strings2.js
operationToObject-should-check-for-null-errorMessage.js
optional-catch-binding-syntax.js
optional-catch-binding.js
optional-chaining-and-private-fields.js
optional-chaining.js
optional-def-arg-width-should-be-both-early-and-late-use.js
ordinary-set-exceptions.js
osr-availability-should-see-unused-return-as-available.js BytecodeParser should GetLocal op_ret's value even if it's unused by the caller 2020-09-15 01:25:54 +00:00
osr-enter-to-catch-with-set-local-type-check-failure.js
osr-entry-locals-none.js
osr-exit-attempts-to-find-stubinfo-which-is-cleared-by-previous-baseline-to-llint-conversion.js
osr-exit-on-op-negate-should-no-fail-assertions.js
osr-exit-with-interpreter-on-stack.js
osr-from-for-of-done-getter.js
osr-from-for-of-value-getter.js
other-is-object-or-null.js
out-of-bounds-sane-chain-need-their-own-heap-location.js OutOfBoundsSaneChain operations should use their own heap locations 2020-09-10 04:47:38 +00:00
out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js
out-of-memory-handle-in-join.js
out-of-memory-making-error-string-in-literal-parser.js
out-of-memory-while-constructing-BytecodeGenerator.js
override-map-constructor.js
pad-start-calls-repeat-character-with-double.js
parameter-scoping.js
parse-int-intrinsic-dfg-backend-flush.js
parse-int-intrinsic.js
parse-regexp-as-token.js
parser-save-state-remove-stale-entries.js
parser-should-record-token-location-of-new-dot-target.js
parser-syntax-checker-assignments-are-not-resolve-expressions.js
path-sensitive-known-cell-crash.js
pathname-resolve.js
phantom-arguments-set-local-then-exit-in-same-block.js
phantom-direct-arguments-clobber-argument-count.js
phantom-direct-arguments-clobber-callee.js
phantom-inadequacy.js
phantom-insertion-live-range-should-agree-with-arguments-forwarding.js
phantom-local-captured-but-not-flushed-to-ssa.js
phantom-new-array-buffer-forward-varargs.js
phantom-new-array-buffer-forward-varargs2.js
phantom-new-array-buffer-osr-exit.js
phantom-new-array-with-spread-osr-exit.js
phantom-regexp-regexp-exec.js
phantom-regexp-string-match.js
phantom-spread-forward-varargs.js
phantom-spread-osr-exit.js
placate-exception-check-validator-in-GenericArguments-put.js
plus-boolean-exit.js
plus-boolean-or-double.js
plus-boolean-or-int.js
poly-call-exit-this.js
poly-call-exit.js
poly-call-stub-in-getter-stub.js
poly-call-stub-slow-path-should-restore-callee-saves-when-doing-tail-call-apply.js
poly-call-stub-slow-path-should-restore-callee-saves-when-doing-tail-call-no-builtin.js
poly-call-stub-slow-path-should-restore-callee-saves-when-doing-tail-call-non-cell.js
poly-call-stub-slow-path-should-restore-callee-saves-when-doing-tail-call.js
poly-chain-getter.js
poly-chain-setter.js
poly-chain-then-getter.js
poly-chain-then-setter.js
poly-getter-combo.js
poly-getter-then-chain.js
poly-getter-then-self.js
poly-proto-clear-stub.js
poly-proto-custom-value-and-accessor.js
poly-proto-intrinsic-getter-correctness.js
poly-proto-miss.js
poly-proto-op-in-caching.js
poly-proto-prototype-map-having-a-bad-time.js
poly-proto-put-transition.js
poly-proto-set-prototype.js
poly-proto-setter-adds-setter-in-middle.js
poly-proto-setter-changes-setter-2.js
poly-proto-setter-changes-setter.js
poly-proto-setter.js
poly-proto-using-inheritance.js
poly-self-getter.js
poly-self-then-getter.js
poly-setter-combo.js
poly-setter-then-self.js
polymorphic-access-exception-handler-should-not-clobber-used-register.js Don't throw if `function.caller` is a non-strict / generator / async function 2021-01-02 18:41:47 +00:00
polymorphic-prototype-accesses.js
postinc-custom-valueOf.js
pow-basics.js
pow-coherency.js
pow-evaluation-order.js
pow-expects-update-expression-on-lhs.js
pow-integer-exponent-fastpath.js
pow-nan-behaviors.js
pow-no-result.js
pow-simple.js
pow-stable-results.js
pow-to-number-should-be-executed-in-code-side.js
pow-with-constants.js
pow-with-never-NaN-exponent.js
prediction-propagation-should-use-merge-prediction-for-value-pow.js
primitive-poly-proto.js
printableModuleKey-should-never-throw.js
private-name-access-in-computed-property.js [JSC] Enable static public class fields 2020-11-18 03:19:04 +00:00
private-name-as-anonymous-builtin.js
promise-cannot-be-called.js
promise-capability-fast-path.js
promise-capability-slow-path.js
promise-capability-then-slow-path.js
promise-constructor-inlined.js
promise-constructor-transition-from-new-promise-to-create-promise.js
promise-finally-should-accept-non-promise-objects.js
promise-finally.js
promise-infinite-recursion-should-not-crash.js
promise-order.js
promise-proto-from-ctor-realm.js
promise-species-functions.js
prop-type-boolean-then-string.js
prop-type-int32-then-string.js
prop-type-number-then-string.js
prop-type-object-or-other-then-string.js
prop-type-object-then-string.js
prop-type-other-then-string.js
prop-type-string-then-object.js
prop-type-struct-or-other-then-string.js
prop-type-struct-then-object-opt-fold.js
prop-type-struct-then-object-opt-multi.js
prop-type-struct-then-object-opt.js
prop-type-struct-then-object.js
prop-type-symbol-then-object.js
prop-type-symbol-then-string.js
proper-flushing-when-we-insert-unreachable-after-force-exit-in-bytecode-parser.js
proper-property-store-with-prototype-property-that-is-not-writable.js
property-move-from-global-object-to-global-lexical-environment.js
property-name-enumerator-should-cache-structure-after-getting-property-names.js
property-name-enumerator-should-not-look-into-indexed-values-when-it-is-a-dictionary.js
property-setters-should-not-be-called-for-bound-arguments-list-entries.js
proto-setter.js
prototype-chain-has-dictionary-structure-for-in-caching.js
prototype-for-async-generator.js
prototype-getter.js
prototype-is-not-js-object.js
proxy-__proto__-in-prototype-chain.js
proxy-all-the-parameters.js
proxy-and-json-stringify.js
proxy-and-typed-array.js
proxy-array-prototype-methods.js
proxy-basic.js
proxy-call-apply-handler-to-this.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
proxy-call.js
proxy-class.js
proxy-construct.js
proxy-define-own-property.js
proxy-delete.js
proxy-for-in.js for/in over a Proxy should not call [[GetOwnProperty]] trap twice per property 2021-01-08 18:52:28 +00:00
proxy-get-and-set-recursion-stack-overflow.js
proxy-get-own-property-names-should-not-clear-previous-results.js
proxy-get-own-property.js
proxy-get-prototype-of.js
proxy-get-set-correct-receiver.js
proxy-get-with-primitive-receiver.js
proxy-getOwnPropertySlots-exceptionChecks.js
proxy-getter-stack-overflow.js
proxy-has-property.js
proxy-in-proto-chain.js
proxy-inline-cache.js
proxy-instanceof.js
proxy-is-array.js
proxy-is-extensible.js
proxy-json.js
proxy-of-a-proxy.js
proxy-own-keys.js Proxy's "ownKeys" trap result should not be sorted 2020-09-14 21:30:25 +00:00
proxy-prevent-extensions.js
proxy-property-descriptor.js
proxy-property-replace-structure-transition.js
proxy-proto-enumerator.js
proxy-proto-own-keys.js
proxy-returning-incomplete-property-descriptor.js
proxy-revoke.js
proxy-set-prototype-of.js
proxy-set.js
proxy-should-not-be-allowed-to-access-private-properties-of-target.js
proxy-spread.js
proxy-stack-overflow-exceptions.js
proxy-trap-in-primitive.js [JSC] Proxy should be trapped if base value is primitive 2020-09-21 18:28:07 +00:00
proxy-trap-this.js
proxy-underscore-proto.js
proxy-with-private-symbols.js
proxy-with-statement.js
proxy-with-unbalanced-getter-setter.js
prune-multi-put-by-offset-replace-or-transition-variant.js
put-by-id-build-list-order-recurse.js
put-by-id-direct-should-be-done-for-non-index-property.js
put-by-id-direct-strict-transition.js
put-by-id-direct-transition.js
put-by-id-direct.js
put-by-id-flags.js
put-by-id-on-new-object-after-prototype-transition-non-strict.js
put-by-id-on-new-object-after-prototype-transition-strict.js
put-by-id-strict-build-list-order.js
put-by-id-throw-through-optimized-code.js
put-by-id-transition-null-prototype.js
put-by-val-array-storage.js
put-by-val-correctly-clobbers-exit-state-when-misprofiling-index.js
put-by-val-direct-addprivate.js
put-by-val-direct-out-of-bounds-setter.js
put-by-val-direct-putprivate.js
put-by-val-direct-should-respect-strict-mode-of-inlining-codeblock.js
put-by-val-out-of-bounds-basics.js
put-by-val-slow-put-array-storage.js
put-by-val-with-string-break.js
put-by-val-with-string-generated.js
put-by-val-with-string-generic.js
put-by-val-with-symbol-break.js
put-by-val-with-symbol-generic.js
put-direct-index-broken-2.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
put-direct-index-broken.js
put-dynamic-var-strict-and-sloppy.js
put-getter-setter-by-id-strict-transition.js
put-getter-setter-by-id-transition.js
put-indexed-getter-setter.js
put-inline-cache-side-effects.js
put-local-conservative.js
put-on-cow-prototype.js
put-private-name-by-id-set-do-not-add-structure-trasition.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-check-structure-miss.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-constant-folding-to-mult-put-by-offset.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-constant-folding-to-put-by-offset.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-generic.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-invalid-define.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-invalid-store.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-invalidate-compiled-with-constant-symbol.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-polymorphic-with-constant-symbol.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-untyped-use.js [ESNext][JIT] Add support for UntypedUse on PutPrivateName's base operand 2020-10-18 13:24:38 +00:00
put-private-name-with-constant-symbol.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-with-different-identifier.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-private-name-with-primitive.js [ESNext][JIT] Add support for UntypedUse on PutPrivateName's base operand 2020-10-18 13:24:38 +00:00
r238510-bad-loop.js
racy-gc-cleanup-of-identifier-after-mutator-stops-running.js
racy-slow-put-cloned-arguments-when-having-a-bad-time.js
raise-error-in-iterator-close.js
random-53bit.js
random-in-range.js
re-execute-error-module.js
read-dead-bytecode-locals-in-must-handle-values1.js
read-dead-bytecode-locals-in-must-handle-values2.js
real-forward-varargs-for-inlined-escaped-arguments.js
recurse-infinitely-on-getter.js
recursive-tail-call-optimization-should-not-jump-into-call-frame-with-varargs-simple.js
recursive-tail-call-optimization-should-not-jump-into-call-frame-with-varargs.js
recursive-tail-call-with-different-argument-count.js
recursive-try-catch.js
recursive_property_redefine_during_inline_caching.js
redefine-property-enumerable.js
redefine-property-get.js
redefine-property-set.js
redefine-property-value.js
redefine-property-writable.js
reduce-loop-strength-multiple-exits.js Inconsistent loop exit assertion in B3ReduceLoopStrength 2020-09-18 01:17:35 +00:00
redundant-add-overflow-checks.js
redundant-array-bounds-checks-addition-skip-first.js
redundant-array-bounds-checks-addition.js
redundant-array-bounds-checks-unchecked-addition.js
redundant-array-bounds-checks.js
reflect-apply.js
reflect-construct.js
reflect-define-property.js
reflect-delete-property.js
reflect-get-own-property.js
reflect-get-prototype-of.js
reflect-get.js
reflect-has.js
reflect-is-extensible.js
reflect-own-keys.js
reflect-prevent-extensions.js
reflect-set-prototype-of.js
reflect-set-proxy-set.js
reflect-set-receiver-proxy-set.js
reflect-set-with-global-proxy.js
reflect-set.js Align %TypedArray% behavior with recent spec adjustments 2020-11-11 02:28:59 +00:00
reflect.js
regexp-backref-inbounds.js
regexp-bol-optimize-out-of-stack.js
regexp-bytecode-compilation-fail.js
regexp-exec-always-accesses-lastindex.js
regexp-exec-effect-after-exception.js
regexp-exec-test-effectful-last-index.js
regexp-huge-oom.js
regexp-large-paren-context.js
regexp-large-quantifier.js
regexp-last-index-sinking.js
regexp-last-index-writable.js
regexp-many-named-sequential-capture-groups.js
regexp-many-unnamed-sequential-capture-groups.js
regexp-match-in-other-realm-should-work.js
regexp-match-proxy.js
regexp-match-should-work-with-objects-not-inheriting-object-prototype.js
regexp-match.js
regexp-matches-array-bad-time.js
regexp-matches-array-slow-put.js
regexp-matches-array.js
regexp-named-capture-groups.js
regexp-nonconsuming-counted-parens.js
regexp-nongreedy-charclass-backtracks.js
regexp-prototype-exec-on-too-long-rope.js
regexp-prototype-match-on-too-long-rope.js
regexp-prototype-replace-builtin-should-not-use-for-of.js
regexp-prototype-test-on-too-long-rope.js
regexp-prototype-tostring.js
regexp-replace-double-watchpoint.js
regexp-replace-in-other-realm-should-work.js
regexp-replace-proxy.js
regexp-replace-should-work-with-objects-not-inheriting-object-prototype.js
regexp-search.js
regexp-sticky-tests.js
regexp-syntax-error-invalid-flags.js
regexp-unicode-surrogate-pair-increment-should-involve-length-check.js
regexp-unicode-within-string.js
regexp-with-nonBMP-any.js
regexp-with-runtime-syntax-errors.js
regress-132147.js
regress-135155.js
regress-141489.js
regress-141883.js
regress-148564.js
regress-150532.js
regress-151324.js
regress-153486.js
regress-153816.js
regress-156765.js
regress-156992.js
regress-157322.js
regress-157595.js
regress-158411.js
regress-158437.js
regress-159537.js
regress-159744.js
regress-159779-1.js
regress-159779-2.js
regress-159883.js
regress-159954.js
regress-160329.js
regress-160749.js
regress-163748.js
regress-164081.js
regress-166812.js
regress-168546.js
regress-169445.js
regress-169783.js
regress-169889-array-concat.js
regress-169889-array-concat1.js
regress-169889-array-slice.js
regress-169941.js
regress-170251.js
regress-170253.js
regress-170412.js
regress-170473.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
regress-170661.js
regress-170732.js
regress-170896-with-contiguous-shape-profile.js
regress-170896-with-double-shape-profile.js
regress-170896-with-int32-shape-profile.js
regress-170973.js
regress-170989.js
regress-170990.js
regress-171079.js
regress-172346.js
regress-172383.js
regress-172548.patch
regress-173035.js
regress-173053.js
regress-173321.js
regress-174044.js
regress-174948.js
regress-176485.js
regress-177423.js
regress-177570.js
regress-177584.js
regress-177600.js
regress-178385.js
regress-178386.js
regress-178420.js
regress-178890.js
regress-179140.js
regress-179185.js
regress-179355.js
regress-179562.js
regress-179619.js
regress-179634.js
regress-180219.js
regress-180761.js
regress-181388.js
regress-182419.js
regress-185786.js
regress-185888.js
regress-185896.js
regress-185995.js
regress-186943.js
regress-187010.js
regress-187060.js
regress-187074.js
regress-187091.js
regress-187211.js
regress-187373-2.js
regress-187373.js
regress-187543-2.js
regress-187543-3.js
regress-187543.js
regress-187947.js
regress-188065.js
regress-188577.js Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
regress-189028.js
regress-189124.js
regress-189132.js
regress-189184.js
regress-189186.js
regress-189227-watchdog-on-infinite-loop.js
regress-189292.js
regress-189317.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
regress-189571.js
regress-190186.js
regress-190187.js
regress-190515-2.js
regress-190515.js
regress-190693.js
regress-191563.js
regress-191579.js
regress-191730.js
regress-191731.js
regress-191856.js
regress-191993.js
regress-192386.js
regress-192441.js
regress-192626.js
regress-192717.js
regress-202882.js
regress-57020338.js
reject-as-handled.js
relaxed-line-terminators-in-string.js
relaxed-timezone-designators.js
remove-phantom-after-setlocal.js
reparsing-unlinked-codeblock.js
repatch-switch.js
repeat-put-to-scope-global-with-same-value-watchpoint-invalidate.js
repeated-arity-check-fail.js
repeated-put-by-id-reallocating-transition.js
replace-cached-to-primitive-property.js [JSC] Cache toString / valueOf / @@toPrimitive for major cases 2020-09-04 01:03:33 +00:00
replace-cached-to-string-property.js [JSC] Cache toString / valueOf / @@toPrimitive for major cases 2020-09-04 01:03:33 +00:00
replace-cached-value-of-property.js [JSC] Cache toString / valueOf / @@toPrimitive for major cases 2020-09-04 01:03:33 +00:00
replace-indexed-backreferences.js
replacement-watchpoint-dictionary.js
replacement-watchpoint.js
reserved-word-with-escape.js [JSC] Accept escaped keywords for class and object property names 2020-12-06 08:41:11 +00:00
resolve-func-call-resolve.js [JSC] New expression and value function call should reserve function register if arguments include assignments 2021-01-07 23:17:44 +00:00
rest-elements.js
rest-parameter-allocation-elimination-watchpoints-2.js
rest-parameter-allocation-elimination-watchpoints-3.js
rest-parameter-allocation-elimination-watchpoints-4.js
rest-parameter-allocation-elimination-watchpoints-5.js
rest-parameter-allocation-elimination-watchpoints.js
rest-parameter-and-default-arguments.js
rest-parameter-basics.js
rest-parameter-having-a-bad-time.js
rest-parameter-inlined.js
rest-parameter-is-destructuring.js
rest-parameter-many-arguments.js
rest-parameter-negative.js
rest-parameter-various-types.js
rest-varargs-osr-exit-to-checkpoint.js
retry-cache-later.js
reverse-with-immutable-butterfly.js
right-left-context-invalidated-by-input.js
right-shift-to-primitive-precedence.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
ropes-symbol-toprimitive.js
runtime-array.js
runtime-throw-through-optimized-code.js
same-value-intrinsic.js
sampling-profiler-anonymous-function.js
sampling-profiler-basic.js
sampling-profiler-bound-function-name.js
sampling-profiler-code-origin.js
sampling-profiler-deep-stack.js
sampling-profiler-display-name.js
sampling-profiler-internal-function-name.js
sampling-profiler-microtasks.js
sampling-profiler-richards.js
sampling-profiler-should-not-sample-beyond-stack-bounds.js
sampling-profiler-stack-trace-with-double-quote-in-function-name.js
sampling-profiler-wasm-name-section.js [JSC] DFG/FTL DirectCall need to respect Wasm IC 2021-01-06 03:03:43 +00:00
sampling-profiler-wasm.js [JSC] DFG/FTL DirectCall need to respect Wasm IC 2021-01-06 03:03:43 +00:00
scope-operation-cache-global-property-before-deleting.js
scope-operation-cache-global-property-bump-counter.js
scope-operation-cache-global-property-even-if-it-fails.js
scoped-arguments-array-length.js
scoped-arguments-check-array.js
scoped-arguments-out-of-bounds-change-structure.js
scoped-arguments-table-should-be-tolerant-for-oom.js
scoped-arguments-test.js
scoped-arguments-write-barrier-should-be-on-scope-object.js
scoped-then-direct-arguments-get-by-val-in-baseline.js
set-add-check-failure.js
set-add-clobber-set-has.js
set-add-create-bucket.js
set-add-cse.js
set-add-does-not-clobber-map-get.js
set-argument-maybe-maximal-flush-should-not-extend-liveness-2.js
set-argument-maybe-maximal-flush-should-not-extend-liveness.js
set-clone-instance-iterator-change.js
set-clone-iterator-change.js
set-clone-next-change.js
set-clone.js
set-constructor-adder.js
set-constructor.js
set-inherit-add.js
set-iteration-oas.js
set-iterator-check-before-fail.js
set-iterator-creation-fail-dfg.js
set-iterator-creation-fail.js
set-iterator-materialize-at-osr-exit.js
set-iterator-materialize-one-path.js
set-iterator-materialize.js
set-iterator-result-should-have-expected-shape.js
set-iterator-sinking.js
set-iterators-next.js
set-same-prototype.js
set-untyped-normalize-cse.js
set-untyped-normalize.js
set-with-nan.js
setter-frame-flush.js
setter-inlining-resulting-bad-cell-result-virtual-register-should-be-invalid.js
setter-same-base-and-rhs-invalid-assertion-inside-access-case.js
setter-throw-in-strict.js
setter.js
shadow-chicken-disabled.js
shadow-chicken-enabled.js
shadow-chicken-reading-from-scope-after-ftl-osr-exit-bytecode-liveness.js
shared-array-buffer-sort-while-different-thread-is-modifying.js Re-enable SharedArrayBuffer for JSC shell and Testers 2020-11-06 20:23:25 +00:00
should-not-emit-double-rep-for-bigint.js
simple-ai-effect.js
simple-jump-table-copy.js
simple-module.mjs
simple-polyvariant-call-inlining-example.js
simple-polyvariant-get-by-id-inlining-example.js
simple-polyvariant-put-by-id-inlining-example.js
simple-prototype-accesses.js
simple-regexp-exec-folding-fail.js
simple-regexp-exec-folding.js
simple-regexp-test-folding-fail.js
simple-regexp-test-folding.js
simple-script.js
simplify-varargs-mandatory-minimum-smaller-than-limit.js
singleton-scope-then-overwrite.js
singleton-scope-then-realloc-and-overwrite.js
singleton-scope-then-realloc.js
sink-arguments-past-invalid-check-dfg.js
sink-arguments-past-invalid-check-int32-dfg.js
sink-arguments-past-invalid-check-int32.js
sink-arguments-past-invalid-check-sneakier.js
sink-arguments-past-invalid-check.js
sink-function-past-invalid-check-sneakier.js
sink-function-past-invalid-check-sneaky.js
sink-multigetbyoffset.js
sink-object-past-invalid-check-int32.js
sink-object-past-invalid-check-sneakier.js
sink-object-past-invalid-check-sneaky.js
sink-object-past-invalid-check.js
sink-phantom-new-array-buffer-exit-ok.js
sink-put-stack-over-kill-stack.js
sink-to-impossible-multi-get-by-offset-on-prototypes.js
sink_checkstructure.js
slice-array-storage-with-holes.js
slightly-more-difficult-to-fold-reflective-arguments-access.js
sloppy-mode-function-hoisting.js
sloppy-mode-hoist-arguments-function-non-simple-parameter-list.js
slow-path-generator-updating-current-node-dfg.js
sort-array-with-undecided.js
sort-should-not-look-up-prototype-properties.js Array.prototype.sort's sortBucketSort accesses an array in an invalid way that can lead to incorrect results with indexed properties on the prototype chain 2020-10-12 23:21:24 +00:00
sorting-boolean-result-comparator.js
source-origin.js
sparse-array-entry-update-144067.js
sparse-define-empty-descriptor.js
sparse-map-non-overlapping.js
sparse-map-non-skip-getter-overriding.js
sparse-map-non-skip.js
sparse_splice.js
spec-any-int-as-double-produces-any-int52-from-int52-rep.js
spec-empty-flows-through-cell-checks.js
speculation-from-structure-and-classinfo-should-agree.js
splay-flash-access-1ms.js
splay-flash-access.js
splice-should-zero-property-storage-when-rebalancing.js
spread-array-iterator-watchpoint-2.js
spread-array-iterator-watchpoint.js
spread-array-iterator.js Check whether the iterator is callable in spread 2020-09-16 01:17:07 +00:00
spread-call-convert-to-static-call.js
spread-calling.js
spread-capture-rest.js
spread-consults-correct-global-object.js
spread-correct-global-object-on-exception.js
spread-escapes-but-create-rest-does-not.js
spread-escapes-but-new-array-buffer-does-not-double.js
spread-escapes-but-new-array-buffer-does-not.js
spread-forward-call-varargs-stack-overflow.js
spread-forward-varargs-rest-parameter-change-iterator-protocol-2.js
spread-forward-varargs-rest-parameter-change-iterator-protocol.js
spread-forward-varargs-stack-overflow.js
spread-in-tail.js
spread-multi-layers.js
spread-non-array.js
spread-non-varargs.js
spread-optimized-properly.js
spread-outer-create-rest.js
spread-should-not-have-a-constant-as-dst.js Don't emit OpSpread with a constant as the destination 2020-10-16 15:52:27 +00:00
spread-to-property-key-constant.js OpToPropertyKey only accepts temporary for destination 2020-10-12 23:02:40 +00:00
stack-overflow-frame-for-construct-arityCheck-should-use-construct-codeBlock.js
stack-overflow-in-custom-hasInstance.js
stack-overflow-in-yarr-byteCompile.js
stack-overflow-into-frame-with-pending-checkpoint.js
static-function-delete.js
static-function-put.js
static-getter-delete.js
static-getter-descriptors.js
static-getter-enumeration.js
static-getter-get.js
static-getter-in-names.js
static-getter-names.js
static-getter-put.js
strcat-emtpy.js
stress-agent.js [JSC] agent start function should move isolated copy of source 2020-09-11 06:04:47 +00:00
stress-cleared-calllinkinfo.js
stress-jitthunks.js
strict-function-structure.js
strict-mode-arguments-caller.js
strict-nested-function-structure.js
strict-to-this-int.js
string-16bit-repeat-overflow.js
string-char-at-bad-type.js
string-char-at-constant-index-out-of-range.js
string-char-code-at-bad-type.js
string-char-code-at-constant-index-out-of-range.js
string-code-point-at--out-of-range.js
string-code-point-at-bad-type.js
string-code-point-at-basic.js
string-code-point-at-constant-index-out-of-range.js
string-code-point-at-constant-int32-max-index-out-of-range.js
string-code-point-at-constant-surrogate-pair.js
string-code-point-at-surrogate-pair.js
string-code-point-at.js
string-compare.js
string-equal-exception-check.js
string-from-char-code-255.js
string-from-char-code-change-structure-not-dead.js
string-from-char-code-change-structure.js
string-from-char-code-slow-path.js
string-from-char-code-slow.js
string-from-code-point.js
string-get-by-val-lowering.js
string-ident-to-not-string-var-equality.js
string-ident-use-clears-abstract-value-if-rope-string-constant-is-held.js
string-index-of-exception-check.js
string-instanceof.js
string-iterators.js
string-joining-long-strings-should-not-crash.js
string-locale-compare-uca-ducet.js
string-localeCompare.js
string-matchall.js
string-normalize.js
string-object-define-own-property.js
string-object-put-by-index.js
string-out-of-bounds-negative-proto-value.js
string-overflow-createError-builder.js
string-overflow-createError-fit.js
string-overflow-createError.js
string-overflow-in-dfg-graph-dump.js
string-proto.js
string-prototype-charCodeAt-on-too-long-rope.js
string-prototype-methods-endsWith-startsWith-includes-correctness.js
string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js
string-prototype-scopes-global-lexical-environment-strict.js
string-prototype-scopes-global-lexical-environment.js
string-prototype-scopes-strict.js
string-prototype-scopes.js
string-raw.js
string-repeat-copy-chars-crash.js
string-repeat-edge-cases.js
string-replace-constant-folding-replacer-not-string.js
string-replace-proxy.js
string-replaceAll-2.js
string-replaceall.js
string-rope-with-custom-valueof.js
string-symbol-customization.js
string-to-string-error.js
string-to-string.js
string-toLocaleLowerCase.js
string-toLocaleUpperCase.js
string-value-of-error.js
string-value-of.js
structure-chain-stress.js
structure-flattenDictionary-should-clear-unused-property-slots.js
structure-storedPrototype-should-only-assert-on-the-mutator-thread.js
sub-order-evaluation.js
sub-overflows-after-not-equal.js
super-and-new.js [JSC] super property with new should be accepted 2020-08-29 07:11:42 +00:00
super-call-does-not-look-up-constructor.js
super-call-function-subclass.js
super-dot-call-and-apply.js
super-force-ic-fail.js
super-get-by-id.js
super-getter-reset-ic.js
super-in-lexical-scope.js
super-method-calls-check-tdz.js
super-property-access-exceptions.js
super-property-access-object-literal-to-this-2.js
super-property-access-object-literal-to-this.js
super-property-access-tdz.js Improve error message for uninitialized |this| in derived constructor 2021-01-02 19:27:42 +00:00
super-property-access-to-this.js
super-property-access.js
superclass-expression-strictness.js
switch-constant-child-becomes-empty.js
switch-on-char-llint-rope.js
switch-string-oom.js
switch-typeof-indirect.js
switch-typeof-slightly-indirect.js
switch-typeof.js
symbol-and-string-constructor.js
symbol-array-from.js
symbol-define-property.js
symbol-description-identity.js
symbol-description.js
symbol-equality-over-gc.js
symbol-equality.js
symbol-error-messages.js
symbol-get-own-property.js
symbol-hasInstance.js
symbol-identity.js
symbol-instanceof.js
symbol-is-destructed-before-refing-underlying-symbol-impl.js
symbol-registry.js
symbol-seal-and-freeze.js
symbol-should-not-break-for-in.js
symbol-species.js
symbol-toprimitive-errors.js
symbol-toprimitive.js
symbol-tostringtag-watchpoints.js
symbol-tostringtag.js
symbol-with-description-throw-error.js
symbol-with-json.js
syntax-checker-duplicate-underscore-proto.js __proto__ in object literal should perform [[SetPrototypeOf]] directly 2020-08-28 00:27:19 +00:00
syntax-error-if-escaped-keyword-used-as-target-object-pattern.js [JSC] Accept escaped keywords for class and object property names 2020-12-06 08:41:11 +00:00
tagged-template-call-resolve.js [JSC] New expression and value function call should reserve function register if arguments include assignments 2021-01-07 23:17:44 +00:00
tagged-template-object-collect.js
tagged-template-object.js
tagged-template-tdz.js
tagged-templates-identity.js
tagged-templates-in-direct-eval-should-not-produce-same-site-object.js
tagged-templates-in-function-in-direct-eval.js
tagged-templates-in-global-function-should-not-produce-same-site-object.js
tagged-templates-in-indirect-eval-should-not-produce-same-site-object.js
tagged-templates-in-multiple-functions.js
tagged-templates-raw-strings.js
tagged-templates-syntax.js
tagged-templates-template-object.js
tagged-templates-this.js
tagged-templates-with-same-start-offset.js
tagged-templates.js
tail-call-host-call-throw.js
tail-call-in-inline-cache.js
tail-call-many-arguments.js
tail-call-no-stack-overflow.js
tail-call-profiler.js
tail-call-recognize.js Don't throw if `function.caller` is a non-strict / generator / async function 2021-01-02 18:41:47 +00:00
tail-call-var-args-phantom-arguments-handler-strict.js
tail-call-var-args-phantom-arguments-handler.js
tail-call-var-args-phantom-arguments-strict.js
tail-call-var-args-phantom-arguments.js
tail-call-varargs-no-stack-overflow.js
tail-call-with-spilled-registers.js
tail-calls-dont-overwrite-live-stack.js
tailCallForwardArguments.js
tailCallForwardArguments2.js
tailCallForwardArguments3.js
tailCallForwardArguments4.js
tdz-this-in-try-catch.js
template-literal-line-terminators.js
template-literal-syntax.js
template-literal.js
template-string-tags-eval.js
test-exception-assert-in-ExceptionHelpers-createError.js
test-finally.js
test-for-of-cfg-simplication-exit-ok.js
test-out-of-memory.js
test-spec-misc.js
throw-for-of-next-returns-non-object.js
throw-from-done-getter-in-for-of-header.js
throw-from-ftl-call-ic-slow-path-cells.js
throw-from-ftl-call-ic-slow-path-undefined.js
throw-from-ftl-call-ic-slow-path.js
throw-from-ftl-in-loop.js
throw-from-ftl.js
throw-from-next-in-for-of-header.js
throw-from-value-getter-in-for-of-header.js
throw-through-optimized-code.js
tier-up-in-loop-with-cfg-simplification.js
to-index-string-should-not-assume-incoming-value-is-uint32.js
to-int32-sensible.js
to-int32-sensible2.js
to-lower-case-gc-stress.js
to-lower-case-intrinsic-on-empty-rope.js
to-lower-case.js
to-number-basics.js
to-number-boolean-int32.js
to-number-boolean.js
to-number-convert-identity-without-execution.js
to-number-int32.js
to-number-int52.js
to-number-intrinsic-convert-to-identity-without-execution.js
to-number-intrinsic-int52.js
to-number-intrinsic-object-without-execution.js
to-number-intrinsic-value-profiling.js
to-number-object-without-execution.js
to-number-object.js
to-number-throws-correct-exception.js
to-number-value-profiling.js
to-object-intrinsic-boolean-edge.js
to-object-intrinsic-null-or-undefined-edge.js
to-object-intrinsic-number-edge.js
to-object-intrinsic-object-edge.js
to-object-intrinsic-string-edge.js
to-object-intrinsic-symbol-edge.js
to-object-intrinsic.js
to-property-key-correctness.js
to-string-exception-check-release.js
to-string-int32.js
to-string-int52.js
to-string-non-cell-use.js
to-string-on-object-or-string.js
to-string-on-object.js
to-string-on-string-object.js
to-string-on-string-or-string-object-then-object.js
to-string-on-string-or-string-object.js
to-string-on-value-or-string.js
to-string-on-value.js
to-string-with-int52.js
to-this-before-arrow-function-closes-over-this-that-starts-as-lexical-environment.js
to-this-boolean.js
to-this-double.js
to-this-global-object.js
to-this-int32.js
to-this-int52.js
to-this-number.js
to-this-numbers.js
to-this-omission-with-different-strict-modes.js
to-this-on-constant-lexical-environment.js
to-this-polymorphic.js
to-this-string.js
to-this-symbol.js
toctou-having-a-bad-time-new-array.js
toprimitive-speculated-types.js
torn-js-value-concurrent-collector.js
trailing-comma-in-function-parameters.js
trailing-comma-in-patterns.js
tricky-array-bounds-checks.js
tricky-indirectly-inferred-infinite-loop-that-uses-captured-variables-and-creates-the-activation-outside-the-loop.js
tricky-inferred-infinite-loop-that-uses-captured-variables-and-creates-the-activation-outside-the-loop.js
tricky-infinite-loop-that-uses-captured-variables-and-creates-the-activation-outside-the-loop.js
tricky-infinite-loop-that-uses-captured-variables.js
trim.js
trivially-foldable-reflective-arguments-access.js
try-catch-custom-getter-as-get-by-id.js
try-catch-getter-as-get-by-id-register-restoration.js
try-catch-getter-as-get-by-id.js
try-catch-setter-as-put-by-id.js
try-catch-stub-routine-replaced.js
try-get-by-id-poly-proto.js
try-get-by-id-should-spill-registers-dfg.js
try-get-by-id.js
type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js
type-for-get-by-val-can-be-widen-after-ai.js
type-of-functions-and-objects.js
type-profiler-log-should-defer-pending-exceptions.js
type-profiler-with-double-quote-in-constructor-name.js
type-profiler-with-double-quote-in-field-name.js
type-profiler-with-double-quote-in-optional-field-name.js
typed-array-array-modes-profile.js
typed-array-byte-offset.js
typed-array-canonical-numeric-index-string.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
typed-array-constructor-undefined.js
typed-array-get-by-val-profiling.js
typed-array-lastIndexOf-exception-check.js
typed-array-oom-in-buffer-accessor.js
typed-array-put-by-val-profiling.js
typed-array-subarray-can-throw-oom-error.js
typed-array-view-set-should-not-crash-on-exception.js
typedarray-access-monomorphic-neutered.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
typedarray-access-neutered.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
typedarray-add-property-to-base-object.js
typedarray-bad-getter.js
typedarray-configure-index.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
typedarray-construct-iterator.js
typedarray-constructor.js
typedarray-copyWithin.js
typedarray-every.js
typedarray-fill.js %TypedArray%.prototype.fill must only evaluate its argument once 2020-09-24 07:35:30 +00:00
typedarray-filter.js
typedarray-find.js
typedarray-findIndex.js
typedarray-forEach.js
typedarray-from.js
typedarray-functions-with-neutered.js Align %TypedArray% behavior with recent spec adjustments 2020-11-11 02:28:59 +00:00
typedarray-getownproperty.js Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
typedarray-getter-on-self.js
typedarray-hasOwnProperty-out-of-bounds.js
typedarray-includes.js Align %TypedArray% behavior with recent spec adjustments 2020-11-11 02:28:59 +00:00
typedarray-indexOf.js Align %TypedArray% behavior with recent spec adjustments 2020-11-11 02:28:59 +00:00
typedarray-intrinsic-getters-change-prototype.js
typedarray-join.js Align %TypedArray% behavior with recent spec adjustments 2020-11-11 02:28:59 +00:00
typedarray-lastIndexOf.js Align %TypedArray% behavior with recent spec adjustments 2020-11-11 02:28:59 +00:00
typedarray-length-dictionary.js
typedarray-map.js
typedarray-no-alreadyChecked-assert.js
typedarray-of.js %TypedArray%.{from, of} no longer perform AllocateTypedArray 2020-09-25 22:54:55 +00:00
typedarray-reduce.js
typedarray-reduceRight.js
typedarray-set.js
typedarray-slice.js JSTests: 2020-09-24 22:05:31 +00:00
typedarray-some.js
typedarray-sort.js %TypedArray%.prototype.sort must throw if comparator is defined and uncallable 2020-09-25 02:51:45 +00:00
typedarray-subarray.js
typedarray-view-string-properties-neutered.js
typeof-dfg-function-or-object.js
typeof-symbol.js
uint32-comparison-jump.js
uint32-comparison.js
uint32-to-number-constant-folding.js
uint32-to-number-fold-constant-with-do-overflow.js
uint32-to-number-overflows-to-uint52.js
uint32array-unsigned-load.js
undecided-arrays-should-not-need-original-array-for-length.js
undecided-concat.js
undecided-length.js
undefined-access-dictionary-then-proto-change.js
undefined-access-then-proto-change.js
undefined-access-then-self-change.js
unescape.js
unexpected-stack-overflow-below-JSObject-getPropertyNames.js
unicode-identifiers-with-surrogate-pairs.js
unscopables.js [JSC] Rename item() to at() and move it behind a flag 2020-10-20 21:23:53 +00:00
unshift-and-concurrent-access.js [JSC] unshift / shift should take structure lock 2020-09-11 06:02:40 +00:00
unshift-array-storage.js
unshiftCountSlowCase-correct-postCapacity.js
untyped-add.js
untyped-bit-and.js
untyped-bit-or.js
untyped-bit-xor.js
untyped-div.js
untyped-equality.js
untyped-less-than.js
untyped-lshift.js
untyped-mul.js
untyped-rshift.js
untyped-sub.js
untyped-urshift.js
urshift-int32-overflow.js
urshift-value-to-int32-should-reject-bigint.js
use-arguments-as-object-pointer.js
use-baseline-codeblock-materialize-osr-exit.js
v8-bigint-add.js
v8-bigint-and.js
v8-bigint-dec.js
v8-bigint-div.js
v8-bigint-inc.js
v8-bigint-mod.js
v8-bigint-mul.js
v8-bigint-neg.js
v8-bigint-not.js
v8-bigint-or.js
v8-bigint-sar.js
v8-bigint-shl.js
v8-bigint-sub.js
v8-bigint-xor.js
v8-bigint32-add.js
v8-bigint32-and.js
v8-bigint32-dec.js
v8-bigint32-div.js
v8-bigint32-inc.js
v8-bigint32-mod.js
v8-bigint32-mul.js
v8-bigint32-neg.js
v8-bigint32-not.js
v8-bigint32-or.js
v8-bigint32-sar.js
v8-bigint32-shl.js
v8-bigint32-sub.js
v8-bigint32-xor.js
v8-cleanup-from-different-realm.js
v8-cleanup-proxy-from-different-realm.js
v8-crypto-strict.js
v8-deltablue-strict.js
v8-earley-boyer-strict.js
v8-finalization-registry-basics.js
v8-finalizationregistry-and-weakref.js
v8-finalizationregistry-keeps-holdings-alive.js
v8-finalizationregistry-scheduled-for-cleanup-multiple-times.js
v8-multiple-dirty-finalization-registries.js
v8-parameter-scoping.js
v8-raytrace-strict.js
v8-reentrant-gc-from-cleanup.js
v8-regexp-strict.js
v8-richards-strict.js
v8-splay-strict.js
v8-stress-finalizationregistry-dirty-enqueue.js
v8-undefined-holdings.js
v8-unregister-after-cleanup.js
v8-unregister-before-cleanup.js
v8-unregister-called-twice.js
v8-unregister-inside-cleanup2.js
v8-unregister-inside-cleanup3.js
v8-unregister-many.js
v8-weak-unregistertoken.js
validate-does-gc-with-return-early-from-infinite-loop-2.js
validate-does-gc-with-return-early-from-infinite-loop.js
validate-exception-check-in-proxy-object-put.js
validate-int-52-ai-state.js
value-add-big-int-and-string.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-add-big-int-prediction-propagation.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-add-big-int-untyped.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-add-on-double-array-with-holes.js
value-bit-and-ai-rule.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-bit-lshift-ai-rule.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-bit-not-ai-rule.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-bit-or-ai-rule.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-bit-xor-ai-rule.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-div-ai-rule.js
value-div-fixup-int32-big-int.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-mod-ai-rule.js
value-mul-fixup-int32-big-int.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js
value-pow-ai-rule.js
value-recovery-of-double-displaced-in-jsstack-should-be-purified.js
value-rshift-ai-rule.js
value-sub-big-int-prediction-propagation.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-sub-big-int-untyped.js [JSC] Drop Options::useBigInt 2020-09-20 20:44:15 +00:00
value-sub-spec-none-case.js
value-to-boolean.js
value-to-int32-undefined-constant.js
value-to-int32-undefined.js
values-unscopables.js
var-injection-cache-invalidation.js
varargs-closure-inlined-exit-strict-mode.js
varargs-closure-inlined-exit.js
varargs-exit.js
varargs-forwarding-can-see-arguments-mov-hint-to-for-of-tmp.js
varargs-inlined-exit.js
varargs-inlined-simple-exit-aliasing-weird-reversed-args.js
varargs-inlined-simple-exit-aliasing-weird.js
varargs-inlined-simple-exit-aliasing.js
varargs-inlined-simple-exit.js
varargs-inlining-underflow.js
varargs-no-forward.js
varargs-simple.js
varargs-then-slow-call.js
varargs-too-few-arguments.js
varargs-two-level.js
varargs-varargs-closure-inlined-exit.js
varargs-varargs-inlined-exit-strict-mode.js
varargs-varargs-inlined-exit.js
varargs-with-unused-count.js
variable-named-eval-under-tdz.js
variable-under-tdz-eval-tricky.js
vector-length-hint-array-constructor.js
vector-length-hint-new-array.js
verbose-failure-dont-graph-dump-availability-already-freed.js
verify-bytecode-generator-cached-variables-under-tdz.js
wasm-error-message-cross-threads.js
watchdog-dont-malloc-when-in-c-code.js
weak-map-constructor-adder.js
weak-map-constructor.js
weak-set-constructor-adder.js
weak-set-constructor.js
weakmap-cse-set-break.js
weakmap-cse.js
weakmap-gc.js
weakmap-set-change-get.js
weakmap-set-cse.js
weakset-add-change-get.js
weakset-add-cse.js
weakset-cse-add-break.js
weakset-cse.js
weakset-gc.js
webidl-tokenizer-for-of.js
weird-equality-folding-cases.js
weird-getter-counter.js
weird-put-stack-varargs.js
weird-setter-counter-syntactic.js
weird-setter-counter.js
wide-op_catch.js
with.js
with_and_arith.js
without-promise-functions.js
yield-and-line-terminator.js
yield-label-generator.js
yield-label.js
yield-named-accessors-generator.js
yield-named-accessors.js
yield-named-variable-generator.js
yield-named-variable.js
yield-out-of-generator.js
yield-reserved-word.js
yield-star-throw-continue.js
zero-sized-array-buffer-pointer-should-be-signed-with-zero.js
zero-to-string.js