haikuwebkit/JSTests/stress
Yusuke Suzuki bb751b0464 [JSC] Remove already-shipped JS feature flags
https://bugs.webkit.org/show_bug.cgi?id=229387

Reviewed by Ross Kirsling.

JSTests:

* microbenchmarks/class-fields-private/get-private-name.js:
* microbenchmarks/class-fields-private/monomorphic-get-private-field.js:
* microbenchmarks/class-fields-private/polymorphic-get-private-field.js:
* microbenchmarks/class-fields-private/polymorphic-put-private-field.js:
* microbenchmarks/class-fields-private/put-private-field.js:
* stress/class-fields-private-as-function.js:
* stress/class-fields-private-cached-bytecode.js:
* stress/class-fields-private-freeze-out-of-line.js:
* stress/class-fields-private-freeze.js:
* stress/class-fields-private-harmony.js:
* stress/class-fields-private-on-proxy.js:
* stress/class-fields-private-out-of-line.js:
* stress/class-fields-private-prevent-extensions-out-of-line.js:
* stress/class-fields-private-prevent-extensions.js:
* stress/class-fields-private-seal-out-of-line.js:
* stress/class-fields-private-seal.js:
* stress/class-fields-private-use-eval.js:
* stress/class-fields-static-harmony.js:
* stress/class-fields-static-private-harmony.js:
* stress/class-fields-stress-instance.js:
* stress/class-private-method-access.js:
* stress/dfg-get-private-name-by-id-generic.js:
* stress/dfg-get-private-name-by-id-osr-bad-identifier.js:
* stress/dfg-get-private-name-by-id.js:
* stress/dfg-get-private-name-by-offset-osr-bad-identifier.js:
* stress/dfg-get-private-name-by-offset-osr-bad-structure.js:
* stress/dfg-get-private-name-by-offset.js:
* stress/dfg-get-private-name-by-val-generic.js:
* stress/dfg-put-private-name-check-barrier-insertion.js:
* stress/dfg-put-private-name-compiled-as-put-by-id-direct.js:
* stress/dfg-put-private-name-compiled-as-put-private-name-by-id.js:
* stress/ftl-get-private-name-by-id.js:
* stress/ftl-get-private-name-by-offset-multi.js:
* stress/get-private-name-cache-failure.js:
* stress/get-private-name-with-constant-ident.js:
* stress/get-private-name-with-constant-symbol.js:
* stress/get-private-name-with-different-symbol.js:
* stress/get-private-name-with-primitive.js:
* stress/get-private-name.js:
* stress/optional-chaining-and-private-fields.js:
* stress/private-accesor-duplicate-name-early-errors.js:
* stress/private-accessor-static-non-static.js:
* stress/private-brand-installed-after-super-call-from-arrow-function.js:
* stress/private-brand-installed-after-super-call-from-eval.js:
* stress/private-getter-brand-check.js:
* stress/private-getter-inner-class.js:
* stress/private-in-error.js:
* stress/private-in.js:
* stress/private-members-get-and-set.js:
* stress/private-method-and-field-named-constructor.js:
* stress/private-method-brand-check.js:
* stress/private-method-change-attribute-from-branded-structure.js:
* stress/private-method-change-prototype-from-branded-structure.js:
* stress/private-method-check-private-brand-ic.js:
* stress/private-method-check-structure-miss.js:
* stress/private-method-comparison.js:
* stress/private-method-delete-property-from-branded-structure.js:
* stress/private-method-extends-brand-check.js:
* stress/private-method-get-and-call.js:
* stress/private-method-invalid-multiple-brand-installation.js:
* stress/private-method-invalidate-compiled-with-constant-symbol.js:
* stress/private-method-nested-class.js:
* stress/private-method-on-sealed-objects.js:
* stress/private-method-on-uncacheable-dictionary.js:
* stress/private-method-polymorphic-with-constant-symbol.js:
* stress/private-method-set-brand-should-have-write-barrier.js:
* stress/private-method-untyped-use.js:
* stress/private-method-with-uncacheable-dictionary-transition.js:
* stress/private-methods-and-accessors-postfix-node.js:
* stress/private-methods-and-accessors-prefix-node.js:
* stress/private-methods-inline-cache.js:
* stress/private-methods-megamorphic-ic.js:
* stress/private-methods-on-proxy.js:
* stress/private-methods-poly-ic-multiple-classes.js:
* stress/private-methods-poly-ic-single-class.js:
* stress/private-name-access-in-computed-property.js:
* stress/private-names-available-on-direct-eval.js:
* stress/private-names-available-on-eval-during-field-initialization.js:
* stress/private-setter-brand-check.js:
* stress/private-setter-inner-class.js:
* stress/put-by-val-direct-addprivate.js:
* stress/put-by-val-direct-putprivate.js:
* stress/put-private-name-by-id-set-do-not-add-structure-trasition.js:
* stress/put-private-name-check-structure-miss.js:
* stress/put-private-name-constant-folding-to-mult-put-by-offset.js:
* stress/put-private-name-constant-folding-to-put-by-offset.js:
* stress/put-private-name-generic.js:
* stress/put-private-name-invalid-define.js:
* stress/put-private-name-invalid-store.js:
* stress/put-private-name-invalidate-compiled-with-constant-symbol.js:
* stress/put-private-name-polymorphic-with-constant-symbol.js:
* stress/put-private-name-untyped-use.js:
* stress/put-private-name-with-constant-symbol.js:
* stress/put-private-name-with-different-identifier.js:
* stress/put-private-name-with-primitive.js:
* stress/static-private-methods-and-accessor-inner-class.js:
* stress/static-private-methods-and-accessor-multiple-evaluation.js:
* stress/static-private-methods-and-accessors-postfix-node.js:
* stress/static-private-methods-and-accessors-prefix-node.js:
* stress/v8-cleanup-from-different-realm.js:
* stress/v8-cleanup-proxy-from-different-realm.js:
* stress/v8-finalization-registry-basics.js:
* stress/v8-finalizationregistry-and-weakref.js:
* stress/v8-finalizationregistry-keeps-holdings-alive.js:
* stress/v8-finalizationregistry-scheduled-for-cleanup-multiple-times.js:
* stress/v8-multiple-dirty-finalization-registries.js:
* stress/v8-reentrant-gc-from-cleanup.js:
* stress/v8-stress-finalizationregistry-dirty-enqueue.js:
* stress/v8-undefined-holdings.js:
* stress/v8-unregister-after-cleanup.js:
* stress/v8-unregister-before-cleanup.js:
* stress/v8-unregister-called-twice.js:
* stress/v8-unregister-inside-cleanup2.js:
* stress/v8-unregister-inside-cleanup3.js:
* stress/v8-unregister-many.js:
* stress/v8-weak-unregistertoken.js:
* test262/config.yaml:

Source/JavaScriptCore:

These features are already shipped. So removing these runtime flags to clean up source code and
remove untested path.

