haikuwebkit/LayoutTests/js/dom
Brent Fulgham ea74f4fefd REGRESSION (r281012): WebInspector console no longer shows script integrity information
https://bugs.webkit.org/show_bug.cgi?id=229097
<rdar://problem/81915909>

Reviewed by Youenn Fablet.

LayoutTests/imported/w3c:

* web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt:

Source/WebCore:

* bindings/js/ScriptModuleLoader.cpp:
(WebCore::ScriptModuleLoader::notifyFinished): Add full console message during promise rejection.
* loader/DocumentThreadableLoader.cpp:
(WebCore::DocumentThreadableLoader::reportIntegrityMetadataError): Treat integrity mismatch as
a ResourceError::Type::AccessControl so that it gets detailed console logging.

LayoutTests:

* http/tests/subresource-integrity/sri-fetch-expected.txt:
* http/tests/subresource-integrity/sri-module-expected.txt:
* js/dom/modules/module-fetch-failure-not-cached-expected.txt:


Canonical link: https://commits.webkit.org/240556@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281097 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-16 19:01:53 +00:00
..
modules REGRESSION (r281012): WebInspector console no longer shows script integrity information 2021-08-16 19:01:53 +00:00
resources Unreviewed, relanding r269940 2020-11-18 20:22:16 +00:00
script-tests Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
JSON-parse-expected.txt JSON.parse throws incorrect exception when called w/o arguments 2019-06-06 19:07:55 +00:00
JSON-parse.html
JSON-stringify-expected.txt Date.prototype.toJSON throws if toISOString returns an object 2019-08-19 23:27:57 +00:00
JSON-stringify-string-object-with-tojson-expected.txt Speed up the Stringifier::toJSON() fast case 2015-07-29 02:15:41 +00:00
JSON-stringify-string-object-with-tojson.html Speed up the Stringifier::toJSON() fast case 2015-07-29 02:15:41 +00:00
JSON-stringify.html
Object-defineProperty-expected.txt Fix grammar issue in TypeError attempting to change an unconfigurable property 2015-07-09 06:04:42 +00:00
Object-defineProperty.html
Promise-already-rejected-expected.txt
Promise-already-rejected.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-already-resolved-expected.txt
Promise-already-resolved.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-catch-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-catch-in-workers-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-catch-in-workers.html
Promise-catch.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-chain-expected.txt
Promise-chain.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-exception-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-exception.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-init-callback-receiver-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-init-callback-receiver.html
Promise-init-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-init-in-workers-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-init-in-workers.html
Promise-init.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-onFulfilled-deep-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-onFulfilled-deep.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-onRejected-deep-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-onRejected-deep.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-reject-expected.txt
Promise-reject-in-workers-expected.txt
Promise-reject-in-workers.html
Promise-reject-large-string-expected.txt Handle OOM in ScriptExecutionContext::reportUnhandledPromiseRejection 2021-04-06 16:05:01 +00:00
Promise-reject-large-string.html Handle OOM in ScriptExecutionContext::reportUnhandledPromiseRejection 2021-04-06 16:05:01 +00:00
Promise-reject.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-chain-expected.txt
Promise-resolve-chain.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-in-workers-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-in-workers.html
Promise-resolve-lookup-then-expected.txt [ES6] Implement the latest Promise spec in JS 2015-07-06 02:01:27 +00:00
Promise-resolve-lookup-then.html [ES6] Implement the latest Promise spec in JS 2015-07-06 02:01:27 +00:00
Promise-resolve-state-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-state-in-workers-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-state-in-workers.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-state.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-with-itself-expected.txt [JSC] Make Promise implementation faster 2019-09-05 01:23:46 +00:00
Promise-resolve-with-itself.html [JSC] Make Promise implementation faster 2019-09-05 01:23:46 +00:00
Promise-resolve-with-then-exception-expected.txt
Promise-resolve-with-then-exception.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-with-then-fulfill-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-with-then-fulfill.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-with-then-reject-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve-with-then-reject.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-resolve.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-simple-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-simple-in-workers-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-simple-in-workers.html
Promise-simple-resolve-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-simple-resolve.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-simple.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-static-all-expected.txt [JS] Implement Promise.all() 2014-01-06 21:00:03 +00:00
Promise-static-all.html LayoutTests/js/dom/Promise-static-all/race.html are flakey - Unhandled Promise Rejection messages 2017-04-29 01:19:28 +00:00
Promise-static-race-expected.txt [JS] Implement Promise.race() 2014-01-06 04:18:32 +00:00
Promise-static-race.html LayoutTests/js/dom/Promise-static-all/race.html are flakey - Unhandled Promise Rejection messages 2017-04-28 20:13:57 +00:00
Promise-static-reject-expected.txt
Promise-static-reject.html
Promise-static-resolve-expected.txt Promise: Drop Promise.cast 2014-09-17 00:32:18 +00:00
Promise-static-resolve.html
Promise-then-callback-receiver-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-then-callback-receiver.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-then-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-then-in-workers-expected.txt Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise-then-in-workers.html
Promise-then-without-callbacks-expected.txt
Promise-then-without-callbacks-in-workers-expected.txt
Promise-then-without-callbacks-in-workers.html
Promise-then-without-callbacks.html
Promise-then.html Update Promises to the https://github.com/domenic/promises-unwrapping spec 2014-01-03 00:40:16 +00:00
Promise.html REGRESSION (r193286): Promise chain no longer prevent UI refresh 2017-02-09 01:42:55 +00:00
activation-object-function-lifetime-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
activation-object-function-lifetime.html
activation-proto-expected.txt Invoking Object.prototype.__proto__ accessors directly should throw a TypeError. 2016-10-19 03:52:29 +00:00
activation-proto.html
add-to-primitive-expected.txt
add-to-primitive.html
array-float-delete-expected.txt
array-float-delete.html
array-foreach-expected.txt Implement a few more Array prototype functions in JS 2014-02-14 23:29:31 +00:00
array-foreach.html
array-indexof-expected.txt
array-indexof.html
array-join-bug-11524-expected.txt
array-join-bug-11524.html
array-map-expected.txt
array-map.html
array-prototype-properties-expected.txt Make builtin TypeErrors consistent 2016-07-19 02:45:35 +00:00
array-prototype-properties.html
array-some-expected.txt Implement a few more Array prototype functions in JS 2014-02-14 23:29:31 +00:00
array-some.html
array-sort-accessor-adds-two-elements-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-adds-two-elements.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-decreases-length-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-decreases-length.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-deletes-predecessor-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-deletes-predecessor.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-deletes-successor-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-deletes-successor.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-increases-length-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-increases-length.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-removes-two-elements-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-removes-two-elements.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-sets-predecessor-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-sets-predecessor.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-sets-successor-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessor-sets-successor.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessors-on-array-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessors-on-array.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessors-on-object-proto-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-accessors-on-object-proto.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-exception-expected.txt
array-sort-exception.html
array-sort-non-configurable-element-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-non-configurable-element.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-non-configurable-proto-hole-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-non-configurable-proto-hole.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-non-writeable-element-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-non-writeable-element.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-non-writeable-proto-hole-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-non-writeable-proto-hole.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-proxy-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-proxy-proto-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-proxy-proto.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-proxy.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-short-arrays-expected.txt Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-sort-short-arrays.html Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-tostring-ignore-separator-expected.txt
array-tostring-ignore-separator.html
array-with-double-assign-expected.txt
array-with-double-assign.html
array-with-double-push-expected.txt
array-with-double-push.html
assign-expected.txt [JSC] Invalid AssignmentTargetType should be an early error. 2019-05-16 20:08:22 +00:00
assign.html
basic-weakmap-expected.txt Debug assertion failure while loading http://kangax.github.io/compat-table/es6/. 2016-02-23 19:41:56 +00:00
basic-weakmap.html
basic-weakset-expected.txt Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
basic-weakset.html [ES6] Implement WeakSet 2015-04-19 18:08:14 +00:00
bigint-canonicalization-in-structured-cloning-expected.txt Canonicalize JSBigInt generated by structured-cloning by calling rightTrim 2020-04-22 02:35:57 +00:00
bigint-canonicalization-in-structured-cloning.html Canonicalize JSBigInt generated by structured-cloning by calling rightTrim 2020-04-22 02:35:57 +00:00
bitwise-and-on-undefined-expected.txt
bitwise-and-on-undefined.html
bom-in-file-retains-correct-offset-expected.txt
bom-in-file-retains-correct-offset.html
branch-fold-correctness-expected.txt REGRESSION: `if (false === (true && undefined)) console.log("wrong!");` logs "wrong!", shouldn't! 2013-10-23 00:00:03 +00:00
branch-fold-correctness.html REGRESSION: `if (false === (true && undefined)) console.log("wrong!");` logs "wrong!", shouldn't! 2013-10-23 00:00:03 +00:00
builtin-getter-name-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
builtin-getter-name.html Refresh WritableStream up to spec 2020-08-12 12:25:49 +00:00
cached-eval-gc-expected.txt
cached-eval-gc.html
call-base-resolution-expected.txt
call-base-resolution.html Setting a frame's src to a javascript URL should not run it synchronously 2019-05-02 22:24:27 +00:00
callback-function-with-handle-event-expected.txt Disable WebSQL in WebKitTestRunner 2021-04-06 09:51:51 +00:00
callback-function-with-handle-event.html Disable WebSQL in WebKitTestRunner 2021-04-06 09:51:51 +00:00
callbackobject-delete-should-not-infinite-recursion-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
callbackobject-delete-should-not-infinite-recursion.html [JSC] JSCallbackObject::deleteProperty should redirect to Parent::deletePropertyByIndex if propertyName is index 2020-06-10 23:15:43 +00:00
classic-script-with-data-url-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
classic-script-with-data-url.html Script modules should be able to import data urls 2017-06-03 16:31:13 +00:00
codegen-temporaries-multiple-global-blocks-expected.txt
codegen-temporaries-multiple-global-blocks.html
concat-large-strings-crash-expected.txt [JSC] Make OutOfMemory error as instance of RangeError 2020-05-16 08:24:22 +00:00
concat-large-strings-crash.html
concat-large-strings-crash2-expected.txt [JSC] Make OutOfMemory error as instance of RangeError 2020-05-16 08:24:22 +00:00
concat-large-strings-crash2.html
console-non-string-values-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
console-non-string-values.html
const-expected.txt `const location = "foo"` throws in a worker 2017-03-19 17:45:39 +00:00
const.html
construct-global-object-expected.txt
construct-global-object.html
constructor-attributes-expected.txt [JS Bindings] prototype.constructor should be writable 2016-01-30 21:01:09 +00:00
constructor-attributes.html
constructor-expected.txt document.getElementsByTagName should return an HTMLCollection 2015-08-22 00:50:13 +00:00
constructor-length.html [JSC] Add missing detached buffer errors for DataView 2020-09-03 17:04:09 +00:00
constructor-with-return-masquerades-expected.txt
constructor-with-return-masquerades.html Constructor returning null should construct an object instead of null 2015-02-24 23:01:58 +00:00
constructor.html
create-lots-of-workers-expected.txt
create-lots-of-workers.html
cross-frame-bad-time-expected.txt
cross-frame-bad-time.html
cross-frame-prototype-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
cross-frame-prototype.html
cross-frame-really-bad-time-expected.txt
cross-frame-really-bad-time-with-__proto__-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
cross-frame-really-bad-time-with-__proto__.html
cross-frame-really-bad-time.html
cross-frame-symbols-expected.txt [ES6] Implement Symbol.for and Symbol.keyFor 2015-04-16 22:46:35 +00:00
cross-frame-symbols.html [ES6] Implement Symbol.for and Symbol.keyFor 2015-04-16 22:46:35 +00:00
cross-global-object-inline-global-var-expected.txt js/dom/post-message-numeric-property.html is flaky 2014-01-28 22:25:40 +00:00
cross-global-object-inline-global-var.html
cross-window-put-math-expected.txt Speed up JSGlobalObject initialization by making some properties lazy 2016-05-04 21:21:36 +00:00
cross-window-put-math.html Speed up JSGlobalObject initialization by making some properties lazy 2016-05-04 21:21:36 +00:00
custom-accessor-redefine-expected.txt Inline caching is wrong for custom accessors and custom values 2019-10-01 00:50:46 +00:00
custom-accessor-redefine.html Inline caching is wrong for custom accessors and custom values 2019-10-01 00:50:46 +00:00
custom-constructors-expected.txt Address some FIXMEs in JavaScript tests for bugs that have been fixed 2017-04-24 18:08:56 +00:00
custom-constructors.html
custom-function-should-not-cache-as-dictionary-expected.txt Don't cache self customs on dictionaries 2019-12-20 03:32:37 +00:00
custom-function-should-not-cache-as-dictionary.html Don't cache self customs on dictionaries 2019-12-20 03:32:37 +00:00
custom-getter-setter-exception-check-expected.txt [JSC] customGetterSetterFunctionCall should have proper exception checking 2020-09-11 06:37:58 +00:00
custom-getter-setter-exception-check.html [JSC] customGetterSetterFunctionCall should have proper exception checking 2020-09-11 06:37:58 +00:00
customAccessor-defineProperty-expected.txt Object.defineProperty() should maintain existing getter / setter if not overridden in the new descriptor 2016-07-08 20:52:15 +00:00
customAccessor-defineProperty.html Object.defineProperty() should maintain existing getter / setter if not overridden in the new descriptor 2016-07-08 20:52:15 +00:00
customAccessor-defineProperty_getterOnly-expected.txt Object.defineProperty() should maintain existing getter / setter if not overridden in the new descriptor 2016-07-08 20:52:15 +00:00
customAccessor-defineProperty_getterOnly.html Object.defineProperty() should maintain existing getter / setter if not overridden in the new descriptor 2016-07-08 20:52:15 +00:00
customAccessor-defineProperty_setterOnly-expected.txt Object.defineProperty() should maintain existing getter / setter if not overridden in the new descriptor 2016-07-08 20:52:15 +00:00
customAccessor-defineProperty_setterOnly.html Object.defineProperty() should maintain existing getter / setter if not overridden in the new descriptor 2016-07-08 20:52:15 +00:00
cyclic-proto-expected.txt [JSC] The prototype cycle checks throws the wrong error type 2016-07-05 21:08:38 +00:00
cyclic-proto.html
cyclic-ref-toString-expected.txt
cyclic-ref-toString.html
date-DST-time-cusps-expected.txt
date-DST-time-cusps.html
date-big-constructor-expected.txt
date-big-constructor.html
date-big-setdate-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
date-big-setdate.html Unreviewed, rolling out r217458. 2017-05-26 19:27:41 +00:00
date-big-setmonth-expected.txt
date-big-setmonth.html
date-negative-setmonth-expected.txt
date-negative-setmonth.html
date-preserve-milliseconds-expected.txt
date-preserve-milliseconds.html
deep-recursion-test-expected.txt
deep-recursion-test.html Change run-webkit-tests.py and run-jsc-stress-tests to use a smaller JS stack size for testing. 2016-07-11 17:04:14 +00:00
delete-function-parameter-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
delete-function-parameter.html
delete-multiple-global-blocks-expected.txt
delete-multiple-global-blocks.html
delete-syntax-expected.txt Navigator.geolocation should not be marked a [Replaceable] and should be on the prototype 2016-02-17 01:11:29 +00:00
delete-syntax.html
dfg-arguments-alias-activation-expected.txt
dfg-arguments-alias-activation.html
dfg-byte-array-put-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
dfg-byte-array-put.html
dfg-byteOffset-neuter-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
dfg-byteOffset-neuter.html
dfg-compare-final-object-to-final-object-or-other-expected.txt
dfg-compare-final-object-to-final-object-or-other.html
dfg-cross-global-object-inline-new-array-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
dfg-cross-global-object-inline-new-array-literal-expected.txt
dfg-cross-global-object-inline-new-array-literal-with-variables-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
dfg-cross-global-object-inline-new-array-literal-with-variables.html
dfg-cross-global-object-inline-new-array-literal.html
dfg-cross-global-object-inline-new-array-with-elements-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
dfg-cross-global-object-inline-new-array-with-elements.html
dfg-cross-global-object-inline-new-array-with-size-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
dfg-cross-global-object-inline-new-array-with-size.html
dfg-cross-global-object-inline-new-array.html
dfg-cross-global-object-new-array-expected.txt
dfg-cross-global-object-new-array.html
dfg-custom-getter-expected.txt
dfg-custom-getter-throw-expected.txt DOMException should not have its own toString() 2017-07-19 20:24:15 +00:00
dfg-custom-getter-throw-inlined-expected.txt
dfg-custom-getter-throw-inlined.html
dfg-custom-getter-throw.html
dfg-custom-getter.html
dfg-ensure-array-storage-on-window-expected.txt Window should behave like a legacy platform object without indexed setter 2021-06-08 01:10:23 +00:00
dfg-ensure-array-storage-on-window.html
dfg-ensure-non-array-array-storage-on-window-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
dfg-ensure-non-array-array-storage-on-window.html
dfg-inline-resolve-expected.txt
dfg-inline-resolve.html
dfg-inline-switch-imm-expected.txt
dfg-inline-switch-imm.html
dfg-int32-to-double-on-set-local-and-exit-expected.txt
dfg-int32-to-double-on-set-local-and-exit.html
dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
dfg-int32-to-double-on-set-local-and-sometimes-exit.html
dfg-logical-not-final-object-or-other-expected.txt
dfg-logical-not-final-object-or-other.html
dfg-make-rope-side-effects-expected.txt
dfg-make-rope-side-effects.html
dfg-negative-array-size-expected.txt
dfg-negative-array-size.html
dfg-patchable-get-by-id-after-watchpoint-expected.txt
dfg-patchable-get-by-id-after-watchpoint.html
dfg-peephole-compare-final-object-to-final-object-or-other-expected.txt
dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt
dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html
dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt
dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.html
dfg-peephole-compare-final-object-to-final-object-or-other.html
dfg-proto-stub-watchpoint-fire-expected.txt
dfg-proto-stub-watchpoint-fire.html
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-2-expected.txt REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-2.html REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-3-expected.txt REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-3.html REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-4-expected.txt REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-4.html [WebIDL] Re-implement GetOwnPropertySlot[ByIndex] generation to more closely follow WebIDL 2017-06-12 19:50:39 +00:00
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-5-expected.txt REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-5.html [WebIDL] Re-implement GetOwnPropertySlot[ByIndex] generation to more closely follow WebIDL 2017-06-12 19:50:39 +00:00
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.html REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
dfg-put-by-id-allocate-storage-expected.txt
dfg-put-by-id-allocate-storage-polymorphic-expected.txt
dfg-put-by-id-allocate-storage-polymorphic.html
dfg-put-by-id-allocate-storage.html
dfg-put-by-id-reallocate-storage-expected.txt
dfg-put-by-id-reallocate-storage-polymorphic-expected.txt
dfg-put-by-id-reallocate-storage-polymorphic.html
dfg-put-by-id-reallocate-storage.html
dfg-put-by-val-setter-then-get-by-val-expected.txt
dfg-put-by-val-setter-then-get-by-val.html
dfg-put-to-readonly-property-expected.txt
dfg-put-to-readonly-property.html
dfg-rshift-by-zero-eliminate-valuetoint32-expected.txt
dfg-rshift-by-zero-eliminate-valuetoint32.html
dfg-store-unexpected-value-into-argument-and-osr-exit-expected.txt
dfg-store-unexpected-value-into-argument-and-osr-exit.html
dfg-strcat-over-objects-then-exit-on-it-expected.txt ES6: Object Literal Methods toString is missing method name 2015-03-24 20:07:26 +00:00
dfg-strcat-over-objects-then-exit-on-it.html
dfg-strict-mode-arguments-get-beyond-length-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
dfg-strict-mode-arguments-get-beyond-length.html
dfg-typed-array-neuter-expected.txt Ensure %TypedArray% essential internal methods adhere to spec 2020-10-17 09:59:28 +00:00
dfg-typed-array-neuter.html
direct-entry-to-function-code-expected.txt
direct-entry-to-function-code.html
do-while-expression-value-expected.txt
do-while-expression-value.html
do-while-without-semicolon-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
do-while-without-semicolon.html Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
document-all-between-frames-expected.txt
document-all-between-frames.html
document-all-class-extends-expected.txt Remove OpIsObjectOrNull from ClassExprNode::emitBytecode() 2020-08-16 20:40:17 +00:00
document-all-class-extends.html Remove OpIsObjectOrNull from ClassExprNode::emitBytecode() 2020-08-16 20:40:17 +00:00
document-all-is-callable-builtins-expected.txt Introduce OpIsCallable bytecode and intrinsic 2020-08-19 23:25:46 +00:00
document-all-is-callable-builtins.html Introduce OpIsCallable bytecode and intrinsic 2020-08-19 23:25:46 +00:00
document-all-strict-eq-expected.txt Strict Equality on objects should only check that one of the two sides is an object. 2015-06-24 19:13:54 +00:00
document-all-strict-eq.html Strict Equality on objects should only check that one of the two sides is an object. 2015-06-24 19:13:54 +00:00
document-all-triggers-masquerades-watchpoint-expected.txt
document-all-triggers-masquerades-watchpoint.html
document-all-typeof-is-function-fold-expected.txt Introduce OpIsCallable bytecode and intrinsic 2020-08-19 23:25:46 +00:00
document-all-typeof-is-function-fold.html Introduce OpIsCallable bytecode and intrinsic 2020-08-19 23:25:46 +00:00
document-all-typeof-is-object-fold-expected.txt Remove OpIsObjectOrNull from ClassExprNode::emitBytecode() 2020-08-16 20:40:17 +00:00
document-all-typeof-is-object-fold.html Remove OpIsObjectOrNull from ClassExprNode::emitBytecode() 2020-08-16 20:40:17 +00:00
document-all-watchpoint-covers-eliminated-compare-eq-expected.txt [JSC] Optimize more cases of something-compared-to-null/undefined 2015-08-19 04:09:12 +00:00
document-all-watchpoint-covers-eliminated-compare-eq.html [JSC] Optimize more cases of something-compared-to-null/undefined 2015-08-19 04:09:12 +00:00
document-overwrite-open-expected.txt REGRESSION (174847): can't view NHK(Japan's national public broadcasting organization)’s news pages 2015-01-23 00:15:51 +00:00
document-overwrite-open.html REGRESSION (174847): can't view NHK(Japan's national public broadcasting organization)’s news pages 2015-01-23 00:15:51 +00:00
document-write-functions-cached-expected.txt Add test for fix of REGRESSION (r174985-174986): Site display disappears 2014-11-10 23:23:49 +00:00
document-write-functions-cached.html Add test for fix of REGRESSION (r174985-174986): Site display disappears 2014-11-10 23:23:49 +00:00
document-write-in-error-event-expected.txt ScriptRunner should be driven by PendingScript rather than ScriptElement 2016-09-09 05:20:17 +00:00
document-write-in-error-event.html ScriptRunner should be driven by PendingScript rather than ScriptElement 2016-09-09 05:20:17 +00:00
document-write-in-load-event-expected.txt ScriptRunner should be driven by PendingScript rather than ScriptElement 2016-09-09 05:20:17 +00:00
document-write-in-load-event.html ScriptRunner should be driven by PendingScript rather than ScriptElement 2016-09-09 05:20:17 +00:00
dom-as-prototype-assignment-exception-expected.txt Object.getOwnPropertyDescriptor() returns incomplete descriptor for instance properties 2016-02-04 21:36:04 +00:00
dom-as-prototype-assignment-exception.html Put functions need to take a base object and a this value, and perform type checks on |this| 2014-01-25 01:26:49 +00:00
dom-attribute-getter-setter-expected.txt Crash when running web-apis data collection 2020-06-07 02:54:52 +00:00
dom-attribute-getter-setter.html Crash when running web-apis data collection 2020-06-07 02:54:52 +00:00
dom-attributes-on-mismatch-type-expected.txt [WebIDL] Remove custom bindings for HTMLDocument 2017-06-17 01:19:28 +00:00
dom-attributes-on-mismatch-type.html Move properties that use custom bindings to the prototype 2016-02-01 19:42:14 +00:00
dom-getters-type-check-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
dom-getters-type-check.html Hoist DOM binding attribute getter prologue into JavaScriptCore taking advantage of DOMJIT / CheckSubClass 2017-07-27 12:35:49 +00:00
dom-properties-are-configurable-expected.txt __defineGetter__/__defineSetter__ should throw exceptions 2016-07-01 20:55:55 +00:00
dom-properties-are-configurable.html __defineGetter__/__defineSetter__ should throw exceptions 2016-07-01 20:55:55 +00:00
domjit-accessor-different-effect-expected.txt [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects 2016-10-24 23:34:32 +00:00
domjit-accessor-different-effect.html [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects 2016-10-24 23:34:32 +00:00
domjit-accessor-document-body-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
domjit-accessor-document-body.html [DOMJIT] Document#body should have DOMJIT patchpoint 2016-11-11 06:08:18 +00:00
domjit-accessor-document-element-changed-expected.txt [DOMJIT] Implement Document::documentElement 2016-10-28 21:33:30 +00:00
domjit-accessor-document-element-changed.html [DOMJIT] Implement Document::documentElement 2016-10-28 21:33:30 +00:00
domjit-accessor-document-element-expected.txt [DOMJIT] Implement Document::documentElement 2016-10-28 21:33:30 +00:00
domjit-accessor-document-element.html [DOMJIT] Implement Document::documentElement 2016-10-28 21:33:30 +00:00
domjit-accessor-effect-expected.txt [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects 2016-10-24 23:34:32 +00:00
domjit-accessor-effect-should-overlap-with-call-expected.txt [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects 2016-10-24 23:34:32 +00:00
domjit-accessor-effect-should-overlap-with-call.html [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects 2016-10-24 23:34:32 +00:00
domjit-accessor-effect.html [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects 2016-10-24 23:34:32 +00:00
domjit-accessor-licm-expected.txt [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects 2016-10-24 23:34:32 +00:00
domjit-accessor-licm.html [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-accessor-monomorphic-expected.txt [DOMJIT] Implement Node accessors in DOMJIT 2016-10-10 19:57:55 +00:00
domjit-accessor-monomorphic.html [DOMJIT] Implement Node accessors in DOMJIT 2016-10-10 19:57:55 +00:00
domjit-accessor-node-type-effect-should-not-overlap-with-call-since-pure-expected.txt [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects 2016-10-24 23:34:32 +00:00
domjit-accessor-node-type-effect-should-not-overlap-with-call-since-pure.html [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects 2016-10-24 23:34:32 +00:00
domjit-accessor-node-type-expected.txt Unreviewed, add expected file for new test after r207239 2016-10-12 23:12:52 +00:00
domjit-accessor-node-type.html [DOMJIT][JSC] Explore the way to embed nodeType into JSC::JSType in WebCore 2016-10-12 20:47:51 +00:00
domjit-accessor-owner-document-expected.txt [DOMJIT] Implement Node::ownerDocument 2016-11-09 21:33:23 +00:00
domjit-accessor-owner-document-type-check-expected.txt [JSC] The implementation of 8 bit operation in MacroAssembler should care about uint8_t / int8_t 2016-11-09 19:10:42 +00:00
domjit-accessor-owner-document-type-check.html [JSC] The implementation of 8 bit operation in MacroAssembler should care about uint8_t / int8_t 2016-11-09 19:10:42 +00:00
domjit-accessor-owner-document.html [DOMJIT] Implement Node::ownerDocument 2016-11-09 21:33:23 +00:00
domjit-accessor-polymorphic-expected.txt [DOMJIT] Implement Node accessors in DOMJIT 2016-10-10 19:57:55 +00:00
domjit-accessor-polymorphic.html [DOMJIT] Implement Node accessors in DOMJIT 2016-10-10 19:57:55 +00:00
domjit-function-effect-should-overlap-with-call-expected.txt [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-function-effect-should-overlap-with-call.html [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-function-expected.txt [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-function-get-element-by-id-changed-expected.txt [DOMJIT] Add DOMJIT::Signature annotation to Document::getElementById 2016-11-05 01:15:17 +00:00
domjit-function-get-element-by-id-changed.html [DOMJIT] Add DOMJIT::Signature annotation to Document::getElementById 2016-11-05 01:15:17 +00:00
domjit-function-get-element-by-id-expected.txt [DOMJIT] Add DOMJIT::Signature annotation to Document::getElementById 2016-11-05 01:15:17 +00:00
domjit-function-get-element-by-id-licm-expected.txt [DOMJIT] Add DOMJIT::Signature annotation to Document::getElementById 2016-11-05 01:15:17 +00:00
domjit-function-get-element-by-id-licm.html [DOMJIT] Add DOMJIT::Signature annotation to Document::getElementById 2016-11-05 01:15:17 +00:00
domjit-function-get-element-by-id.html [DOMJIT] Add DOMJIT::Signature annotation to Document::getElementById 2016-11-05 01:15:17 +00:00
domjit-function-licm-expected.txt [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-function-licm.html [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-function-type-contradiction-expected.txt [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-function-type-contradiction.html [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-function-type-failure-expected.txt [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-function-type-failure.html [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
domjit-function.html [DOMJIT] Add DOMJIT::Signature 2016-11-03 03:20:53 +00:00
encode-URI-test-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
encode-URI-test.html
end-in-string-escape-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
end-in-string-escape.html
enter-dictionary-indexing-mode-with-blank-indexing-type-expected.txt
enter-dictionary-indexing-mode-with-blank-indexing-type.html
error-object-write-and-detele-for-stack-property-expected.txt
error-object-write-and-detele-for-stack-property.html
eval-cache-scoped-lookup-expected.txt
eval-cache-scoped-lookup.html
eval-contained-syntax-error-expected.txt
eval-contained-syntax-error.html
eval-cross-window-expected.txt
eval-cross-window.html
eval-keyword-vs-function-expected.txt
eval-keyword-vs-function.html
eval-overriding-expected.txt
eval-overriding.html
exception-codegen-crash-expected.txt
exception-codegen-crash.html
exception-line-number-expected.txt window.onerror should pass the ErrorEvent's 'error' property as the 5th argument to the event handler 2016-06-14 03:28:10 +00:00
exception-line-number.html
exception-linenums-in-html-1-expected.txt
exception-linenums-in-html-1.html Source and stack information should get appended only to native errors 2015-04-07 21:34:05 +00:00
exception-linenums-in-html-2-expected.txt
exception-linenums-in-html-2.html Source and stack information should get appended only to native errors 2015-04-07 21:34:05 +00:00
exception-linenums-in-html-3-expected.txt
exception-linenums-in-html-3.html Source and stack information should get appended only to native errors 2015-04-07 21:34:05 +00:00
exception-registerfile-shrink-expected.txt
exception-registerfile-shrink.html
exception-sequencing-binops-expected.txt
exception-sequencing-binops.html
exception-sequencing-binops2-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
exception-sequencing-binops2.html
exception-sequencing-expected.txt
exception-sequencing.html Setter should have a single formal parameter, Getter no parameters 2015-03-25 04:20:30 +00:00
exception-thrown-from-equal-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
exception-thrown-from-equal.html
exception-thrown-from-eval-inside-closure-expected.txt
exception-thrown-from-eval-inside-closure.html
exception-thrown-from-function-with-lazy-activation-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
exception-thrown-from-function-with-lazy-activation.html
exception-thrown-from-new-expected.txt Improve error messages in JSC 2015-03-24 07:30:05 +00:00
exception-thrown-from-new.html
exceptions-thrown-in-callbacks-expected.txt Disable WebSQL in WebKitTestRunner 2021-04-06 09:51:51 +00:00
exceptions-thrown-in-callbacks.html Disable WebSQL in WebKitTestRunner 2021-04-06 09:51:51 +00:00
exec-state-marking-expected.txt
exec-state-marking.html
find-ignoring-case-regress-99753-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
find-ignoring-case-regress-99753.html
floating-point-truncate-rshift-expected.txt
floating-point-truncate-rshift.html
frozen-array-exception-check-expected.txt JSDOMConvertSequences should have exception checks appropriately 2020-09-11 06:41:20 +00:00
frozen-array-exception-check.html JSDOMConvertSequences should have exception checks appropriately 2020-09-11 06:41:20 +00:00
function-argument-evaluation-before-exception-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
function-argument-evaluation-before-exception.html
function-argument-evaluation-expected.txt Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom 2013-09-18 22:26:09 +00:00
function-argument-evaluation.html
function-bind-expected.txt Speed up Function.prototype.bind a bit by making it a builtin 2016-09-13 02:57:37 +00:00
function-bind.html
function-constructor-this-value-expected.txt
function-constructor-this-value.html
function-declarations-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
function-declarations.html
function-decompilation-operators-expected.txt
function-decompilation-operators.html
function-dot-arguments-and-caller-expected.txt
function-dot-arguments-and-caller.html Unreviewed, fix test for new .caller with native code caller semantics. 2017-02-10 01:55:30 +00:00
function-dot-arguments-identity-expected.txt
function-dot-arguments-identity.html
function-dot-arguments2-expected.txt
function-dot-arguments2.html
function-length-expected.txt window.open.length should be 0 2016-07-28 23:29:37 +00:00
function-length.html window.open.length should be 0 2016-07-28 23:29:37 +00:00
function-name-expected.txt Function.name and Function.length should be configurable. 2016-02-26 22:29:59 +00:00
function-name-is-in-scope-expected.txt
function-name-is-in-scope.html
function-name.html
function-names-expected.txt
function-names.html
function-prototype-expected.txt ES6: Object Literal Methods toString is missing method name 2015-03-24 20:07:26 +00:00
function-prototype.html ES6: Object Literal Methods toString is missing method name 2015-03-24 20:07:26 +00:00
function-redefinition-expected.txt
function-redefinition.html
function-removed-after-parsing-expected.txt Implement `CSS.escape` as per CSSOM 2016-08-25 02:40:55 +00:00
function-removed-after-parsing.html Implement `CSS.escape` as per CSSOM 2016-08-25 02:40:55 +00:00
garbage-collect-after-string-appends-expected.txt
get-by-pname-only-prototype-properties-expected.txt
get-by-pname-only-prototype-properties.html
getOwnPropertyDescriptor-crash-expected.txt Crash under JSObject::getOwnPropertyDescriptor() 2016-06-06 16:40:02 +00:00
getOwnPropertyDescriptor-crash.html Crash under JSObject::getOwnPropertyDescriptor() 2016-06-06 16:40:02 +00:00
getOwnPropertyDescriptor-expected.txt [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
getOwnPropertyDescriptor.html
global-constructors-deletable-expected.txt
global-constructors-deletable.html
global-function-resolve-expected.txt openDatabase should return an empty object when WebSQL is disabled 2019-06-22 05:50:02 +00:00
global-function-resolve.html
global-recursion-on-full-stack-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
global-recursion-on-full-stack.html
global-var-limit-expected.txt
global-var-limit.html
immediate-constant-instead-of-cell-expected.txt
immediate-constant-instead-of-cell.html
implicit-call-with-global-reentry-expected.txt
implicit-call-with-global-reentry.html
implicit-global-to-global-reentry-expected.txt
implicit-global-to-global-reentry.html
imul-expected.txt Math.imul gives wrong results 2014-02-21 02:01:28 +00:00
imul.html
inc-bracket-assign-subscript-expected.txt
inc-bracket-assign-subscript.html
inc-const-valueOf-expected.txt [ES6] Add support for block scope const 2015-07-19 16:57:44 +00:00
inc-const-valueOf.html
indexed-db-operations-exception-checks-expected.txt IndexedDB binding utilities miss exception checks 2020-07-28 16:15:53 +00:00
indexed-db-operations-exception-checks.html IndexedDB binding utilities miss exception checks 2020-07-28 16:15:53 +00:00
indexed-setter-on-global-object-expected.txt Window should behave like a legacy platform object without indexed setter 2021-06-08 01:10:23 +00:00
indexed-setter-on-global-object.html
inline-arguments-tear-off-expected.txt
inline-arguments-tear-off.html
instanceof-XMLHttpRequest-expected.txt
instanceof-XMLHttpRequest.html
invalid-syntax-for-function-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
invalid-syntax-for-function.html
jit-set-profiling-access-type-only-for-get-by-id-self-expected.txt
jit-set-profiling-access-type-only-for-get-by-id-self.html
js-constructors-use-correct-global-expected.txt
js-constructors-use-correct-global.html
js-correct-exception-handler-expected.txt
js-correct-exception-handler.html
lastModified-expected.txt
lastModified.html
lazy-create-arguments-from-get-by-val-expected.txt
lazy-create-arguments-from-get-by-val.html
legacy-platform-object-defineOwnProperty-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
legacy-platform-object-defineOwnProperty.html Can't use Object.defineProperty() to add an item to a DOMStringMap or Storage 2017-06-04 18:00:01 +00:00
lexical-lookup-in-function-constructor-expected.txt
lexical-lookup-in-function-constructor.html
line-column-numbers-expected.txt [JSC] Add @ in Error.stack if URL exists 2021-02-01 11:04:22 +00:00
line-column-numbers.html [JSC] Invalid AssignmentTargetType should be an early error. 2019-05-16 20:08:22 +00:00
local-storage-exception-checks-expected.txt Add some exception checks to the bindings generator 2021-02-26 01:57:19 +00:00
local-storage-exception-checks.html Add some exception checks to the bindings generator 2021-02-26 01:57:19 +00:00
maplike-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
maplike.html Add support for WebIDL set-like forEach 2019-12-13 20:49:10 +00:00
math-random-initial-values-expected.txt REGRESSION(r192855): Math.random() always produces the same first 7 decimal points the first two invocations 2016-05-17 22:52:47 +00:00
math-random-initial-values.html REGRESSION(r192855): Math.random() always produces the same first 7 decimal points the first two invocations 2016-05-17 22:52:47 +00:00
method-check-expected.txt
method-check.html
microtask-drain-should-clear-exceptions-expected.txt Should clear exception after microtask draining 2020-07-16 06:32:56 +00:00
microtask-drain-should-clear-exceptions.html Should clear exception after microtask draining 2020-07-16 06:32:56 +00:00
microtask-drain-should-use-catch-scope-expected.txt Use CatchScope in microtask execution 2020-07-21 20:35:28 +00:00
microtask-drain-should-use-catch-scope.html Use CatchScope in microtask execution 2020-07-21 20:35:28 +00:00
missing-exception-check-below-postMessage-expected.txt Fix exception check handling below postMessage(). 2020-07-24 22:56:01 +00:00
missing-exception-check-below-postMessage.html Fix exception check handling below postMessage(). 2020-07-24 22:56:01 +00:00
missing-exception-check-below-queueMicrotask-expected.txt Fix JS bindings code to DECLARE_THROW_SCOPE in the functions that can throw instead of passing a ThrowScope around. 2020-07-24 21:01:59 +00:00
missing-exception-check-below-queueMicrotask.html Fix JS bindings code to DECLARE_THROW_SCOPE in the functions that can throw instead of passing a ThrowScope around. 2020-07-24 21:01:59 +00:00
missing-exception-check-in-clone-serializer-serialize-expected.txt ASSERTION FAILED: !m_needExceptionCheck in CloneSerializer::serialize with postMessage({g:42}) 2021-04-13 14:08:32 +00:00
missing-exception-check-in-clone-serializer-serialize.html ASSERTION FAILED: !m_needExceptionCheck in CloneSerializer::serialize with postMessage({g:42}) 2021-04-13 14:08:32 +00:00
missing-exception-check-in-convertNumbers-expected.txt ASSERTION FAILED: !m_needExceptionCheck in RTCPeerConnection::CertificateParameters 2021-04-13 10:26:17 +00:00
missing-exception-check-in-convertNumbers.html ASSERTION FAILED: !m_needExceptionCheck in RTCPeerConnection::CertificateParameters 2021-04-13 10:26:17 +00:00
missing-exception-check-in-convertVariadicArguments-expected.txt Placate exception check validation below convertVariadicArguments(). 2021-04-01 00:29:13 +00:00
missing-exception-check-in-convertVariadicArguments.html Placate exception check validation below convertVariadicArguments(). 2021-04-01 00:29:13 +00:00
missing-exception-check-while-handling-onbeforeunload-expected.txt Missing exception check while handling the onbeforeunload event. 2020-09-01 02:45:08 +00:00
missing-exception-check-while-handling-onbeforeunload.html Missing exception check while handling the onbeforeunload event. 2020-09-01 02:45:08 +00:00
missing-style-end-tag-js-expected.txt
missing-style-end-tag-js.html
missing-title-end-tag-js-expected.txt
missing-title-end-tag-js.html
named-property-deleter-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
named-property-deleter.html Can't use Object.defineProperty() to add an item to a DOMStringMap or Storage 2017-06-04 18:00:01 +00:00
native-bindings-descriptors-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
native-bindings-descriptors.html Native Bindings Descriptors are Incomplete 2016-02-02 03:47:51 +00:00
native-bindings-descriptors2-expected.txt Native Bindings Descriptors are Incomplete 2016-02-02 03:47:51 +00:00
native-bindings-descriptors2.html Native Bindings Descriptors are Incomplete 2016-02-02 03:47:51 +00:00
native-bindings-descriptors3-expected.txt Native Bindings Descriptors are Incomplete 2016-02-02 03:47:51 +00:00
native-bindings-descriptors3.html Native Bindings Descriptors are Incomplete 2016-02-02 03:47:51 +00:00
native-bindings-descriptors4-expected.txt Native Bindings Descriptors are Incomplete 2016-02-02 03:47:51 +00:00
native-bindings-descriptors4.html Native Bindings Descriptors are Incomplete 2016-02-02 03:47:51 +00:00
native-bindings-descriptors5-expected.txt Native Bindings Descriptors are Incomplete 2016-02-02 03:47:51 +00:00
native-error-prototype-expected.txt ES6 spec requires that ErrorPrototype not be an Error object. 2016-03-19 18:13:42 +00:00
native-error-prototype.html
navigator-language-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
navigator-language.html Regression(r254389?) navigator.languages returns all lowercase languages for ports using CF 2021-05-06 23:01:17 +00:00
navigator-maxtouchpoints-expected.txt Regression r258148: js/dom/navigator-maxtouchpoints.html is consistently failing on windows 2020-03-11 10:48:14 +00:00
navigator-maxtouchpoints.html [Pointer Events] Expose navigator.maxTouchPoints 2019-06-04 17:45:43 +00:00
navigator-plugins-crash-expected.txt
navigator-plugins-crash.html
navigator-webdriver-expected.txt navigator.webdriver should return false if the page is not controlled by automation 2017-05-24 23:05:53 +00:00
navigator-webdriver.html navigator.webdriver should return false if the page is not controlled by automation 2017-05-24 23:05:53 +00:00
negate-overflow-expected.txt
negate-overflow.html
neq-null-crash-expected.txt
neq-null-crash.html
nested-function-scope-expected.txt
nested-function-scope.html
nested-object-gc-expected.txt
nested-object-gc.html
non-object-proto-expected.txt
non-object-proto.html
normal-character-escapes-in-string-literals-expected.txt
normal-character-escapes-in-string-literals.html
not-a-constructor-to-string-expected.txt
not-a-constructor-to-string.html
not-a-function-to-string-expected.txt
not-a-function-to-string.html
null-char-in-string-expected.txt
null-char-in-string.html
number-tofixed-expected.txt Increase NumberToStringBuffer to account for negative number 2021-05-27 21:34:06 +00:00
number-tofixed.html
number-toprecision-expected.txt toExponential, toFixed, and toPrecision should allow arguments up to 100 2019-09-26 18:17:52 +00:00
number-toprecision.html
object-extra-comma-expected.txt Improve JSC Parser error messages 2013-10-25 17:13:16 +00:00
object-extra-comma.html
object-prototype-constructor-expected.txt
object-prototype-constructor.html
object-prototype-properties-expected.txt
object-prototype-properties.html
object-prototype-toLocaleString-expected.txt test262: test262/test/built-ins/Object/prototype/toLocaleString/primitive_this_value.js 2017-04-17 02:59:40 +00:00
object-prototype-toLocaleString.html
overloaded-operation-exception-order-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
overloaded-operation-exception-order.html [WebIDL] Overloaded functions should throw this object check exception before argument check exception 2017-05-27 02:54:02 +00:00
parse-error-external-script-in-eval-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
parse-error-external-script-in-eval.html js/dom/post-message-numeric-property.html is flaky 2014-01-28 22:25:40 +00:00
parse-error-external-script-in-new-Function-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
parse-error-external-script-in-new-Function.html js/dom/post-message-numeric-property.html is flaky 2014-01-28 22:25:40 +00:00
parse-syntax-error-in-initializer-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
parse-syntax-error-in-initializer.html js/dom/post-message-numeric-property.html is flaky 2014-01-28 22:25:40 +00:00
post-inc-assign-overwrites-expected.txt
post-inc-assign-overwrites.html
post-message-numeric-property-expected.txt js/dom/post-message-numeric-property.html is flaky 2014-01-28 22:25:40 +00:00
post-message-numeric-property.html
post-message-symbol-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
post-message-symbol.html Structured cloning a Symbol should throw 2018-02-01 17:22:35 +00:00
postfix-syntax-expected.txt [JSC] Invalid AssignmentTargetType should be an early error. 2019-05-16 20:08:22 +00:00
postfix-syntax.html
prefix-syntax-expected.txt [JSC] Invalid AssignmentTargetType should be an early error. 2019-05-16 20:08:22 +00:00
prefix-syntax.html
promise-rejection-event-should-follow-webidl-promise-conversion-rule-expected.txt Handle IDLPromise<> properly 2017-05-09 12:17:21 +00:00
promise-rejection-event-should-follow-webidl-promise-conversion-rule.html Handle IDLPromise<> properly 2017-05-09 12:17:21 +00:00
promise-rejection-might-stack-overflow-expected.txt Add missing exception checks in ScriptModuleLoader and JSDOMPromiseDeferred. 2021-06-23 16:25:52 +00:00
promise-rejection-might-stack-overflow.html Add missing exception checks in ScriptModuleLoader and JSDOMPromiseDeferred. 2021-06-23 16:25:52 +00:00
promise-should-have-exception-check-on-operation-expected.txt We should have exception check after promise operation 2020-07-23 22:35:06 +00:00
promise-should-have-exception-check-on-operation.html We should have exception check after promise operation 2020-07-23 22:35:06 +00:00
promise-stack-overflow-expected.txt [JSC] Remove JSPromiseDeferred 2019-10-29 01:37:12 +00:00
promise-stack-overflow.html [JSC] Remove JSPromiseDeferred 2019-10-29 01:37:12 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-2-expected.txt REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-2.html REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-3-expected.txt
prototype-chain-caching-with-impure-get-own-property-slot-traps-3.html REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-4-expected.txt REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-4.html [WebIDL] Re-implement GetOwnPropertySlot[ByIndex] generation to more closely follow WebIDL 2017-06-12 19:50:39 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-5-expected.txt REGRESSION: 2x regression on Dromaeo DOM query tests 2013-12-16 05:56:25 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short-expected.txt Add a result file for js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short.html. 2017-06-09 19:47:07 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short.html [WebIDL] Re-implement GetOwnPropertySlot[ByIndex] generation to more closely follow WebIDL 2017-06-12 19:50:39 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-5.html [WebIDL] Re-implement GetOwnPropertySlot[ByIndex] generation to more closely follow WebIDL 2017-06-12 19:50:39 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt
prototype-chain-caching-with-impure-get-own-property-slot-traps-llint-expected.txt Baseline JIT should be concurrent 2016-06-17 04:48:47 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps-llint.html Baseline JIT should be concurrent 2016-06-17 04:48:47 +00:00
prototype-chain-caching-with-impure-get-own-property-slot-traps.html
proxy-is-not-allowed-in-global-prototype-chain-expected.txt Introduce the concept of Immutable Prototype Exotic Objects to comply with the spec. 2016-12-06 22:43:16 +00:00
proxy-is-not-allowed-in-global-prototype-chain.html Introduce the concept of Immutable Prototype Exotic Objects to comply with the spec. 2016-12-06 22:43:16 +00:00
put-direct-index-beyond-vector-length-resize-expected.txt
put-direct-index-beyond-vector-length-resize.html
put-override-should-not-use-ic-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
put-override-should-not-use-ic.html Reduce compile time and binary size cost of enabling proper CSSStyleDeclaration property access behavior 2021-04-11 17:06:47 +00:00
put-to-base-global-checked-expected.txt
put-to-base-global-checked.html
queue-microtask-window-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
queue-microtask-window.html Add self.queueMicrotask(f) on DOMWindow 2018-08-02 03:55:47 +00:00
random-array-gc-stress-expected.txt
random-array-gc-stress.html
recursion-limit-equal-expected.txt
recursion-limit-equal.html
reflect-set-onto-dom-expected.txt Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
reflect-set-onto-dom.html [ES6] Implement Reflect.set without receiver support 2016-03-11 17:28:46 +00:00
regexp-bol-expected.txt
regexp-bol-with-multiline-expected.txt
regexp-bol-with-multiline.html
regexp-bol.html
regexp-caching-expected.txt [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
regexp-caching.html [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
regexp-charclass-crash-expected.txt
regexp-charclass-crash.html
regexp-extended-characters-crash-expected.txt
regexp-extended-characters-crash.html
regexp-lastindex-expected.txt
regexp-lastindex.html
regexp-look-ahead-empty-expected.txt
regexp-look-ahead-empty.html
regexp-look-ahead-expected.txt
regexp-look-ahead.html
regexp-match-reify-before-putbyval-expected.txt
regexp-match-reify-before-putbyval.html
regexp-non-capturing-groups-expected.txt
regexp-non-capturing-groups.html
regexp-non-greedy-parentheses-expected.txt
regexp-non-greedy-parentheses.html
regexp-overflow-expected.txt
regexp-overflow.html REGRESSION (r172172): Multiple regression tests fail when primary system language is Russian 2014-10-01 17:35:59 +00:00
regexp-range-out-of-order-expected.txt JavaScript string corruption using RegExp with unicode character 2020-02-06 21:36:48 +00:00
regexp-range-out-of-order.html
regexp-ranges-and-escaped-hyphens-expected.txt
regexp-ranges-and-escaped-hyphens.html
regexp-stack-overflow-expected.txt
regexp-stack-overflow.html
regexp-test-null-string-expected.txt
regexp-test-null-string.html
regexp-unicode-handling-expected.txt
regexp-unicode-handling.html
regexp-unicode-overflow-expected.txt
regexp-unicode-overflow.html
regress-157246-expected.txt ES6 Function.name inferred from property names of literal objects can break some websites. 2016-05-04 19:23:41 +00:00
regress-157246.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
rejected-promise-creation-should-check-exception-expected.txt Add exception check for WebCore createRejectedPromiseWithTypeError 2020-07-23 20:37:39 +00:00
rejected-promise-creation-should-check-exception.html Add exception check for WebCore createRejectedPromiseWithTypeError 2020-07-23 20:37:39 +00:00
removing-Cf-characters-expected.txt
removing-Cf-characters.html
reserved-words-as-property-expected.txt test262: test262/test/language/expressions/generators/yield-as-label.js 2017-04-24 16:06:33 +00:00
reserved-words-as-property.html
same-origin-subframe-about-blank-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
same-origin-subframe-about-blank.html
scheduled-action-exception-checks-expected.txt Fixed exception check handling below ScheduledAction::executeFunctionInContext() 2020-07-25 02:09:19 +00:00
scheduled-action-exception-checks.html Fixed exception check handling below ScheduledAction::executeFunctionInContext() 2020-07-25 02:09:19 +00:00
script-line-number-expected.txt
script-line-number.html
script-start-end-locations-expected.txt Unreviewed, rolling in the rest of r237254 2018-11-18 19:10:08 +00:00
script-start-end-locations.html Add tracking of endColumn for Executables. 2013-11-19 21:55:16 +00:00
select-options-add-expected.txt Leverage new union type support for HTMLSelectElement.add() / HTMLOptionsCollection.add() 2016-10-18 23:18:20 +00:00
select-options-add.html
select-options-remove-expected.txt Drop custom bindings code for HTMLOptionsCollection.remove() 2016-08-03 02:56:05 +00:00
select-options-remove-gc-expected.txt
select-options-remove-gc.html
select-options-remove.html
sequence-in-union-iterator-access-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
sequence-in-union-iterator-access.html [WebIDL] @@iterator should only be accessed once when disambiguating a union type 2017-05-29 01:30:58 +00:00
serialization-should-have-exception-check-expected.txt Serialization should have exception checks 2020-09-11 22:43:39 +00:00
serialization-should-have-exception-check.html Serialization should have exception checks 2020-09-11 22:43:39 +00:00
setPrototypeOf-location-window-expected.txt Allow setting the prototype of cross-origin objects, as long as they don't change 2017-03-18 17:52:01 +00:00
setPrototypeOf-location-window.html Allow setting the prototype of cross-origin objects, as long as they don't change 2017-03-18 17:52:01 +00:00
setlike-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
setlike.html Add support for WebIDL set-like forEach 2019-12-13 20:49:10 +00:00
stack-at-creation-for-error-objects-expected.txt
stack-at-creation-for-error-objects.html
stack-trace-expected.txt [JSC] Add @ in Error.stack if URL exists 2021-02-01 11:04:22 +00:00
stack-trace.html Add tracking of endColumn for Executables. 2013-11-19 21:55:16 +00:00
strict-readonly-statics-expected.txt
strict-readonly-statics.html
string-anchor-expected.txt Move trivial String prototype functions to JS builtins 2017-05-06 00:33:20 +00:00
string-anchor.html Move trivial String prototype functions to JS builtins 2017-05-06 00:33:20 +00:00
string-concatenate-outofmemory-expected.txt [JSC] Make OutOfMemory error as instance of RangeError 2020-05-16 08:24:22 +00:00
string-fontcolor-expected.txt Move trivial String prototype functions to JS builtins 2017-05-06 00:33:20 +00:00
string-fontcolor.html Move trivial String prototype functions to JS builtins 2017-05-06 00:33:20 +00:00
string-fontsize-expected.txt Move trivial String prototype functions to JS builtins 2017-05-06 00:33:20 +00:00
string-fontsize.html Move trivial String prototype functions to JS builtins 2017-05-06 00:33:20 +00:00
string-link-expected.txt Move trivial String prototype functions to JS builtins 2017-05-06 00:33:20 +00:00
string-link.html Move trivial String prototype functions to JS builtins 2017-05-06 00:33:20 +00:00
string-match-expected.txt
string-match.html
string-prototype-properties-expected.txt Unreviewed, rebaseline test results according to the error message change 2017-06-01 07:27:05 +00:00
string-prototype-properties.html
string-prototype-scopes-expected.txt [JSC] Drop isEnvironmentRecord type info flag and use JSType information instead 2016-10-21 01:33:14 +00:00
string-prototype-scopes-in-workers-expected.txt [JSC] Drop isEnvironmentRecord type info flag and use JSType information instead 2016-10-21 01:33:14 +00:00
string-prototype-scopes-in-workers.html [JSC] Drop isEnvironmentRecord type info flag and use JSType information instead 2016-10-21 01:33:14 +00:00
string-prototype-scopes.html [JSC] Drop isEnvironmentRecord type info flag and use JSType information instead 2016-10-21 01:33:14 +00:00
string-replace-2-expected.txt
string-replace-2.html
string-replace-3-expected.txt
string-replace-3.html
string-replace-exception-crash-expected.txt
string-replace-exception-crash.html
string-replacement-outofmemory-expected.txt [JSC] Make OutOfMemory error as instance of RangeError 2020-05-16 08:24:22 +00:00
string-replacement-outofmemory.html
string-split-conformance-expected.txt
string-split-conformance.html
string-split-double-empty-expected.txt
string-split-double-empty.html
string-split-ignore-case-expected.txt
string-split-ignore-case.html
switch-behaviour-expected.txt
switch-behaviour.html
text-field-resize-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
text-field-resize.html
throw-exception-in-global-setter-expected.txt
throw-exception-in-global-setter.html
throw-from-array-sort-expected.txt
throw-from-array-sort.html
to-primitive-exception-in-callback-object-expected.txt [JSC] Add exception checks to JSCallbackObject 2020-09-11 06:25:04 +00:00
to-primitive-exception-in-callback-object.html [JSC] Add exception checks to JSCallbackObject 2020-09-11 06:25:04 +00:00
toInt32UInt32-expected.txt
toInt32UInt32.html
toString-and-valueOf-override-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
toString-and-valueOf-override.html
toString-dontEnum-expected.txt Location.toString() should be enumerable 2016-08-25 03:06:50 +00:00
toString-dontEnum.html Location.toString() should be enumerable 2016-08-25 03:06:50 +00:00
toString-exception-expected.txt
toString-exception.html
toString-number-expected.txt
toString-number.html
toString-overrides-expected.txt
toString-overrides.html
toString-stack-overflow-expected.txt
toString-stack-overflow.html
toString-try-else-expected.txt
toString-try-else.html
transform-stream-expected.txt Missing scope release in JSDOMBuiltinConstructorBase 2021-04-01 01:38:03 +00:00
transform-stream.html Missing scope release in JSDOMBuiltinConstructorBase 2021-04-01 01:38:03 +00:00
transition-cache-dictionary-crash-expected.txt
transition-cache-dictionary-crash.html
trivial-functions-expected.txt
trivial-functions.html
try-catch-crash-expected.txt
try-catch-crash.html
typed-array-access-expected.txt
typed-array-access.html
typed-array-set-different-types-expected.txt
typed-array-set-different-types.html
typeof-syntax-expected.txt
typeof-syntax.html
uncaught-exception-line-number-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
uncaught-exception-line-number.html
unhandled-promise-rejection-basic-expected.txt Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-basic-in-workers-expected.txt Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-basic-in-workers.html Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-basic.html Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-bindings-type-error-expected.txt RejectedPromiseTracker should produce better callstacks and avoid capturing callstacks unless there is a debugger/inspector 2017-05-01 22:24:37 +00:00
unhandled-promise-rejection-bindings-type-error-in-workers-expected.txt Unhandled Promise Rejection logging in workers should not emit ErrorEvent to host Worker object 2018-08-14 17:56:27 +00:00
unhandled-promise-rejection-bindings-type-error-in-workers.html Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-bindings-type-error.html [ Mac WK2 ] Layout Test js/dom/unhandled-promise-rejection-bindings-type-error.html is a flaky failure 2019-05-13 22:07:52 +00:00
unhandled-promise-rejection-console-no-report-expected.txt [ Mojave wk2 Release ] js/dom/unhandled-promise-rejection-console-no-report.html is flaky failing. 2020-06-12 18:53:37 +00:00
unhandled-promise-rejection-console-no-report.html [ Mojave wk2 Release ] js/dom/unhandled-promise-rejection-console-no-report.html is flaky failing. 2020-06-12 18:53:37 +00:00
unhandled-promise-rejection-console-report-expected.txt RejectedPromiseTracker should produce better callstacks and avoid capturing callstacks unless there is a debugger/inspector 2017-05-01 22:24:37 +00:00
unhandled-promise-rejection-console-report.html Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-handle-during-event-expected.txt Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-handle-during-event-in-workers-expected.txt Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-handle-during-event-in-workers.html Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-handle-during-event.html Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-handle-expected.txt Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-handle-in-handler-expected.txt Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-handle-in-handler-in-workers-expected.txt Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-handle-in-handler-in-workers.html Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-handle-in-handler.html Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-handle-in-workers-expected.txt Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-handle-in-workers.html Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-handle.html Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-order-expected.txt Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unhandled-promise-rejection-order-in-workers-expected.txt Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-order-in-workers.html Worker should support unhandled promise rejections 2018-08-14 13:04:43 +00:00
unhandled-promise-rejection-order.html Support for promise rejection events (unhandledrejection) 2017-04-28 03:33:57 +00:00
unshift-multi-expected.txt
unshift-multi.html
var-declarations-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
var-declarations-shadowing-expected.txt Safari not handling undefined global variables with same name as element Id correctly. 2018-03-09 07:12:15 +00:00
var-declarations-shadowing.html Safari not handling undefined global variables with same name as element Id correctly. 2018-03-09 07:12:15 +00:00
var-declarations.html
vardecl-preserve-arguments-expected.txt
vardecl-preserve-arguments.html
vardecl-preserve-parameters-expected.txt
vardecl-preserve-parameters.html
vardecl-preserve-vardecl-expected.txt
vardecl-preserve-vardecl.html
weak-gc-map-ensure-value-should-not-invoke-gc-expected.txt [JSC] Functor for WeakGCMap::ensureValue must not invoke GC 2021-03-23 23:34:45 +00:00
weak-gc-map-ensure-value-should-not-invoke-gc.html [JSC] Functor for WeakGCMap::ensureValue must not invoke GC 2021-03-23 23:34:45 +00:00
weakmap-gc-unobservable-dom-nodes-expected.txt WeakMap reference w/ DOM element as key does not survive long enough. 2015-05-30 00:26:43 +00:00
weakmap-gc-unobservable-dom-nodes.html WeakMap reference w/ DOM element as key does not survive long enough. 2015-05-30 00:26:43 +00:00
webassembly-memory-normal-fail-expected.txt Unreviewed, relanding r269940 2020-11-18 20:22:16 +00:00
webassembly-memory-normal-fail.html Unreviewed, relanding r269940 2020-11-18 20:22:16 +00:00
webassembly-memory-shared-basic-expected.txt Unreviewed, relanding r269940 2020-11-18 20:22:16 +00:00
webassembly-memory-shared-basic.html Unreviewed, relanding r269940 2020-11-18 20:22:16 +00:00
webassembly-memory-shared-fail-expected.txt Unreviewed, relanding r269940 2020-11-18 20:22:16 +00:00
webassembly-memory-shared-fail.html Unreviewed, relanding r269940 2020-11-18 20:22:16 +00:00
webcore-string-comparison-expected.txt
webcore-string-comparison.html
webidl-type-mapping-expected.txt [WebIDL] Assigning a value outside the float range to a 'float' attribute should throw a TypeError 2021-06-19 02:16:19 +00:00
webidl-type-mapping.html [WebIDL] Assigning a value outside the float range to a 'float' attribute should throw a TypeError 2021-06-19 02:16:19 +00:00
while-expression-value-expected.txt
while-expression-value.html
window-location-href-file-urls-expected.txt
window-location-href-file-urls.html
with-scope-gc-expected.txt
with-scope-gc.html
xhr-prototype-define-property-expected.txt XHR should keep attributes on instance 2014-06-27 17:49:25 +00:00
xhr-prototype-define-property.html XHR should keep attributes on instance 2014-06-27 17:49:25 +00:00