summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-06-23 11:06:32 -0400
committerRick Waldron <waldron.rick@gmail.com>2017-06-28 11:53:58 -0400
commit86209d8fd9bab90d0dd51c6dc2419bd639d18bad (patch)
tree4f74bca0033ee0e9e0a5f52472313aae8c6036a1
parent53842533b79e429dc3efca258221587c9aec06e6 (diff)
downloadqtdeclarative-testsuites-86209d8fd9bab90d0dd51c6dc2419bd639d18bad.tar.gz
Make all harness/* file names consistent; update occurrences in test
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
-rw-r--r--harness/dateConstants.js (renamed from harness/Date_constants.js)3
-rw-r--r--harness/tcoHelper.js (renamed from harness/tco-helper.js)0
-rw-r--r--test/built-ins/Date/S15.9.3.2_A1_T1.js3
-rw-r--r--test/built-ins/Date/S15.9.3.2_A2_T1.js3
-rw-r--r--test/built-ins/Date/S15.9.3.2_A3_T1.1.js3
-rw-r--r--test/built-ins/Date/S15.9.3.2_A3_T1.2.js3
-rw-r--r--test/built-ins/Promise/all/S25.4.4.1_A2.2_T1.js2
-rw-r--r--test/built-ins/Promise/all/S25.4.4.1_A7.2_T1.js2
-rw-r--r--test/built-ins/Promise/all/S25.4.4.1_A8.1_T1.js2
-rw-r--r--test/built-ins/Promise/all/S25.4.4.1_A8.2_T1.js2
-rw-r--r--test/built-ins/Promise/all/S25.4.4.1_A8.2_T2.js2
-rw-r--r--test/built-ins/Promise/prototype/then/S25.4.4_A1.1_T1.js2
-rw-r--r--test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T1.js2
-rw-r--r--test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T2.js2
-rw-r--r--test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T3.js2
-rw-r--r--test/built-ins/Promise/prototype/then/S25.4.5.3_A5.1_T1.js2
-rw-r--r--test/built-ins/Promise/prototype/then/S25.4.5.3_A5.2_T1.js2
-rw-r--r--test/built-ins/Promise/prototype/then/S25.4.5.3_A5.3_T1.js2
-rw-r--r--test/built-ins/Promise/race/S25.4.4.3_A6.1_T1.js2
-rw-r--r--test/built-ins/Promise/race/S25.4.4.3_A6.2_T1.js2
-rw-r--r--test/built-ins/Promise/race/S25.4.4.3_A7.1_T1.js2
-rw-r--r--test/built-ins/Promise/race/S25.4.4.3_A7.1_T2.js2
-rw-r--r--test/built-ins/Promise/race/S25.4.4.3_A7.1_T3.js2
-rw-r--r--test/built-ins/Promise/race/S25.4.4.3_A7.2_T1.js2
-rw-r--r--test/built-ins/Promise/resolve/S25.4.4.5_A3.1_T1.js2
-rw-r--r--test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_1.js2
-rw-r--r--test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_2.js2
-rw-r--r--test/language/expressions/call/tco-call-args.js2
-rw-r--r--test/language/expressions/call/tco-member-args.js2
-rw-r--r--test/language/expressions/comma/tco-final.js2
-rw-r--r--test/language/expressions/conditional/tco-cond.js2
-rw-r--r--test/language/expressions/conditional/tco-pos.js2
-rw-r--r--test/language/expressions/logical-and/tco-right.js2
-rw-r--r--test/language/expressions/logical-or/tco-right.js2
-rw-r--r--test/language/expressions/tagged-template/tco-call.js2
-rw-r--r--test/language/expressions/tagged-template/tco-member.js2
-rw-r--r--test/language/expressions/tco-pos.js2
-rw-r--r--test/language/statements/block/tco-stmt-list.js2
-rw-r--r--test/language/statements/block/tco-stmt.js2
-rw-r--r--test/language/statements/do-while/tco-body.js2
-rw-r--r--test/language/statements/for/tco-const-body.js2
-rw-r--r--test/language/statements/for/tco-let-body.js2
-rw-r--r--test/language/statements/for/tco-lhs-body.js2
-rw-r--r--test/language/statements/for/tco-var-body.js2
-rw-r--r--test/language/statements/if/tco-else-body.js2
-rw-r--r--test/language/statements/if/tco-if-body.js2
-rw-r--r--test/language/statements/labeled/tco.js2
-rw-r--r--test/language/statements/return/tco.js2
-rw-r--r--test/language/statements/switch/tco-case-body-dflt.js2
-rw-r--r--test/language/statements/switch/tco-case-body.js2
-rw-r--r--test/language/statements/switch/tco-dftl-body.js2
-rw-r--r--test/language/statements/try/tco-catch-finally.js2
-rw-r--r--test/language/statements/try/tco-catch.js2
-rw-r--r--test/language/statements/try/tco-finally.js2
-rw-r--r--test/language/statements/while/tco-body.js2
55 files changed, 54 insertions, 59 deletions
diff --git a/harness/Date_constants.js b/harness/dateConstants.js
index 11ce5c7e4..ebf2d75e5 100644
--- a/harness/Date_constants.js
+++ b/harness/dateConstants.js
@@ -1,5 +1,4 @@
-//Date_constants.js
-// Copyright 2009 the Sputnik authors. All rights reserved.
+// Copyright (C) 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
var date_1899_end = -2208988800001;
diff --git a/harness/tco-helper.js b/harness/tcoHelper.js
index 5e9bee225..5e9bee225 100644
--- a/harness/tco-helper.js
+++ b/harness/tcoHelper.js
diff --git a/test/built-ins/Date/S15.9.3.2_A1_T1.js b/test/built-ins/Date/S15.9.3.2_A1_T1.js
index 88066187c..d5aefcf56 100644
--- a/test/built-ins/Date/S15.9.3.2_A1_T1.js
+++ b/test/built-ins/Date/S15.9.3.2_A1_T1.js
@@ -7,8 +7,7 @@ info: >
a constructor: it initialises the newly created object
es5id: 15.9.3.2_A1_T1
description: Checking types of newly created objects and it values
-includes:
- - Date_constants.js
+includes: [dateConstants.js]
---*/
if (typeof new Date(date_1899_end) !== "object") {
diff --git a/test/built-ins/Date/S15.9.3.2_A2_T1.js b/test/built-ins/Date/S15.9.3.2_A2_T1.js
index 1312cb05f..e8d8f5756 100644
--- a/test/built-ins/Date/S15.9.3.2_A2_T1.js
+++ b/test/built-ins/Date/S15.9.3.2_A2_T1.js
@@ -8,8 +8,7 @@ info: >
initial value of Date.prototype
es5id: 15.9.3.2_A2_T1
description: Checking Date.prototype property of newly constructed objects
-includes:
- - Date_constants.js
+includes: [dateConstants.js]
---*/
var x11 = new Date(date_1899_end);
diff --git a/test/built-ins/Date/S15.9.3.2_A3_T1.1.js b/test/built-ins/Date/S15.9.3.2_A3_T1.1.js
index 2cf740fd2..2880a9153 100644
--- a/test/built-ins/Date/S15.9.3.2_A3_T1.1.js
+++ b/test/built-ins/Date/S15.9.3.2_A3_T1.1.js
@@ -7,8 +7,7 @@ info: >
is set to "Date"
es5id: 15.9.3.2_A3_T1.1
description: Test based on delete prototype.toString
-includes:
- - Date_constants.js
+includes: [dateConstants.js]
---*/
var x1 = new Date(date_1899_end);
diff --git a/test/built-ins/Date/S15.9.3.2_A3_T1.2.js b/test/built-ins/Date/S15.9.3.2_A3_T1.2.js
index a12598c7a..af0ce77d0 100644
--- a/test/built-ins/Date/S15.9.3.2_A3_T1.2.js
+++ b/test/built-ins/Date/S15.9.3.2_A3_T1.2.js
@@ -7,8 +7,7 @@ info: >
is set to "Date"
es5id: 15.9.3.2_A3_T1.2
description: Test based on overwriting prototype.toString
-includes:
- - Date_constants.js
+includes: [dateConstants.js]
---*/
Date.prototype.toString = Object.prototype.toString;
diff --git a/test/built-ins/Promise/all/S25.4.4.1_A2.2_T1.js b/test/built-ins/Promise/all/S25.4.4.1_A2.2_T1.js
index a34fb70f6..ddeea876d 100644
--- a/test/built-ins/Promise/all/S25.4.4.1_A2.2_T1.js
+++ b/test/built-ins/Promise/all/S25.4.4.1_A2.2_T1.js
@@ -5,7 +5,7 @@
info: Promise.all([]) is resolved immediately
es6id: 25.4.4.1_A2.2_T1
author: Sam Mikes
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
description: Promise.all([]) returns immediately
flags: [async]
---*/
diff --git a/test/built-ins/Promise/all/S25.4.4.1_A7.2_T1.js b/test/built-ins/Promise/all/S25.4.4.1_A7.2_T1.js
index 2ce3ad82a..acfeafc6d 100644
--- a/test/built-ins/Promise/all/S25.4.4.1_A7.2_T1.js
+++ b/test/built-ins/Promise/all/S25.4.4.1_A7.2_T1.js
@@ -8,7 +8,7 @@ info: >
es6id: S25.4.4.1_A7.2_T1
author: Sam Mikes
description: Promise.all() accepts a one-element array
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/all/S25.4.4.1_A8.1_T1.js b/test/built-ins/Promise/all/S25.4.4.1_A8.1_T1.js
index d9e9cac5a..7a6d917d0 100644
--- a/test/built-ins/Promise/all/S25.4.4.1_A8.1_T1.js
+++ b/test/built-ins/Promise/all/S25.4.4.1_A8.1_T1.js
@@ -5,7 +5,7 @@
es6id: S25.4.4.1_A8.1_T1
author: Sam Mikes
description: Promise.all([p1, p2]) resolution functions are called in predictable sequence
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/all/S25.4.4.1_A8.2_T1.js b/test/built-ins/Promise/all/S25.4.4.1_A8.2_T1.js
index e8f1320f7..8c379cd90 100644
--- a/test/built-ins/Promise/all/S25.4.4.1_A8.2_T1.js
+++ b/test/built-ins/Promise/all/S25.4.4.1_A8.2_T1.js
@@ -7,7 +7,7 @@ info: >
es6id: S25.4.4.1_A8.1_T1
author: Sam Mikes
description: Promise.all() rejects when a promise in its array rejects
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/all/S25.4.4.1_A8.2_T2.js b/test/built-ins/Promise/all/S25.4.4.1_A8.2_T2.js
index 58151d140..25b26cef7 100644
--- a/test/built-ins/Promise/all/S25.4.4.1_A8.2_T2.js
+++ b/test/built-ins/Promise/all/S25.4.4.1_A8.2_T2.js
@@ -7,7 +7,7 @@ info: >
es6id: S25.4.4.1_A8.2_T2
author: Sam Mikes
description: Promise.all() rejects when second promise in array rejects
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/prototype/then/S25.4.4_A1.1_T1.js b/test/built-ins/Promise/prototype/then/S25.4.4_A1.1_T1.js
index a1c2edcc7..33cb98813 100644
--- a/test/built-ins/Promise/prototype/then/S25.4.4_A1.1_T1.js
+++ b/test/built-ins/Promise/prototype/then/S25.4.4_A1.1_T1.js
@@ -8,7 +8,7 @@ info: >
es6id: S25.4.2.1_A3.2_T2
author: Sam Mikes
description: Promise onResolved functions are called in predictable sequence
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T1.js b/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T1.js
index 33c1f555a..18991506a 100644
--- a/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T1.js
+++ b/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T1.js
@@ -9,7 +9,7 @@ info: >
es6id: S25.4.4_A2.1_T1
author: Sam Mikes
description: Promise onResolved functions are called in predictable sequence
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T2.js b/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T2.js
index b5bf2c89e..6916e9ce6 100644
--- a/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T2.js
+++ b/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T2.js
@@ -9,7 +9,7 @@ info: >
es6id: S25.4.4_A2.1_T2
author: Sam Mikes
description: Promise onResolved functions are called in predictable sequence
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T3.js b/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T3.js
index 17992e001..c905d8a36 100644
--- a/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T3.js
+++ b/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T3.js
@@ -9,7 +9,7 @@ info: >
es6id: S25.4.4_A2.1_T3
author: Sam Mikes
description: Promise onResolved functions are called in predictable sequence
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.1_T1.js b/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.1_T1.js
index b97ae3fc9..d4fa55626 100644
--- a/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.1_T1.js
+++ b/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.1_T1.js
@@ -8,7 +8,7 @@ info: >
es6id: S25.4.5.3_A5.1_T1
author: Sam Mikes
description: Promise.prototype.then enqueues handler if pending
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.2_T1.js b/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.2_T1.js
index 92ad8b82d..38e0de93d 100644
--- a/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.2_T1.js
+++ b/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.2_T1.js
@@ -8,7 +8,7 @@ info: >
es6id: S25.4.5.3_A5.2_T1
author: Sam Mikes
description: Promise.prototype.then immediately queues handler if fulfilled
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.3_T1.js b/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.3_T1.js
index 27c65f269..c70acedba 100644
--- a/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.3_T1.js
+++ b/test/built-ins/Promise/prototype/then/S25.4.5.3_A5.3_T1.js
@@ -8,7 +8,7 @@ info: >
es6id: S25.4.5.3_A5.3_T1
author: Sam Mikes
description: Promise.prototype.then immediately queues handler if rejected
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/race/S25.4.4.3_A6.1_T1.js b/test/built-ins/Promise/race/S25.4.4.3_A6.1_T1.js
index 99c327c5c..90c46e37e 100644
--- a/test/built-ins/Promise/race/S25.4.4.3_A6.1_T1.js
+++ b/test/built-ins/Promise/race/S25.4.4.3_A6.1_T1.js
@@ -5,7 +5,7 @@
es6id: S25.4.4.3_A6.1_T1
author: Sam Mikes
description: Promise.race([1]) settles immediately
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/race/S25.4.4.3_A6.2_T1.js b/test/built-ins/Promise/race/S25.4.4.3_A6.2_T1.js
index 93468f869..b28ccdb51 100644
--- a/test/built-ins/Promise/race/S25.4.4.3_A6.2_T1.js
+++ b/test/built-ins/Promise/race/S25.4.4.3_A6.2_T1.js
@@ -5,7 +5,7 @@
es6id: S25.4.4.3_A6.2_T1
author: Sam Mikes
description: Promise.race([p1]) settles immediately
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/race/S25.4.4.3_A7.1_T1.js b/test/built-ins/Promise/race/S25.4.4.3_A7.1_T1.js
index 9f0848429..517df57b3 100644
--- a/test/built-ins/Promise/race/S25.4.4.3_A7.1_T1.js
+++ b/test/built-ins/Promise/race/S25.4.4.3_A7.1_T1.js
@@ -5,7 +5,7 @@
es6id: S25.4.4.3_A7.1_T1
author: Sam Mikes
description: Promise.race([p1, p2]) settles when first settles
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/race/S25.4.4.3_A7.1_T2.js b/test/built-ins/Promise/race/S25.4.4.3_A7.1_T2.js
index 6f4030d7d..f0f12a4e5 100644
--- a/test/built-ins/Promise/race/S25.4.4.3_A7.1_T2.js
+++ b/test/built-ins/Promise/race/S25.4.4.3_A7.1_T2.js
@@ -5,7 +5,7 @@
es6id: S25.4.4.3_A7.1_T2
author: Sam Mikes
description: Promise.race([p1, p2]) settles when first settles
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/race/S25.4.4.3_A7.1_T3.js b/test/built-ins/Promise/race/S25.4.4.3_A7.1_T3.js
index 047dd65d2..7e0f286c8 100644
--- a/test/built-ins/Promise/race/S25.4.4.3_A7.1_T3.js
+++ b/test/built-ins/Promise/race/S25.4.4.3_A7.1_T3.js
@@ -5,7 +5,7 @@
es6id: S25.4.4.3_A7.1_T3
author: Sam Mikes
description: Promise.race([p1, p2]) settles when first settles
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/race/S25.4.4.3_A7.2_T1.js b/test/built-ins/Promise/race/S25.4.4.3_A7.2_T1.js
index fbbdcf95e..3f24b602d 100644
--- a/test/built-ins/Promise/race/S25.4.4.3_A7.2_T1.js
+++ b/test/built-ins/Promise/race/S25.4.4.3_A7.2_T1.js
@@ -5,7 +5,7 @@
es6id: S25.4.4.3_A7.2_T1
author: Sam Mikes
description: Promise.race([p1, p2]) settles when first settles
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/resolve/S25.4.4.5_A3.1_T1.js b/test/built-ins/Promise/resolve/S25.4.4.5_A3.1_T1.js
index e76d00a3d..2a2994a80 100644
--- a/test/built-ins/Promise/resolve/S25.4.4.5_A3.1_T1.js
+++ b/test/built-ins/Promise/resolve/S25.4.4.5_A3.1_T1.js
@@ -7,7 +7,7 @@ info: >
es6id: S25.4.4.5_A3.1_T1
author: Sam Mikes
description: Promise.resolve delegates to foreign thenable
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_1.js b/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_1.js
index bf0f2d6d2..05e712839 100644
--- a/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_1.js
+++ b/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_1.js
@@ -7,7 +7,7 @@ info: >
es6id: S25.4.4.5
author: Sam Mikes
description: Promise.resolve delegates to foreign thenable
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_2.js b/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_2.js
index b4c0c3ec6..d12cbb2aa 100644
--- a/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_2.js
+++ b/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_2.js
@@ -7,7 +7,7 @@ info: >
es6id: S25.4.4.5
author: Sam Mikes
description: Promise.resolve delegates to foreign thenable
-includes: [PromiseHelper.js]
+includes: [promiseHelper.js]
flags: [async]
---*/
diff --git a/test/language/expressions/call/tco-call-args.js b/test/language/expressions/call/tco-call-args.js
index a522abf52..b18641651 100644
--- a/test/language/expressions/call/tco-call-args.js
+++ b/test/language/expressions/call/tco-call-args.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/expressions/call/tco-member-args.js b/test/language/expressions/call/tco-member-args.js
index 40d89c176..24b35741c 100644
--- a/test/language/expressions/call/tco-member-args.js
+++ b/test/language/expressions/call/tco-member-args.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/expressions/comma/tco-final.js b/test/language/expressions/comma/tco-final.js
index 9a892d137..395c28e12 100644
--- a/test/language/expressions/comma/tco-final.js
+++ b/test/language/expressions/comma/tco-final.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/expressions/conditional/tco-cond.js b/test/language/expressions/conditional/tco-cond.js
index cfad71245..b43251c9e 100644
--- a/test/language/expressions/conditional/tco-cond.js
+++ b/test/language/expressions/conditional/tco-cond.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/expressions/conditional/tco-pos.js b/test/language/expressions/conditional/tco-pos.js
index 8fc828a11..ea2087121 100644
--- a/test/language/expressions/conditional/tco-pos.js
+++ b/test/language/expressions/conditional/tco-pos.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/expressions/logical-and/tco-right.js b/test/language/expressions/logical-and/tco-right.js
index 6570ae03a..7f34dcfdb 100644
--- a/test/language/expressions/logical-and/tco-right.js
+++ b/test/language/expressions/logical-and/tco-right.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/expressions/logical-or/tco-right.js b/test/language/expressions/logical-or/tco-right.js
index 7e8608c5e..bd2bd1616 100644
--- a/test/language/expressions/logical-or/tco-right.js
+++ b/test/language/expressions/logical-or/tco-right.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/expressions/tagged-template/tco-call.js b/test/language/expressions/tagged-template/tco-call.js
index 05b29e227..180f47471 100644
--- a/test/language/expressions/tagged-template/tco-call.js
+++ b/test/language/expressions/tagged-template/tco-call.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
(function() {
diff --git a/test/language/expressions/tagged-template/tco-member.js b/test/language/expressions/tagged-template/tco-member.js
index 2a1d25289..ea1fbbddc 100644
--- a/test/language/expressions/tagged-template/tco-member.js
+++ b/test/language/expressions/tagged-template/tco-member.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
(function() {
diff --git a/test/language/expressions/tco-pos.js b/test/language/expressions/tco-pos.js
index 00cdb8852..83ec01155 100644
--- a/test/language/expressions/tco-pos.js
+++ b/test/language/expressions/tco-pos.js
@@ -5,7 +5,7 @@ description: Expression is a candidate for tail-call optimization.
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/block/tco-stmt-list.js b/test/language/statements/block/tco-stmt-list.js
index 8a04d86c5..cda797844 100644
--- a/test/language/statements/block/tco-stmt-list.js
+++ b/test/language/statements/block/tco-stmt-list.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/block/tco-stmt.js b/test/language/statements/block/tco-stmt.js
index a88835595..d232faf44 100644
--- a/test/language/statements/block/tco-stmt.js
+++ b/test/language/statements/block/tco-stmt.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/do-while/tco-body.js b/test/language/statements/do-while/tco-body.js
index 664a05ee5..1e55dbf57 100644
--- a/test/language/statements/do-while/tco-body.js
+++ b/test/language/statements/do-while/tco-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/for/tco-const-body.js b/test/language/statements/for/tco-const-body.js
index 238ad15a5..2cd919bd2 100644
--- a/test/language/statements/for/tco-const-body.js
+++ b/test/language/statements/for/tco-const-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/for/tco-let-body.js b/test/language/statements/for/tco-let-body.js
index 614b3f08b..5d13ee4e8 100644
--- a/test/language/statements/for/tco-let-body.js
+++ b/test/language/statements/for/tco-let-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/for/tco-lhs-body.js b/test/language/statements/for/tco-lhs-body.js
index b6a05b290..1ecdaf675 100644
--- a/test/language/statements/for/tco-lhs-body.js
+++ b/test/language/statements/for/tco-lhs-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/for/tco-var-body.js b/test/language/statements/for/tco-var-body.js
index c4c8032c9..13a115720 100644
--- a/test/language/statements/for/tco-var-body.js
+++ b/test/language/statements/for/tco-var-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/if/tco-else-body.js b/test/language/statements/if/tco-else-body.js
index 93f6573b0..ff3ee9c2d 100644
--- a/test/language/statements/if/tco-else-body.js
+++ b/test/language/statements/if/tco-else-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/if/tco-if-body.js b/test/language/statements/if/tco-if-body.js
index a1d9f9622..7ab6d054b 100644
--- a/test/language/statements/if/tco-if-body.js
+++ b/test/language/statements/if/tco-if-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/labeled/tco.js b/test/language/statements/labeled/tco.js
index 2c5ba7949..5d059a354 100644
--- a/test/language/statements/labeled/tco.js
+++ b/test/language/statements/labeled/tco.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/return/tco.js b/test/language/statements/return/tco.js
index fadaaa1df..439926f99 100644
--- a/test/language/statements/return/tco.js
+++ b/test/language/statements/return/tco.js
@@ -5,7 +5,7 @@ description: Expression within statement is a candidate for tail-call optimizati
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/switch/tco-case-body-dflt.js b/test/language/statements/switch/tco-case-body-dflt.js
index d4d51b725..449df6b84 100644
--- a/test/language/statements/switch/tco-case-body-dflt.js
+++ b/test/language/statements/switch/tco-case-body-dflt.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/switch/tco-case-body.js b/test/language/statements/switch/tco-case-body.js
index aa0a7a6e4..ee23461dd 100644
--- a/test/language/statements/switch/tco-case-body.js
+++ b/test/language/statements/switch/tco-case-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/switch/tco-dftl-body.js b/test/language/statements/switch/tco-dftl-body.js
index f7df595bf..4f1ad1a10 100644
--- a/test/language/statements/switch/tco-dftl-body.js
+++ b/test/language/statements/switch/tco-dftl-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/try/tco-catch-finally.js b/test/language/statements/try/tco-catch-finally.js
index 0bfc33f3d..31d1dc670 100644
--- a/test/language/statements/try/tco-catch-finally.js
+++ b/test/language/statements/try/tco-catch-finally.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/try/tco-catch.js b/test/language/statements/try/tco-catch.js
index ed5fe2479..7167f632f 100644
--- a/test/language/statements/try/tco-catch.js
+++ b/test/language/statements/try/tco-catch.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/try/tco-finally.js b/test/language/statements/try/tco-finally.js
index 2cc0836d8..1ee0295fa 100644
--- a/test/language/statements/try/tco-finally.js
+++ b/test/language/statements/try/tco-finally.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;
diff --git a/test/language/statements/while/tco-body.js b/test/language/statements/while/tco-body.js
index b897c8087..0168e5685 100644
--- a/test/language/statements/while/tco-body.js
+++ b/test/language/statements/while/tco-body.js
@@ -5,7 +5,7 @@ description: Statement within statement is a candidate for tail-call optimizatio
esid: static-semantics-hasproductionintailposition
flags: [onlyStrict]
features: [tail-call-optimization]
-includes: [tco-helper.js]
+includes: [tcoHelper.js]
---*/
var callCount = 0;