* API/JSObjectRef.cpp:
(JSObjectMakeError):
* bytecompiler/BytecodeGenerator.cpp:
(JSC::BytecodeGenerator::BytecodeGenerator):
* bytecompiler/NodesCodegen.cpp:
(JSC::FunctionCallValueNode::emitBytecode):
* parser/Lexer.cpp:
(JSC::Lexer<T>::lexWithoutClearingLineTerminator):
* parser/Parser.cpp:
(JSC::Parser<LexerType>::parseInner):
(JSC::Parser<LexerType>::parseForStatement):
(JSC::Parser<LexerType>::parseClass):
(JSC::Parser<LexerType>::parseBinaryExpression):
(JSC::Parser<LexerType>::parseGetterSetter):
(JSC::Parser<LexerType>::parsePrimaryExpression):
(JSC::Parser<LexerType>::parseUnaryExpression):
* runtime/AggregateErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* runtime/ErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* runtime/JSGlobalObject.h:
* runtime/NativeErrorConstructor.cpp:
(JSC::NativeErrorConstructor<errorType>::constructImpl):
(JSC::NativeErrorConstructor<errorType>::callImpl):
* runtime/Options.cpp:
(JSC::Options::recomputeDependentOptions):
* runtime/OptionsList.h:
* wasm/js/WebAssemblyCompileErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* wasm/js/WebAssemblyLinkErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* wasm/js/WebAssemblyRuntimeErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):

Tools:

* Scripts/run-jsc-benchmarks:

LayoutTests:

* js/script-tests/weakref-async-is-collected.js:
* js/script-tests/weakref-eventually-collects-values.js:
* js/script-tests/weakref-finalizationregistry.js:
* js/script-tests/weakref-microtasks-dont-collect.js:
* js/script-tests/weakref-weakset-consistency.js:
* js/weakref-async-is-collected.html:
* js/weakref-eventually-collects-values.html:
* js/weakref-finalizationregistry.html:
* js/weakref-microtasks-dont-collect.html:
* js/weakref-weakset-consistency.html:
* webaudio/finished-audio-buffer-source-nodes-should-be-collectable.html:


