Skip to content
Snippets Groups Projects
Commit 4b01ef4b authored by Brian Terlson's avatar Brian Terlson
Browse files

Merge pull request #148 from bocoup/144

Update front matter to include eithe es5id or es6id where missing. Closes gh-144
parents d0753386 cda3ec74
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 8 deletions
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// copyright and this notice and otherwise comply with the Use Terms. // copyright and this notice and otherwise comply with the Use Terms.
/*--- /*---
es5id: B.2.1
description: > description: >
Object.getOwnPropertyDescriptor returns data desc for functions on Object.getOwnPropertyDescriptor returns data desc for functions on
built-ins (Global.escape) built-ins (Global.escape)
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/*--- /*---
info: Check type of various properties info: Check type of various properties
es5id: B.2.1
description: Checking properties of this object (escape) description: Checking properties of this object (escape)
---*/ ---*/
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// copyright and this notice and otherwise comply with the Use Terms. // copyright and this notice and otherwise comply with the Use Terms.
/*--- /*---
es5id: B.2.2
description: > description: >
Object.getOwnPropertyDescriptor returns data desc for functions on Object.getOwnPropertyDescriptor returns data desc for functions on
built-ins (Global.unescape) built-ins (Global.unescape)
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/*--- /*---
info: Check type of various properties info: Check type of various properties
es5id: B.2.2
description: Checking properties of this object (unescape) description: Checking properties of this object (unescape)
---*/ ---*/
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// copyright and this notice and otherwise comply with the Use Terms. // copyright and this notice and otherwise comply with the Use Terms.
/*--- /*---
es5id: B.2.3
description: > description: >
Object.getOwnPropertyDescriptor returns data desc for functions on Object.getOwnPropertyDescriptor returns data desc for functions on
built-ins (String.prototype.substr) built-ins (String.prototype.substr)
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// copyright and this notice and otherwise comply with the Use Terms. // copyright and this notice and otherwise comply with the Use Terms.
/*--- /*---
es5id: B.2.4
description: > description: >
Object.getOwnPropertyDescriptor returns data desc for functions on Object.getOwnPropertyDescriptor returns data desc for functions on
built-ins (Date.prototype.getYear) built-ins (Date.prototype.getYear)
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/*--- /*---
info: Check type of various properties info: Check type of various properties
es5id: B.2.4
description: Checking properties of the Date object (getYear) description: Checking properties of the Date object (getYear)
---*/ ---*/
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// copyright and this notice and otherwise comply with the Use Terms. // copyright and this notice and otherwise comply with the Use Terms.
/*--- /*---
es5id: B.2.5
description: > description: >
Object.getOwnPropertyDescriptor returns data desc for functions on Object.getOwnPropertyDescriptor returns data desc for functions on
built-ins (Date.prototype.setYear) built-ins (Date.prototype.setYear)
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/*--- /*---
info: Check type of various properties info: Check type of various properties
es5id: B.2.5
description: Checking properties of the Date object (setYear) description: Checking properties of the Date object (setYear)
---*/ ---*/
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// copyright and this notice and otherwise comply with the Use Terms. // copyright and this notice and otherwise comply with the Use Terms.
/*--- /*---
es5id: B.2.6
description: > description: >
Object.getOwnPropertyDescriptor returns data desc for functions on Object.getOwnPropertyDescriptor returns data desc for functions on
built-ins (Date.prototype.toGMTString) built-ins (Date.prototype.toGMTString)
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/*--- /*---
info: Check type of various properties info: Check type of various properties
es5id: B.2.6
description: Checking properties of the Date object (toGMTString) description: Checking properties of the Date object (toGMTString)
---*/ ---*/
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// copyright and this notice and otherwise comply with the Use Terms. // copyright and this notice and otherwise comply with the Use Terms.
/*--- /*---
es6id: B.2.5.1
description: > description: >
Object.getOwnPropertyDescriptor returns data desc for functions on Object.getOwnPropertyDescriptor returns data desc for functions on
built-ins (RegExp.prototype.compile) built-ins (RegExp.prototype.compile)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es5id: 22.1.2.1_T1 es6id: 22.1.2.1_T1
description: Testing Array.from when passed a String description: Testing Array.from when passed a String
author: Hank Yates (hankyates@gmail.com) author: Hank Yates (hankyates@gmail.com)
includes: [runTestCase.js] includes: [runTestCase.js]
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es5id: 22.1.2.1_T2 es6id: 22.1.2.1_T2
description: Testing Array.from when passed an Object is passed description: Testing Array.from when passed an Object is passed
author: Hank Yates (hankyates@gmail.com) author: Hank Yates (hankyates@gmail.com)
includes: [runTestCase.js] includes: [runTestCase.js]
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es5id: 22.1.2.1_T3 es6id: 22.1.2.1_T3
description: Testing Array.from when passed an undefined description: Testing Array.from when passed an undefined
author: Hank Yates (hankyates@gmail.com) author: Hank Yates (hankyates@gmail.com)
includes: [runTestCase.js] includes: [runTestCase.js]
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es5id: 22.1.2.3_T1 es6id: 22.1.2.3_T1
description: Testing Array#of when passed Strings description: Testing Array#of when passed Strings
author: Hank Yates (hankyates@gmail.com) author: Hank Yates (hankyates@gmail.com)
includes: [runTestCase.js] includes: [runTestCase.js]
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es5id: 22.1.2.3_T2 es6id: 22.1.2.3_T2
description: Testing Array#of when passed single argument description: Testing Array#of when passed single argument
author: Hank Yates (hankyates@gmail.com) author: Hank Yates (hankyates@gmail.com)
includes: [runTestCase.js] includes: [runTestCase.js]
......
// Copyright (c) 2014, Ryan Lewis All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // Copyright (c) 2014, Ryan Lewis All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
// 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. // 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
// 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. // 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
// 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. // 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/*--- /*---
es6id: 20.2.2.11
author: Ryan Lewis author: Ryan Lewis
description: Math.clz32 should return 32 if passed 0. description: Math.clz32 should return 32 if passed 0.
includes: [runTestCase.js] includes: [runTestCase.js]
......
// Copyright (c) 2014, Ryan Lewis All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // Copyright (c) 2014, Ryan Lewis All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
// 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. // 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
// 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. // 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
// 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. // 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/*--- /*---
es6id: 20.2.2.11
author: Ryan Lewis author: Ryan Lewis
description: Math.clz32 should return 31 if passed 1. description: Math.clz32 should return 31 if passed 1.
includes: [runTestCase.js] includes: [runTestCase.js]
......
// Copyright (c) 2014, Ryan Lewis All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // Copyright (c) 2014, Ryan Lewis All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
// 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. // 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
// 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. // 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
// 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. // 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/*--- /*---
es6id: 20.2.2.11
author: Ryan Lewis author: Ryan Lewis
description: Math.clz32 should return 0 if passed 2147483648 description: Math.clz32 should return 0 if passed 2147483648
includes: [runTestCase.js] includes: [runTestCase.js]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment