summaryrefslogtreecommitdiff
path: root/test/built-ins/Error
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2016-02-12 13:10:27 -0500
committerMike Pennisi <mike@mikepennisi.com>2016-02-12 13:44:18 -0500
commit071b5f03c6e7b0ab7905dab5a8322e691f6e675a (patch)
treea00c7b94cd6542f41cb78749269535d5e0cb4659 /test/built-ins/Error
parent5cb97c293b4a44ee1c31961a07663993c521fb5f (diff)
downloadqtdeclarative-testsuites-071b5f03c6e7b0ab7905dab5a8322e691f6e675a.tar.gz
Remove unused harness file
The harness file `Test262Error.js` has not contained executable code since it was introduced in this project [1]. The definition of the `Test262Error` function has consistently been located in the `sta.js` harness file which test runners are expected to inject into the test environment. Remove the file and all references to it. [1] See commit c33bf0e0439e6f6bf084c1524d7df8d2b41c515d
Diffstat (limited to 'test/built-ins/Error')
-rw-r--r--test/built-ins/Error/prototype/S15.11.4_A3.js2
-rw-r--r--test/built-ins/Error/prototype/S15.11.4_A4.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/built-ins/Error/prototype/S15.11.4_A3.js b/test/built-ins/Error/prototype/S15.11.4_A3.js
index 97973f18c..e514df09a 100644
--- a/test/built-ins/Error/prototype/S15.11.4_A3.js
+++ b/test/built-ins/Error/prototype/S15.11.4_A3.js
@@ -5,8 +5,6 @@
info: Since Error prototype object is not function it has no [[Call]] method
es5id: 15.11.4_A3
description: Checking if call of Error prototype as a function fails
-includes:
- - Test262Error.js
---*/
//////////////////////////////////////////////////////////////////////////////
diff --git a/test/built-ins/Error/prototype/S15.11.4_A4.js b/test/built-ins/Error/prototype/S15.11.4_A4.js
index 9a74e57a4..751033a83 100644
--- a/test/built-ins/Error/prototype/S15.11.4_A4.js
+++ b/test/built-ins/Error/prototype/S15.11.4_A4.js
@@ -5,8 +5,6 @@
info: Since Error prototype object is not function it has no [[Construct]] method
es5id: 15.11.4_A4
description: Checking if creating "new Error.prototype" fails
-includes:
- - Test262Error.js
---*/
//////////////////////////////////////////////////////////////////////////////