Canonical link: https://commits.webkit.org/240816@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281429 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-23 01:06:11 +00:00
..
global-const-redeclaration-setting
import-tests
multiple-files-tests
resources
sampling-profiler [JSC] Simplify sampling-profiler-regexp.js test 2021-07-17 00:15:32 +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
BrandedStructure-should-keep-its-members-alive.js BrandedStructure should keep its members alive. 2021-03-19 17:48:47 +00:00
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
SharedArrayBuffer.js
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
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
allocation-sinking-scope-materialization-order.js Object allocation sinking phase should prioritize materializations with no dependencies before materializations with no reverse dependencies 2021-03-17 00:23:06 +00:00
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
arguments-bizarre-behavior.js
arguments-bizarre-behaviour-disable-enumerability.js
arguments-callee-uninitialized.js
arguments-captured.js
arguments-copy-register-array-backing-store.js
arguments-custom-properties-gc.js
arguments-define-property-throws-out-of-memory.js SetIntegrityLevel should call [[DefineOwnProperty]] with partial descriptor 2021-02-11 21:38:10 +00:00
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 Unskip arguments-properties-order.js on MIPS 2021-06-24 11:43:54 +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
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
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
array-push-more-than-max-size.js
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
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 TypedArray's [[DefineOwnProperty]] should throw in case of failure 2021-03-02 20:00:31 +00:00
array-species-create-should-handle-masquerader.js Unskip stress/array-species-create-should-handle-masquerader.js on mips 2021-06-22 10:58:19 +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-toString-non-callable-join.js Array's toString() is incorrect if join() is non-callable 2021-04-06 20:20:41 +00:00
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
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
atomic-increment-bigint64.js [JSC] Atomics should support BigInt64Array / BigUint64Array 2021-02-03 23:07:41 +00:00
atomic-store-result-type-in-ai.js [JSC] Atomics.store in DFG / FTL should return ToNumber(input) value 2021-02-05 08:45:09 +00:00
atomics-add-uint32.js
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-float-edge.js [JSC] DFG/FTL Atomics should not accept Float32/Float64 typed arrays 2021-01-18 07:56:44 +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
atomics-neg-zero.js
atomics-store-result-double-nan.js [JSC] Atomics.store in DFG / FTL should return ToNumber(input) value 2021-02-05 08:45:09 +00:00
atomics-store-result-double-negative-zero.js [JSC] Atomics.store in DFG / FTL should return ToNumber(input) value 2021-02-05 08:45:09 +00:00
atomics-store-result-double.js [JSC] Atomics.store in DFG / FTL should return ToNumber(input) value 2021-02-05 08:45:09 +00:00
atomics-store-result-int52.js [JSC] Atomics.store in DFG / FTL should return ToNumber(input) value 2021-02-05 08:45:09 +00:00
atomics-store-result.js [JSC] Atomics.store in DFG / FTL should return ToNumber(input) value 2021-02-05 08:45:09 +00:00
atomics-store-return.js
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
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
big-int-addition-basic.js
big-int-addition-jit.js
big-int-addition-memory-stress.js
big-int-addition-string-coercion.js
big-int-addition-to-primitive-precedence.js
big-int-addition-to-primitive.js
big-int-addition-type-error.js
big-int-arithmetic-return-big-int.js
big-int-as-key.js
big-int-as-property-name.js
big-int-bit-not-general.js
big-int-bitwise-and-general.js
big-int-bitwise-and-jit.js
big-int-bitwise-and-memory-stress.js
big-int-bitwise-and-to-primitive-precedence.js
big-int-bitwise-and-type-error.js
big-int-bitwise-and-wrapped-value.js
big-int-bitwise-not-jit.js
big-int-bitwise-not-wrapped-value.js
big-int-bitwise-or-general.js
big-int-bitwise-or-jit-untyped.js
big-int-bitwise-or-jit.js
big-int-bitwise-or-memory-stress.js
big-int-bitwise-or-to-primitive-precedence.js
big-int-bitwise-or-type-error.js
big-int-bitwise-or-wrapped-value.js
big-int-bitwise-xor-general.js
big-int-bitwise-xor-jit.js
big-int-bitwise-xor-memory-stress.js
big-int-bitwise-xor-to-primitive-precedence.js
big-int-bitwise-xor-type-error.js
big-int-bitwise-xor-untyped.js
big-int-bitwise-xor-wrapped-value.js
big-int-boolean-proven-type.js
big-int-branch-usage.js
big-int-constructor-gc.js
big-int-constructor-oom.js
big-int-constructor-properties.js
big-int-constructor-prototype-prop-descriptor.js
big-int-constructor-prototype.js
big-int-constructor.js
big-int-div-jit-osr.js
big-int-div-jit-untyped.js
big-int-div-jit.js
big-int-div-memory-stress.js
big-int-div-to-primitive.js
big-int-div-type-error.js
big-int-div-wrapped-value.js
big-int-division.js
big-int-equals-basic.js
big-int-equals-to-primitive-precedence.js
big-int-equals-wrapped-value.js
big-int-exp-basic.js
big-int-exp-jit-osr.js
big-int-exp-jit-untyped.js
big-int-exp-jit.js
big-int-exp-negative-exponent.js
big-int-exp-to-primitive.js
big-int-exp-type-error.js
big-int-exp-wrapped-value.js
big-int-function-apply.js
big-int-greater-than-general.js
big-int-greater-than-jit.js
big-int-greater-than-or-equal-jit.js
big-int-greater-than-or-equal-order-of-evaluation.js
big-int-greater-than-or-equal-wrapped-values.js
big-int-greater-than-or-equal.js
big-int-greater-than-order-of-evaluation.js
big-int-greater-than-wrapped-values.js
big-int-json-stringify-to-json.js
big-int-json-stringify.js
big-int-left-shift-general.js
big-int-left-shift-range-error.js
big-int-left-shift-type-error.js
big-int-left-shift-untyped.js
big-int-left-shift-wrapped-value.js
big-int-length.js
big-int-less-than-general.js
big-int-less-than-jit.js
big-int-less-than-or-equal-general.js
big-int-less-than-or-equal-jit.js
big-int-less-than-or-equal-order-of-evaluation.js
big-int-less-than-or-equal-wrapped-values.js
big-int-less-than-order-of-evaluation.js
big-int-less-than-wrapped-values.js
big-int-literal-inside-literal-object.js
big-int-literal-line-terminator.js
big-int-literals.js
big-int-logical-and.js
big-int-logical-not.js
big-int-logical-or.js
big-int-mod-jit.js
big-int-mod-memory-stress.js
big-int-mod-osr.js
big-int-mod-to-primitive-precedence.js
big-int-mod-to-primitive.js
big-int-mod-type-error.js
big-int-mod-wrapped-value.js
big-int-mod.js
big-int-mul-jit-osr.js
big-int-mul-jit-untyped.js
big-int-mul-jit.js
big-int-mul-to-primitive-precedence.js
big-int-mul-to-primitive.js
big-int-mul-type-error.js
big-int-mul-wrapped-value.js
big-int-multiplication.js
big-int-multiply-memory-stress.js
big-int-negate-basic.js
big-int-negate-jit.js
big-int-no-conversion-to-number.js
big-int-operations-error.js
big-int-out-of-memory-tests.js
big-int-prop-descriptor.js
big-int-proto-constructor.js
big-int-proto-name.js
big-int-prototype-properties.js
big-int-prototype-proto.js
big-int-prototype-symbol-to-string-tag.js
big-int-prototype-to-string-apply.js
big-int-prototype-to-string-cast-overflow.js
big-int-prototype-to-string-exception.js
big-int-prototype-to-string-wrong-values.js
big-int-prototype-value-of.js
big-int-right-shift-general.js
big-int-right-shift-jit-osr.js
big-int-right-shift-jit-untyped.js
big-int-right-shift-jit.js
big-int-right-shift-type-error.js
big-int-right-shift-wrapped-value.js
big-int-spec-to-primitive.js
big-int-spec-to-this.js
big-int-strict-equals-jit.js
big-int-strict-spec-to-this.js
big-int-sub-wrapped-value.js
big-int-subtraction-basic.js
big-int-subtraction-jit.js
big-int-subtraction-type-error.js
big-int-to-object.js
big-int-to-string.js
big-int-type-of-proven-type-non-constant-including-symbol.js
big-int-type-of-proven-type-non-constant.js
big-int-type-of-proven-type.js
big-int-type-of.js
big-int-unary-plus.js
big-int-value-bit-not-spec-any-big-int.js
big-int-value-op-update-gc-rules.js
big-int-white-space-trailing-leading.js
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
bigint-asintn.js
bigint-asuintn.js
bigint-atomics-fail.js [JSC] Atomics should support BigInt64Array / BigUint64Array 2021-02-03 23:07:41 +00:00
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-object-ordinary-toprimitive.js Symbol and BigInt wrapper objects should perform OrdinaryToPrimitive 2021-04-06 23:28:53 +00:00
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
bigint-to-string-in-array.js
bigint-toLocaleString.js
bigint-typed-array-array-modes-profile.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
bigint-typed-array-byte-offset.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
bigint-typed-array-canonical-numeric-index-string.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
bigint-typed-array-constructor-undefined.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
bigint-typed-array-fill.js [JSC] TypedArray#fill should be implemented in C++ 2021-02-02 03:22:18 +00:00
bigint-typed-array-get-by-val-profiling.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
bigint-typed-array-lastIndexOf-exception-check.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
bigint-typed-array-put-by-val-profiling.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
bigint-typedarray-getownproperty.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +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
bigint32-mul-overflow.js
bigint32-sub-overflow.js
bigint64-atomics.js [JSC] Atomics should support BigInt64Array / BigUint64Array 2021-02-03 23:07:41 +00:00
bigint64array-bytelength.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
bigint64array-get-by-val.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
bigint64array-put-by-val.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
biguint64-atomics.js [JSC] Atomics should support BigInt64Array / BigUint64Array 2021-02-03 23:07:41 +00:00
bind-args.js
bit-not-must-generate.js
bit-op-value-to-int32-input-liveness.js
bit-op-with-object-returning-int32.js Unreviewed, test gardening. 2021-07-14 22:04:39 +00:00
bitwise-not-fixup-rules.js Unreviewed, test gardening. 2021-07-14 22:04:39 +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
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 Unskip stress/call-apply-exponential-bytecode-size.js on most platforms 2021-06-25 23:04:50 +00:00
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
callee-save-fpr.js AssemblyHelpers should save/restore callee save FPRs 2021-06-16 16:09:24 +00:00
caller-and-arguments-properties-for-functions-that-dont-have-them.js REGRESSION (r271119): Object methods defined with shorthand notation cannot access "caller" in non-strict mode 2021-05-17 23:20:16 +00:00
caller-native-code.js
callerIsOMGCompiled-should-be-robust.js [JSC] callerIsOMGCompiled should be robust 2021-01-18 08:40:04 +00:00
calling-non-callable-constructors.js [JSC] Stop generating default parameter code if class constructor is called without 'new' 2021-07-01 02:12:20 +00:00
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
characters-regexp-ignore-case.js
characters-regexp.js
check-array-empty-32.js Assertion failure when checking array in DFG (32 bits) 2021-08-06 01:59:40 +00:00
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 Unskip couple of tests for armv7l and mips 2021-04-21 06:58:19 +00:00
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
class-fields-computed-to-property-key.js
class-fields-function-name.js
class-fields-harmony.js
class-fields-private-as-function.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-cached-bytecode.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-freeze-out-of-line.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-freeze.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-harmony.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-on-proxy.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-out-of-line.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-prevent-extensions-out-of-line.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-prevent-extensions.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-seal-out-of-line.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-seal.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-private-use-eval.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-proxy-define-property.js
class-fields-static-harmony.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-static-private-harmony.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-stress-instance.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
class-fields-to-property-key-const-string-ftl.js
class-fields-to-property-key-const-symbol-ftl.js
class-fields-to-property-key-slow-object-tostring-ftl.js
class-fields-to-property-key-slow-object-valueof-ftl.js
class-fields-to-property-key-string-object-ftl.js
class-fields-to-property-key-string-or-string-object-ftl.js
class-fields-with-special-names.js
class-method-does-not-declare-variable-to-upper-scope.js
class-private-method-access.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
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
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 Completion value of a finally block should not be ignored if completion is abrupt 2021-02-02 23:24:48 +00:00
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 [JSC] Implement returnEarlyFromInfiniteLoopsForFuzzing for 32bits 2021-06-24 08:31:48 +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
copy-data-properties-fast-path.js JSC stress test stress/copy-data-properties-fast-path.js.default fails on s390x and ppc64le 2021-02-14 19:06:09 +00:00
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
custom-get-set-proto-chain-put.js [JSC] Call custom accessors / values with their holder's global object 2021-07-23 20:13:31 +00:00
custom-iterators.js
custom-prototype-may-be-same-to-original-one.js
custom-value-delete-property-1.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
custom-value-delete-property-2.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
custom-value-delete-property-3.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
cyclic-define-properties.js
data-view-bigint.js [JSC] Implement BigInt64Array and BigUint64Array 2021-02-01 20:56:41 +00:00
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
dataview-jit-set.js Improve our checking of NaN values in DataView tests 2021-06-24 19:33:31 +00:00
dataview-jit-unaligned-accesses.js
dataview-no-own-properties.js
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
declared-private-field-in-eval.js Using an undeclared private field inside eval shouldn't crash 2021-03-08 22:03:42 +00:00
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
delete-cached-to-string-property.js
delete-cached-value-of-property.js
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
delete-property-ic-proxy.js
delete-property-ic-stress.js
delete-property-inline-cache.js
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 Run detach-buffer-during-iteration for fewer iterations 2021-06-22 18:18:30 +00:00
detached-buffer-typeerror.js
dfg-ai-fold-bigint.js
dfg-arity-fixup-uses-callers-exit-origin.js DFG arity fixup nodes should exit to the caller's call opcode 2021-04-06 01:52:05 +00:00
dfg-branch.js BooleanConstructor should be inlined in DFG / FTL 2021-03-06 14:42:37 +00:00
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] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
dfg-get-private-name-by-id-osr-bad-identifier.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
dfg-get-private-name-by-id.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
dfg-get-private-name-by-offset-osr-bad-identifier.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
dfg-get-private-name-by-offset-osr-bad-structure.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
dfg-get-private-name-by-offset.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
dfg-get-private-name-by-val-generic.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +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-parseIntResult-should-check-for-negative-zero.js DFG's parseIntResult() should check for negative zero. 2021-07-20 00:48:54 +00:00
dfg-put-accessors-by-id-class.js
dfg-put-accessors-by-id.js
dfg-put-by-val-direct-with-edge-numbers.js
dfg-put-by-val-string-or-symbol-should-check-direct.js REGRESSION: Object.defineProperties triggering a setter 2021-03-02 02:04:55 +00:00
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] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
dfg-put-private-name-compiled-as-put-by-id-direct.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
dfg-put-private-name-compiled-as-put-private-name-by-id.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +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-boolean.js BooleanConstructor should be inlined in DFG / FTL 2021-03-06 14:42:37 +00:00
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
directive-includes-non-latin1.js WTFCrash in JSC::Lexer<char16_t>::append8 2021-08-11 07:39:26 +00:00
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-assert-ai-proved-array-mode.js Remove bad assertion of AI ArrayMode state in various "by val" opcodes 2021-02-27 01:58:56 +00:00
dont-assign-bogus-virtual-register-in-availability-analysis-before-stack-layout-runs.js
dont-assume-bytecode-operand-is-uint32.js
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
dont-link-virtual-calls-on-compiler-thread.js [ Catalina Release JSC] A large number of JSC test appear to be flaky failing 2021-05-21 06:35:06 +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-sink-arguments-past-inline-call-frame.js Don't sink arguments past the context of the inline call frame they were created in 2021-05-28 18:13:43 +00:00
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
ducet-level-3-or-4-comparison.js [JSC] DUCET level-1 weighs are equal if characters are alphabets 2021-04-08 05:48:03 +00:00
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
early-return-from-builtin.js [JSC] Limit memory allocation size of JSTests/stress/early-return-from-builtin.js 2021-04-20 10:25:08 +00:00
early-return-from-builtin2.js [JSC] Implement returnEarlyFromInfiniteLoopsForFuzzing for 32bits 2021-06-24 08:31:48 +00:00
eden-gc-with-retired-blocks.js
element-property-get-should-not-handled-with-get-by-id.js
elidable-new-object-roflcopter-then-exit.js Unskip stress/elidable-new-object-roflcopter-then-exit.js on MIPS/ARM 2021-06-22 13:01:51 +00:00
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-cause.js [JSC] Error#cause should apply to WebAssembly error constructors too 2021-03-18 02:45:10 +00:00
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-at.js [JSC] Add @ in Error.stack if URL exists 2021-02-01 11:04:22 +00:00
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
escaped-getter-setter-in-object.js
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 Align JSGlobalObject::defineOwnProperty() with the spec and other runtimes 2021-03-12 00:08:05 +00:00
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-liveness-should-not-come-from-parser.js Don't trust parsing information to tell us if we've emitted op_call_eval 2021-03-05 00:18:23 +00:00
eval-script-contains-null-character.js
eval-script-global-access-exception-check.js
eval-that-is-not-eval.js
exception-check-in-operationObjectAssignUntyped.js Placate exception checker validation in operationObjectAssignUntyped. 2021-07-14 17:25:44 +00:00
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
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 should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-in-base-reassigned-later-and-change-structure.js
for-in-base-reassigned-later.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
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 should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
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-own-structure-and-generic-with-late-add-indexed.js EnumeratorNextUpdatePropertyName always needs to be able to handle IndexedMode 2021-08-13 19:29:04 +00:00
for-in-postfix-ignored-index.js
for-in-postfix-index.js
for-in-prefix-index.js
for-in-primitive-index-on-prototype.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
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 Partly implement Function.prototype.{caller,arguments} reflection proposal 2021-07-25 22:32:20 +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 for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +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
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-global-object.js Object.freeze(this) at the global scope can lose a reference to a WatchpointSet 2021-03-23 18:04:34 +00:00
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] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
ftl-get-private-name-by-offset-multi.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +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-order-reverse.js [JSC] FTL OSR entry FlushFormat array is reversed 2021-01-18 07:16:06 +00:00
ftl-osr-entry-order-reverse2.js [JSC] Add another tests for r271571 2021-01-19 00:04:01 +00:00
ftl-osr-entry-order-reverse3.js [JSC] Add another tests for r271571 part 2 2021-01-19 00:06:24 +00:00
ftl-osr-entry-order-reverse4.js [JSC] Add another tests for r271571 part 3 2021-01-19 00:00:44 +00:00
ftl-osr-entry-should-not-exit-to-bc-zero.js
ftl-osr-failure-clear-twice.js [JSC] FTL::prepareOSREntry can clear OSR entry CodeBlock if it is already invalidated 2021-01-19 04:59:55 +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
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
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-caller-async-arrow-function-body.js Unreviewed, recover removed tests 2021-01-28 20:41:41 +00:00
function-caller-async-function-body.js Unreviewed, recover removed tests 2021-01-28 20:41:41 +00:00
function-caller-async-generator-body.js Unreviewed, recover removed tests 2021-01-28 20:41:41 +00:00
function-caller-cross-realm-via-call-apply.js REGRESSION (r271119): Object methods defined with shorthand notation cannot access "caller" in non-strict mode 2021-05-17 23:20:16 +00:00
function-caller-generator-body.js Unreviewed, recover removed tests 2021-01-28 20:41:41 +00:00
function-caller-generator-method-body.js Unreviewed, recover removed tests 2021-01-28 20:41:41 +00:00
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 Partly implement Function.prototype.{caller,arguments} reflection proposal 2021-07-25 22:32:20 +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
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 [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
get-private-name-with-constant-ident.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
get-private-name-with-constant-symbol.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
get-private-name-with-different-symbol.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
get-private-name-with-primitive.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
get-private-name.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
get-property-names-stack-overflow.js
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-2.js [JSC] Call custom accessors / values with their holder's global object 2021-07-23 20:13:31 +00:00
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-define-own-property-put-to-scope.js Align JSGlobalObject::defineOwnProperty() with the spec and other runtimes 2021-03-12 00:08:05 +00:00
global-object-define-own-property.js Align JSGlobalObject::defineOwnProperty() with the spec and other runtimes 2021-03-12 00:08:05 +00:00
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 Partly implement Function.prototype.{caller,arguments} reflection proposal 2021-07-25 22:32:20 +00:00
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 [JSC] Unskip some tests for ARMv7 and MIPS 2021-04-21 15:46:47 +00:00
has-own-property-structure-for-in-loop-correctness.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
has-static-property-property-condition-needs-to-check-if-structure-has-property.js
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 JSTests/stress/heap-analyzer-taking-lock.js intermittently fails --verifyGC=true. 2021-03-19 04:30:41 +00:00
heap-and-32-bigint-eq.js
heap-and-32-bigint-stricteq.js
hide-cached-to-primitive-property.js
hide-cached-to-string-property.js
hide-cached-value-of-property.js
hoist-get-by-offset-with-control-dependent-inferred-type.js
hold-lock-when-resetting-structure-stub-info.js
host-function-property-order.js [JSC] Adjust property order of host JSFunction 2021-01-30 04:57:02 +00:00
ic-throw-through-optimized-code.js
ignore-promise-species.js
immutable-butterfly-to-string-cache-should-not-happen-for-generic-join.js [JSC] JSImmutableButterfly's toString cache should not happen for generic join 2021-02-05 08:45:38 +00:00
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-by-variant-should-mark-cacheable-identifier.js [JSC] InByStatus / InByVariant should visit CacheableIdentifier 2021-07-19 22:17:56 +00:00
in-ftl-exception-check.js
in-miss-variant-merge.js
inc-osr-exit-from-big-int.js
inc-osr-exit-to-big-int.js
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 [JSC] Unskip some tests for ARMv7 and MIPS 2021-04-21 15:46:47 +00:00
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-canonical-locale-alias-mapping.js [JSC] Use AppleICU SPI for canonicalization 2021-03-26 22:00:33 +00:00
intl-canonicalize-locale-list-error-oom.js
intl-collator-co-extension.js
intl-collator.js
intl-constructors-with-proxy.js
intl-date-time-format-date-time-style-basic.js
intl-date-time-format-date-time-style-hour-cycle.js
intl-date-time-style-option-consistency.js
intl-datetimeformat-day-period.js [JSC] Remove Intl runtime feature flags for already shipped ones 2021-08-22 00:26:53 +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 [JSC] Rebaseline test results for new ICU 2021-04-20 05:15:43 +00:00
intl-datetimeformat-formatrange-relevant-extensions.js [JSC] Rebaseline test results for new ICU 2021-04-20 05:15:43 +00:00
intl-datetimeformat-formatrange-should-not-handle-gregorian-change-date.js [JSC] Rebaseline test results for new ICU 2021-04-20 05:15:43 +00:00
intl-datetimeformat-formatrange.js
intl-datetimeformat-formatrangetoparts-relevant-extensions-ja.js [JSC] Rebaseline test results for new ICU 2021-04-20 05:15:43 +00:00
intl-datetimeformat-formatrangetoparts-relevant-extensions.js [JSC] Rebaseline test results for new ICU 2021-04-20 05:15:43 +00:00
intl-datetimeformat-formatrangetoparts-should-not-handle-gregorian-change-date.js [JSC] Rebaseline test results for new ICU 2021-04-20 05:15:43 +00:00
intl-datetimeformat-formatrangetoparts.js
intl-datetimeformat-hour-cycle.js
intl-datetimeformat.js [JSC] Rebaseline test results for new ICU 2021-04-20 05:15:43 +00:00
intl-default-locale.js
intl-displaynames-v2.js [JSC] Intl.DisplayNames v2 2021-08-21 16:17:02 +00:00
intl-displaynames.js [JSC] Intl.DisplayNames v2 2021-08-21 16:17:02 +00:00
intl-el-case.js
intl-extended-timezone-names.js [JSC] Extend Intl TimeZoneName Option 2021-08-21 13:02:32 +00:00
intl-get-options-not-using-toobject.js [JSC] Do not use toObject for options in new Intl constructors 2021-02-19 19:38:57 +00:00
intl-language-tag.js
intl-legacy-constructors.js
intl-listformat.js
intl-locale-as-intl-param.js
intl-locale-info.js Unreviewed, speculative fix for old ICU 2021-08-22 22:09:52 +00:00
intl-locale-non-8bit.js [JSC] Intl.Locale should not assume is8Bit 2021-03-22 20:07:23 +00:00
intl-locale.js
intl-long-locale-id-maximize-minimize.js [JSC] Update Intl.Locale test after AppleICU update 2021-07-08 17:05:54 +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
intl-object.js
intl-parse-unicode-subtags.js [JSC] Unskip stress/intl-parse-unicode-subtags.js on arm 2021-04-16 18:47:56 +00:00
intl-pluralrules.js
intl-relativetimeformat.js
intl-segmenter.js [JSC] Unskip stress/intl-segmenter.js 2021-04-14 20:32:19 +00:00
intl-suppored-locales-of.js Unskip couple of tests for armv7l and mips 2021-04-21 06:58:19 +00:00
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
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 [JSC] Atomics should support BigInt64Array / BigUint64Array 2021-02-03 23:07:41 +00:00
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
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-forbid-execution-after-termination.js Forbid further execution in jsc shell if execution is terminated. 2021-05-06 16:22:45 +00:00
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
json-parse-256.js [JSC] Optimize JSON.parse with small data by changing Identifier pool mechanism 2021-06-17 03:09:57 +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
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-string-should-not-crash-error-creation.js JSC Crash in makeString() while creating Error object. 2021-03-09 23:30:31 +00:00
large-unshift-splice.js
lars-sab-workers.js
lazy-global-object-property-materialization-should-not-putDirectWithoutTransition.js
lazy-initialization-done-a-priori-if-jit-enabled.js
left-shift-to-primitive-precedence.js
length-of-new-array-with-spread.js
let-and-open-bracket.js
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
literal-parser-error-message-oom.js LiteralParser shouldn't make error messages of length ~2^31 2021-03-22 23:01:47 +00:00
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
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 Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
map-constructor-hole-throw-and-iterator-resume.js [JSC] C++ iteration should support fast iterator protocol 2021-02-10 05:46:03 +00:00
map-constructor-hole-throw.js [JSC] C++ iteration should support fast iterator protocol 2021-02-10 05:46:03 +00:00
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 Unskip materialize-regexp-cyclic-regexp.js on ARM and MIPS 2021-06-25 09:55:57 +00:00
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 Unskip materialized-regexp-has-correct-last-index-set-by-match on arm and mips 2021-06-25 12:28:33 +00:00
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
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-HashMapImpl-add.js Missing exception check in HashMapImpl::add(). 2021-03-31 18:45:36 +00:00
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-set-fails.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
module-namespace-access-transitive-exports.js
module-namespace-access.js
module-namespace-object-caching.js
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
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
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
non-constructors.js
normalize-map-key-constant-folding.js
not-cache-over-uncacheable-dictionary.js
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
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 [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
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-undefined.js [JSC] Fix Object.assign fast path to accept undefined/null 2021-07-08 00:55:24 +00:00
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
object-create-null-external.js
object-create-null.js
object-create-prototype.js
object-create-undefined.js
object-div.js
object-entries.js
object-escapes-in-loop.js
object-freeze-accept-non-object.js
object-freeze-with-arguments-no-oom-error.js SetIntegrityLevel should call [[DefineOwnProperty]] with partial descriptor 2021-02-11 21:38:10 +00:00
object-freeze-with-proxy-defineProperty.js SetIntegrityLevel should call [[DefineOwnProperty]] with partial descriptor 2021-02-11 21:38:10 +00:00
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-computed-inlined-numbers.js [JSC] Simplify excludedSet handling in object rest expression 2021-02-19 09:42:20 +00:00
object-rest-computed-inlined.js [JSC] Simplify excludedSet handling in object rest expression 2021-02-19 09:42:20 +00:00
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
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 [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
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
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
out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js
out-of-memory-handle-in-join.js
out-of-memory-in-globalFuncUnescape.js Check for out of memory in JSC::globalFuncEscape() and JSC::globalFuncUnescape(). 2021-07-14 19:15:56 +00:00
out-of-memory-making-error-string-in-literal-parser.js LiteralParser shouldn't make error messages of length ~2^31 2021-03-22 23:01:47 +00:00
out-of-memory-while-constructing-BytecodeGenerator.js Don't assume stress/out-of-memory-while-constructing-BytecodeGenerator.js will OOM 2021-06-22 18:48:07 +00:00
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
placate-exception-checker-in-objectPrototypeHasOwnProperty.js Placate exception checker validation in objectPrototypeHasOwnProperty. 2021-06-04 17:46:09 +00:00
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
poly-stricteq-not-double-nor-string-fail.js Optimize compareStrictEq when neither side is a double and at least one is neither a string nor a BigInt 2021-06-07 19:55:30 +00:00
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
prefix-plusplus-syntax-error-should-say-plusplus.js Fix syntax error message for AUTOPLUSPLUS token. 2021-05-04 02:37:17 +00:00
primitive-poly-proto.js
printableModuleKey-should-never-throw.js
private-accesor-duplicate-name-early-errors.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-access-nested-eval.js [JSC] Use ResolvedClosureVar to get brand from scope 2021-06-08 03:22:27 +00:00
private-access-nested.js [JSC] Use ResolvedClosureVar to get brand from scope 2021-06-08 03:22:27 +00:00
private-accessor-static-non-static.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-brand-installed-after-super-call-from-arrow-function.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-brand-installed-after-super-call-from-eval.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-getter-brand-check.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-getter-inner-class.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-in-error.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-in.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-members-get-and-set.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-and-field-named-constructor.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-brand-check.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-change-attribute-from-branded-structure.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-change-prototype-from-branded-structure.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-check-private-brand-ic.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-check-structure-miss.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-comparison.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-delete-property-from-branded-structure.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-extends-brand-check.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-get-and-call.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-invalid-multiple-brand-installation.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-invalidate-compiled-with-constant-symbol.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-nested-class.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-on-sealed-objects.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-on-uncacheable-dictionary.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-polymorphic-with-constant-symbol.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-set-brand-should-have-write-barrier.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-untyped-use.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-method-with-uncacheable-dictionary-transition.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-methods-and-accessors-postfix-node.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-methods-and-accessors-prefix-node.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-methods-inheritance.js AI validator patchpoint should read heap top 2021-03-12 00:47:20 +00:00
private-methods-inline-cache.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-methods-megamorphic-ic.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-methods-on-proxy.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-methods-poly-ic-multiple-classes.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-methods-poly-ic-single-class.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-name-access-in-computed-property.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-name-as-anonymous-builtin.js
private-name-assignment-in-constructor.js OpGetPrivateName needs to be listed in FOR_EACH_OPCODE_WITH_VALUE_PROFILE 2021-03-05 16:24:08 +00:00
private-names-available-on-direct-eval.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-names-available-on-eval-during-field-initialization.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-setter-brand-check.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-setter-inner-class.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
private-static-method-declaration-error.js [JSC] Private static method should define privateClassBrandIdentifier in class-scope 2021-06-04 23:44:21 +00:00
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
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's [[GetOwnProperty]] should complete trap result descriptor before validation 2021-02-14 03:04:15 +00:00
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-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-error.js Proxy's [[GetOwnProperty]] should complete trap result descriptor before validation 2021-02-14 03:04:15 +00:00
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
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 Bound stress/put-by-id-flags with a fixed number of iterations 2021-06-23 18:49:44 +00:00
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 [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-by-val-direct-out-of-bounds-setter.js
put-by-val-direct-putprivate.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
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 [JSC][ARMv7] Unskip stress/put-direct-index-broken-2.js 2021-04-16 10:13:22 +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-non-reified-static-accessor-or-custom.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
put-non-reified-static-function-or-custom.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
put-on-cow-prototype.js
put-private-name-by-id-set-do-not-add-structure-trasition.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-check-structure-miss.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-constant-folding-to-mult-put-by-offset.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-constant-folding-to-put-by-offset.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-generic.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-invalid-define.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-invalid-store.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-invalidate-compiled-with-constant-symbol.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-polymorphic-with-constant-symbol.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-untyped-use.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-with-constant-symbol.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-with-different-identifier.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-private-name-with-primitive.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
put-to-primitive-non-reified-static-custom.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
put-to-primitive.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
put-to-proto-chain-overrides-put.js Partly implement Function.prototype.{caller,arguments} reflection proposal 2021-07-25 22:32:20 +00:00
r238510-bad-loop.js
race-to-add-opaque-roots-in-ConcurrentPtrHashSet.js Fix race condition in ConcurrentPtrHashSet. 2021-03-18 02:40:00 +00:00
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-same-value-exception-check.js [JSC] Rope string equal operation should first check length 2021-03-24 09:55:54 +00:00
redefine-property-set.js
redefine-property-value.js
redefine-property-writable.js
reduce-loop-strength-multiple-exits.js
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-custom-value.js putInlineFastReplacingStaticPropertyIfNeeded should handle custom values 2021-07-31 01:33:44 +00:00
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 [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
reflect.js
regexp--bm-search-long-character.js [JSC] Yarr should perform BoyerMoore search 2021-07-29 22:26:13 +00:00
regexp--bm-search-long-map.js [JSC] Yarr should perform BoyerMoore search 2021-07-29 22:26:13 +00:00
regexp-all-flags.js Minor fixes to RegExp match indices after r273086 2021-02-19 20:50:48 +00:00
regexp-backref-inbounds.js
regexp-backtrack-offset-overflow.js [YARR JIT] Crash on overflow when compiling /(a{1000000000}b{1000000000}|c{1000000000}|)d{1000000000}e{1000000000}/.test(); 2021-02-24 05:00:30 +00:00
regexp-bitvector-reuse.js [JSC] Yarr should perform BoyerMoore search 2021-07-29 22:26:13 +00:00
regexp-bm-search-character-non-fixed-size.js [JSC] Yarr BoyerMoore search should support character-class 2021-08-02 23:43:16 +00:00
regexp-bm-search-many-candidate-zero-length.js [JSC] Yarr BoyerMoore search should support character-class 2021-08-02 23:43:16 +00:00
regexp-bm-search-non-fixed-size.js [JSC] Yarr BoyerMoore search should support character-class 2021-08-02 23:43:16 +00:00
regexp-bol-optimize-out-of-stack.js
regexp-bytecode-compilation-fail.js
regexp-constructor-dollar-getters-are-unique.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
regexp-dot-match-nonBMP.js [YARR] Interpreter incorrectly matches non-BMP characters with multiple . w/dotAll flag 2021-03-24 17:29:02 +00:00
regexp-dump-concurrently.js [JSC] RegExp::dumpToStream must not ref Strings since it is called concurrently 2021-07-16 21:01:16 +00:00
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-max-size.js Followup test fix to r273594 2021-02-27 02:51:41 +00:00
regexp-named-capture-groups.js
regexp-non-ascii-bm-search-character.js [JSC] Yarr should perform BoyerMoore search 2021-07-29 22:26:13 +00:00
regexp-non-ascii-bm-search-map.js [JSC] Yarr should perform BoyerMoore search 2021-07-29 22:26:13 +00:00
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-setter-realm.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
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
register-allocator-stress.js Fix typo in AirUseCounts 2021-05-19 20:49:25 +00:00
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
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
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
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
replace-cached-to-string-property.js
replace-cached-value-of-property.js
replace-indexed-backreferences.js
replacement-watchpoint-dictionary.js
replacement-watchpoint.js
reserved-word-with-escape.js
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
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 Update tests to use collectExtraSamplingProfilerData instead of collectSamplingProfilerDataForJSCShell 2021-05-05 19:37:52 +00:00
sampling-profiler-deep-stack.js
sampling-profiler-display-name.js
sampling-profiler-internal-function-name.js
sampling-profiler-microtasks.js
sampling-profiler-regexp.js [JSC] Simplify sampling-profiler-regexp.js test 2021-07-17 00:15:32 +00:00
sampling-profiler-richards.js Update tests to use collectExtraSamplingProfilerData instead of collectSamplingProfilerDataForJSCShell 2021-05-05 19:37:52 +00:00
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 Unreviewed, reverting r271186. 2021-01-27 19:19:57 +00:00
sampling-profiler-wasm.js Unreviewed, reverting r271186. 2021-01-27 19:19:57 +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 Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
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-bigint.js [JSC] Atomics should support BigInt64Array / BigUint64Array 2021-02-03 23:07:41 +00:00
shared-array-buffer-sort-while-different-thread-is-modifying.js
shared-wasm-memory-with-zero-byte.js Release assert memory in JSC::Wasm::Memory::growShared(JSC::Wasm::PageCount)::<lambda()> 2021-06-21 19:09:04 +00:00
short-circuit-read-modify-should-use-the-write-virtual-registers.js Short circuit read modify write nodes emit byte code that uses the wrong locals 2021-06-07 23:26:53 +00:00
short-circuit-read-modify-write-cant-write-dst-before-tdz-check.js https://bugs.webkit.org/show_bug.cgi?id=226576 2021-06-13 18:29:46 +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
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
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-object-check.js [JSC] Add some more exception checks in globalFuncCopyDataProperties 2021-01-18 06:03:32 +00:00
spread-object-check2.js [JSC] Add some more exception checks in globalFuncCopyDataProperties 2021-01-18 06:03:32 +00:00
spread-optimized-properly.js
spread-outer-create-rest.js
spread-should-not-have-a-constant-as-dst.js
spread-to-property-key-constant.js
stack-allocation-regression.js Fix LikelyDenseUnsignedIntegerSet::clear() 2021-05-28 20:17:41 +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
stack-slot-needs-to-use-more-than-uint16.js AirStackSlot's uint16_t byte size is too small 2021-07-22 21:37:02 +00:00
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 [JSC] Implement RegExp Match Indices proposal 2021-02-18 19:14:34 +00:00
static-getter-names.js
static-getter-put.js
static-private-methods-and-accessor-inner-class.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
static-private-methods-and-accessor-multiple-evaluation.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
static-private-methods-and-accessors-postfix-node.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
static-private-methods-and-accessors-prefix-node.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
static-put-in-prototype-chain.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
strcat-emtpy.js
stress-agent.js
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 Unskip structure-storedPrototype-should-only-assert-on-the-mutator-thread.js on arm and mips 2021-06-25 12:37:49 +00:00
sub-order-evaluation.js
sub-overflows-after-not-equal.js
super-and-new.js
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
suppress-TerminationException-in-HashMapImpl-rehash.js HashMapImpl::rehash() should use a version of jsMapHash that cannot throw. 2021-04-16 02:06:31 +00:00
suppress-TerminationException-in-JSFunction-prototypeForConstruction.js Fix exception assertions in light of the TerminationException. 2021-04-28 17:13:40 +00:00
suppress-TerminationException-in-operationGetPrivateNameOptimize.js Add missing exception check in operationGetPrivateNameOptimize(). 2021-04-15 05:53:38 +00:00
suppress-TerrminationException-in-ASSERT-in-HashMapImpl-addNormalized.js Defer TerminationExceptions when evaluating ASSERT in HashMapIml::addNormalized(). 2021-04-14 21:50:30 +00:00
switch-constant-child-becomes-empty.js
switch-imm-baseline.js [JSC] Baseline should have fast path for switch_imm 2021-04-22 18:41:56 +00:00
switch-inlining-nested.js [JSC] DFG / FTL should inline switch_string 2021-04-22 08:27:42 +00:00
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-hasinstance-error.js [JSC] invalidParameterInstanceofSourceAppender should care direct call of Symbol.hasInstance 2021-07-20 19:35:56 +00:00
symbol-identity.js
symbol-instanceof.js
symbol-is-destructed-before-refing-underlying-symbol-impl.js
symbol-object-ordinary-toprimitive.js Symbol and BigInt wrapper objects should perform OrdinaryToPrimitive 2021-04-06 23:28:53 +00:00
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
syntax-error-if-escaped-keyword-used-as-target-object-pattern.js
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
terminated-execution-error-in-promise.js [JSC] JSPromise should not propagate TerminatedExecutionError 2021-01-22 02:51:26 +00:00
termination-exception-in-objectPrototypeHasOwnProperty.js Fix an ASSERT in objectPrototypeHasOwnProperty() to account for TerminationException. 2021-06-04 00:41:01 +00:00
test-exception-assert-in-ExceptionHelpers-createError.js
test-finally.js
test-for-of-cfg-simplication-exit-ok.js
test-out-of-memory.js JSTests/stress/test-out-of-memory shouldn't assume that we always OOM 2021-07-23 03:17:51 +00:00
test-spec-misc.js
test-static-accessor-on-primitive.js [JSC] Make $vm's accessor test functions robust against primitive |this| 2021-06-04 00:19:11 +00:00
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
thunks-hash-map-should-grab-lock.js Grab the lock in FTL::Thunks::keyForSlowPathCallThunk 2021-07-16 23:40:00 +00:00
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 Align JSGlobalObject::defineOwnProperty() with the spec and other runtimes 2021-03-12 00:08:05 +00:00
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 Unskip type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value on MIPS 2021-05-21 09:31:51 +00:00
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-set.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
typed-array-canonical-numeric-index-string.js
typed-array-constructor-undefined.js
typed-array-fill.js [JSC] TypedArray#fill should be implemented in C++ 2021-02-02 03:22:18 +00:00
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 TypedArray's [[DefineOwnProperty]] should throw in case of failure 2021-03-02 20:00:31 +00:00
typedarray-access-neutered.js TypedArray's [[DefineOwnProperty]] should throw in case of failure 2021-03-02 20:00:31 +00:00
typedarray-add-property-to-base-object.js
typedarray-bad-getter.js
typedarray-configure-index.js
typedarray-construct-iterator.js
typedarray-constructor.js
typedarray-copyWithin.js
typedarray-defineOwnProperty-error.js TypedArray's [[DefineOwnProperty]] should throw in case of failure 2021-03-02 20:00:31 +00:00
typedarray-every.js
typedarray-fill.js
typedarray-filter.js
typedarray-find.js
typedarray-findIndex.js
typedarray-findLast.js Implement Array.prototype.findLast and Array.prototype.findLastIndex 2021-07-15 03:11:53 +00:00
typedarray-findLastIndex.js Implement Array.prototype.findLast and Array.prototype.findLastIndex 2021-07-15 03:11:53 +00:00
typedarray-forEach.js
typedarray-from.js
typedarray-functions-with-neutered.js [JSC] Unskip typedarray-functions-with-neutered.js on MIPS 2021-04-14 09:45:49 +00:00
typedarray-getownproperty.js
typedarray-getter-on-self.js
typedarray-hasOwnProperty-out-of-bounds.js
typedarray-includes.js
typedarray-indexOf.js
typedarray-intrinsic-getters-change-prototype.js Run typedarray-intrinsic-getters-change-prototype for a fixed set of iterations 2021-06-23 18:34:02 +00:00
typedarray-join.js
typedarray-lastIndexOf.js
typedarray-length-dictionary.js
typedarray-map.js
typedarray-no-alreadyChecked-assert.js
typedarray-of.js
typedarray-reduce.js
typedarray-reduceRight.js
typedarray-set.js
typedarray-slice.js
typedarray-some.js
typedarray-sort-should-not-use-a-regular-array-as-temp-buffer.js %TypedArray%.prototype.sort() should not use a regular array as a temp buffer. 2021-04-26 21:03:49 +00:00
typedarray-sort.js
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
undeclared-private-field-in-eval.js [JSC] Private names should be handled by usedVariables mechanism 2021-07-01 02:03:55 +00:00
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] Enable Array#findLast method 2021-08-21 12:10:09 +00:00
unshift-and-concurrent-access.js
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-stricteq-self-fail.js DFG should speculate on CompareStrictEq(@x, @x) 2021-06-04 16:32:57 +00:00
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 [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-cleanup-proxy-from-different-realm.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-crypto-strict.js
v8-deltablue-strict.js
v8-earley-boyer-strict.js
v8-finalization-registry-basics.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-finalizationregistry-and-weakref.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-finalizationregistry-keeps-holdings-alive.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-finalizationregistry-scheduled-for-cleanup-multiple-times.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-multiple-dirty-finalization-registries.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-parameter-scoping.js
v8-raytrace-strict.js
v8-reentrant-gc-from-cleanup.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-regexp-strict.js
v8-richards-strict.js
v8-splay-strict.js
v8-stress-finalizationregistry-dirty-enqueue.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-undefined-holdings.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-unregister-after-cleanup.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-unregister-before-cleanup.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-unregister-called-twice.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-unregister-inside-cleanup2.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-unregister-inside-cleanup3.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-unregister-many.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
v8-weak-unregistertoken.js [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
validate-does-gc-with-return-early-from-infinite-loop-2.js [JSC] Implement returnEarlyFromInfiniteLoopsForFuzzing for 32bits 2021-06-24 08:31:48 +00:00
validate-does-gc-with-return-early-from-infinite-loop.js [JSC] Implement returnEarlyFromInfiniteLoopsForFuzzing for 32bits 2021-06-24 08:31:48 +00:00
validate-exception-check-in-proxy-object-put.js
validate-int-52-ai-state.js
value-add-big-int-and-string.js
value-add-big-int-prediction-propagation.js
value-add-big-int-untyped.js
value-add-on-double-array-with-holes.js
value-bit-and-ai-rule.js
value-bit-lshift-ai-rule.js
value-bit-not-ai-rule.js
value-bit-or-ai-rule.js
value-bit-xor-ai-rule.js
value-div-ai-rule.js
value-div-fixup-int32-big-int.js
value-mod-ai-rule.js
value-mul-fixup-int32-big-int.js
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
value-sub-big-int-untyped.js
value-sub-spec-none-case.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
waitUntilAllPlansForVMAreReady-should-be-notified-of-cancelled-plans-too.js JITWorklist::waitUntilAllPlansForVMAreReady() should also be notified when plans are cancelled. 2021-07-15 20:42:53 +00:00
wasm-error-message-cross-threads.js jitCompileAndSetHeuristics shouldn't return true when we fail to compile 2021-06-22 17:48:42 +00:00
wasm-loop-consistency.js stress/wasm-loop-consistency.js should require the --useExecutableAllocationFuzz=false JSC option 2021-07-12 18:02:45 +00:00
watchdog-dont-malloc-when-in-c-code.js
watchdog-fire-while-in-forEachInIterable.js Enable VMTraps checks in RETURN_IF_EXCEPTION. 2021-04-10 16:12:19 +00:00
weak-map-constructor-adder-error-cross-realm.js Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
weak-map-constructor-adder.js Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
weak-map-constructor.js
weak-set-constructor-adder-error-cross-realm.js Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
weak-set-constructor-adder.js Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
weak-set-constructor.js Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
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