aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.11/15.11.3
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.11/15.11.3')
-rw-r--r--test/suite/ch15/15.11/15.11.3/S15.11.3.1_A1_T1.js11
-rw-r--r--test/suite/ch15/15.11/15.11.3/S15.11.3.1_A2_T1.js11
-rw-r--r--test/suite/ch15/15.11/15.11.3/S15.11.3.1_A3_T1.js11
-rw-r--r--test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js11
-rw-r--r--test/suite/ch15/15.11/15.11.3/S15.11.3_A1_T1.js15
-rw-r--r--test/suite/ch15/15.11/15.11.3/S15.11.3_A2_T1.js11
6 files changed, 28 insertions, 42 deletions
diff --git a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A1_T1.js b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A1_T1.js
index 12bfdf2b6..59c7e655f 100644
--- a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A1_T1.js
+++ b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A1_T1.js
@@ -1,12 +1,10 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * Error.prototype property has the attributes {DontDelete}
- *
- * @path ch15/15.11/15.11.3/S15.11.3.1_A1_T1.js
- * @description Checking if deleting the Error.prototype property fails
- */
+/*---
+info: Error.prototype property has the attributes {DontDelete}
+description: Checking if deleting the Error.prototype property fails
+---*/
var proto=Error.prototype;
//////////////////////////////////////////////////////////////////////////////
@@ -24,4 +22,3 @@ if(Error.prototype!==proto){
}
//
//////////////////////////////////////////////////////////////////////////////
-
diff --git a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A2_T1.js b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A2_T1.js
index a50147e8e..2e5164646 100644
--- a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A2_T1.js
+++ b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A2_T1.js
@@ -1,12 +1,10 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * Error.prototype property has the attributes {DontEnum}
- *
- * @path ch15/15.11/15.11.3/S15.11.3.1_A2_T1.js
- * @description Checking if enumerating the Error.prototype property fails
- */
+/*---
+info: Error.prototype property has the attributes {DontEnum}
+description: Checking if enumerating the Error.prototype property fails
+---*/
//////////////////////////////////////////////////////////////////////////////
//CHECK#0
@@ -39,4 +37,3 @@ if (cout !== 0) {
}
//
//////////////////////////////////////////////////////////////////////////////
-
diff --git a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A3_T1.js b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A3_T1.js
index 4229efe59..99614a20d 100644
--- a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A3_T1.js
+++ b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A3_T1.js
@@ -1,12 +1,10 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * Error.prototype property has the attributes {ReadOnly}
- *
- * @path ch15/15.11/15.11.3/S15.11.3.1_A3_T1.js
- * @description Checking if varying the Error.prototype property fails
- */
+/*---
+info: Error.prototype property has the attributes {ReadOnly}
+description: Checking if varying the Error.prototype property fails
+---*/
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
@@ -38,4 +36,3 @@ try {
}
//
//////////////////////////////////////////////////////////////////////////////
-
diff --git a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js
index 55469a992..943496050 100644
--- a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js
+++ b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js
@@ -1,12 +1,10 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * The Error has property prototype
- *
- * @path ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js
- * @description Checking Error.hasOwnProperty('prototype')
- */
+/*---
+info: The Error has property prototype
+description: Checking Error.hasOwnProperty('prototype')
+---*/
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
@@ -15,4 +13,3 @@ if (!(Error.hasOwnProperty('prototype'))) {
}
//
//////////////////////////////////////////////////////////////////////////////
-
diff --git a/test/suite/ch15/15.11/15.11.3/S15.11.3_A1_T1.js b/test/suite/ch15/15.11/15.11.3/S15.11.3_A1_T1.js
index 75e8bfd44..051001033 100644
--- a/test/suite/ch15/15.11/15.11.3/S15.11.3_A1_T1.js
+++ b/test/suite/ch15/15.11/15.11.3/S15.11.3_A1_T1.js
@@ -1,12 +1,14 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * The value of the internal [[Prototype]] property of the Error constructor is the Function prototype object(15.3.4)
- *
- * @path ch15/15.11/15.11.3/S15.11.3_A1_T1.js
- * @description Checking prototype of constructor of the newly constructed Error object
- */
+/*---
+info: >
+ The value of the internal [[Prototype]] property of the Error constructor
+ is the Function prototype object(15.3.4)
+description: >
+ Checking prototype of constructor of the newly constructed Error
+ object
+---*/
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
@@ -24,4 +26,3 @@ if(!Function.prototype.isPrototypeOf(Error.constructor)){
}
//
//////////////////////////////////////////////////////////////////////////////
-
diff --git a/test/suite/ch15/15.11/15.11.3/S15.11.3_A2_T1.js b/test/suite/ch15/15.11/15.11.3/S15.11.3_A2_T1.js
index 4cc976bfd..80a00cbf6 100644
--- a/test/suite/ch15/15.11/15.11.3/S15.11.3_A2_T1.js
+++ b/test/suite/ch15/15.11/15.11.3/S15.11.3_A2_T1.js
@@ -1,12 +1,10 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * The length property value is 1
- *
- * @path ch15/15.11/15.11.3/S15.11.3_A2_T1.js
- * @description Checking length property
- */
+/*---
+info: The length property value is 1
+description: Checking length property
+---*/
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
@@ -24,4 +22,3 @@ if(Error.constructor.length!==1){
}
//
//////////////////////////////////////////////////////////////////////////////
-