remove email attribute

remove spec attribute
remove assertion, section, name
This commit is contained in:
smikes 2014-11-12 13:13:04 -07:00
parent 5c5dffce8b
commit 2d62a6df1f
44 changed files with 0 additions and 86 deletions

View File

@ -3,9 +3,6 @@
/*---
es5id: 15.2.3.1_A3
name: S15.2.3.1_A3;
section: 15.2.3.1, 15.2.4;
assertion: The Object.prototype property has the attribute DontDelete;
description: Checking if deleting "Object.prototype" property fails;
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
description: Math.clz32 should return 32 if passed 0.
includes: [runTestCase.js]
---*/

View File

@ -6,7 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
description: Math.clz32 should return 31 if passed 1.
includes: [runTestCase.js]
---*/

View File

@ -6,7 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
description: Math.clz32 should return 0 if passed 2147483648
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.fround"
description: Math.fround should return Infinity if called with Infinity.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.fround"
description: Math.fround should return NaN if called with NaN.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.froun"
description: Math.fround should return 0 if called with 0.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.hypot"
description: >
Math.hypot should return Infinity if called with any argument that
is Infinity.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.hypot"
description: >
Math.hypot should return Infinity if called with any argument that
is Infinity.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.hypot"
description: >
Math.hypot should return NaN if called with any argument that is
NaN.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.hypot"
description: >
Math.hypot should return Infinity if called with any argument that
is -Infinity.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.hypot"
description: Math.hypot should return 0 if called with no arguments.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.hypot"
description: Math.hypot should return 4 if called with 3 and 2.6457513110645907.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.hypot"
description: Math.hypot should return 5 if called with 3 and 4.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.hypot"
description: Math.hypot should return 0 if called with all arguments being 0.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.hypot"
description: Math.hypot.length should return 2.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.trunc"
description: Math.trunc should return Infinity when called with Infinity.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.trunc"
description: Math.trunc should return NaN when called with NaN.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.trunc"
description: Math.trunc should return 0 if called with a value between 0 and -1.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.trunc"
description: Math.trunc should return 0 if called with a value between 0 and 1.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.trunc"
description: Math.trunc should return 4578 if called with 4578.584949
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.trunc"
description: Math.trunc should return 0 when called with 0.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger"
description: Number.isInteger should return false if called with a double.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger"
description: Number.isInteger should return false if called with Infinity.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger"
description: Number.isInteger should return false if called with NaN.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger"
description: >
Number.isInteger should return false if called with a string
(non-Number)

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger"
description: >
Number.isInteger should return false if called with a string
(non-Number)

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger"
description: Number.isInteger should return true if called with an integer.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isnan"
description: Number.IsNaN should return false if called with a boolean.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isnan"
description: Number.IsNaN should return true if called with NaN.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isnan"
description: >
Number.IsNaN should return false if called with a non-number
Object.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isnan"
description: Number.IsNaN should return false if called with a String.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.contains"
description: >
String should return false if a location is passed that is
greather than the length of the string.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.contains"
description: >
String should return false if a letter is not found in the word
starting from the passed location.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.contains"
description: String should return false if a letter is not found in the word.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.contains"
description: >
String should return true when called on 'word' and passed 'w' and
the location 0.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.contains"
description: >
String should return true when called on 'word' and passed 'w' and
with no location (defaults to 0).

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.contains"
description: String should have the property length with size of 1.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.endswith"
description: endsWith should return false when called on 'word' and passed 'r'.
includes: [runTestCase.js]
---*/

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.endswith"
description: >
endsWith should return false when called on 'word' and passed 'd',
with an endPosition of 3.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.endswith"
description: >
endsWith should return true when called on 'word' and passed 'd'
and with no endPosition (defaults to 4).

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.endswith"
description: >
endsWith should return true when called on 'word' and passed 'd'
and with an endPosition of 4.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.endswith"
description: >
endsWith should return true when called on 'word' and passed 'd'
and with an endPosition of 25.

View File

@ -6,8 +6,6 @@
/*---
author: Ryan Lewis
email: ryanhlewis@hotmail.com
spec: "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.endswith"
description: >
endsWith should return true when called on 'word' and passed 'r',
with an endPosition of 3.