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 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; description: Checking if deleting "Object.prototype" property fails;
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

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

View File

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

View File

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

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.fround should return Infinity if called with Infinity.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.fround should return NaN if called with NaN.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.fround should return 0 if called with 0.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

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

View File

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

View File

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

View File

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

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.hypot should return 0 if called with no arguments.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.hypot should return 4 if called with 3 and 2.6457513110645907.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.hypot should return 5 if called with 3 and 4.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.hypot should return 0 if called with all arguments being 0.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.hypot.length should return 2.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.trunc should return Infinity when called with Infinity.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.trunc should return NaN when called with NaN.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.trunc should return 0 if called with a value between 0 and -1.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.trunc should return 0 if called with a value between 0 and 1.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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 description: Math.trunc should return 4578 if called with 4578.584949
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Math.trunc should return 0 when called with 0.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Number.isInteger should return false if called with a double.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Number.isInteger should return false if called with Infinity.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Number.isInteger should return false if called with NaN.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

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

View File

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

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Number.isInteger should return true if called with an integer.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Number.IsNaN should return false if called with a boolean.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Number.IsNaN should return true if called with NaN.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

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

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: Number.IsNaN should return false if called with a String.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

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

View File

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

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: String should return false if a letter is not found in the word.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

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

View File

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

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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. description: String should have the property length with size of 1.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

@ -6,8 +6,6 @@
/*--- /*---
author: Ryan Lewis 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'. description: endsWith should return false when called on 'word' and passed 'r'.
includes: [runTestCase.js] includes: [runTestCase.js]
---*/ ---*/

View File

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

View File

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

View File

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

View File

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

View File

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