Skip to content
Snippets Groups Projects
Commit 2d62a6df authored by smikes's avatar smikes
Browse files

remove email attribute

remove spec attribute
remove assertion, section, name
parent 5c5dffce
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 38 deletions
...@@ -3,9 +3,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,7 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,7 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,7 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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.
......
...@@ -6,8 +6,6 @@ ...@@ -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.
......
...@@ -6,8 +6,6 @@ ...@@ -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.
......
...@@ -6,8 +6,6 @@ ...@@ -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.
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
...@@ -6,8 +6,6 @@ ...@@ -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]
---*/ ---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment