From 914368530ba622ff0117cd34bec058fb0d862155 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 4 Feb 2021 19:41:06 +0000 Subject: Issue #439 - Remove web-platform tests from the tree. This removes a total of 23,936 files we would never use nor have the capacity to properly maintain or keep up-to-date. --- .../DOMException-constructor.html.ini | 8 ------- .../es-exceptions/constructor-object.html.ini | 8 ------- .../es-exceptions/constructor-object.worker.js.ini | 8 ------- .../es-exceptions/exceptions.html.ini | 26 ---------------------- 4 files changed, 50 deletions(-) delete mode 100644 testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini delete mode 100644 testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini delete mode 100644 testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini delete mode 100644 testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini (limited to 'testing/web-platform/meta/WebIDL/ecmascript-binding') diff --git a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini deleted file mode 100644 index 13fa99690..000000000 --- a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[DOMException-constructor.html] - type: testharness - [new DOMException("foo"): own-ness] - expected: FAIL - - [new DOMException("bar", "NotSupportedError"): own-ness] - expected: FAIL - diff --git a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini deleted file mode 100644 index 39e25898e..000000000 --- a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[constructor-object.html] - type: testharness - [existence and properties of DOMException] - expected: FAIL - - [existence of name and code properties on DOMException.prototype] - expected: FAIL - diff --git a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini deleted file mode 100644 index 66a75c592..000000000 --- a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini +++ /dev/null @@ -1,8 +0,0 @@ -[constructor-object.worker] - type: testharness - [existence and properties of DOMException] - expected: FAIL - - [existence of name and code properties on DOMException.prototype] - expected: FAIL - diff --git a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini deleted file mode 100644 index 1e0169e78..000000000 --- a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini +++ /dev/null @@ -1,26 +0,0 @@ -[exceptions.html] - type: testharness - [exception.hasOwnProperty("name")] - expected: FAIL - - [Object.getOwnPropertyDescriptor(exception, "name")] - expected: FAIL - - [typeof exception.message === "string"] - expected: FAIL - - [Object.getOwnPropertyDescriptor(exception, "code")] - expected: FAIL - - [In iframe: exception.hasOwnProperty("name")] - expected: FAIL - - [In iframe: Object.getOwnPropertyDescriptor(exception, "name")] - expected: FAIL - - [In iframe: typeof exception.message === "string"] - expected: FAIL - - [In iframe: Object.getOwnPropertyDescriptor(exception, "code")] - expected: FAIL - -- cgit v1.2.3