diff --git a/test/suite/converted/07_Lexical_Conventions/7.4_Comments/S7.4_A5.js b/test/suite/converted/07_Lexical_Conventions/7.4_Comments/S7.4_A5.js
index 119d9f342cc99b4f6a157d33d7529942616fdf64..459ce84750669be1ba54738252f5f62acf07d9e2 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.4_Comments/S7.4_A5.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.4_Comments/S7.4_A5.js
@@ -10,20 +10,20 @@
  */
 
 //CHECK
-errorCount = 0;
-count = 0;
+var errorCount = 0;
+var count = 0;
 var hex = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"];
-for (i1 = 0; i1 < 16; i1++) {
-  for (i2 = 0; i2 < 16; i2++) {
-    for (i3 = 0; i3 < 16; i3++) {
-      for (i4 = 0; i4 < 16; i4++) {
-        try {    
+for (var i1 = 0; i1 < 16; i1++) {
+  for (var i2 = 0; i2 < 16; i2++) {
+    for (var i3 = 0; i3 < 16; i3++) {
+      for (var i4 = 0; i4 < 16; i4++) {
+        try {
           var uu = hex[i1] + hex[i2] + hex[i3] + hex[i4];
           var xx = String.fromCharCode("0x" + uu);
           var LineTerminators = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));
-          var yy = 0;     
-          eval("//var " + xx + "yy = -1");          
-          if (LineTerminators !== true) { 
+          var yy = 0;
+          eval("//var " + xx + "yy = -1");
+          if (LineTerminators !== true) {
             if (yy !== 0) {
               $ERROR('#' + uu + ' ');
               errorCount++;
@@ -39,12 +39,12 @@ for (i1 = 0; i1 < 16; i1++) {
           errorCount++;
         }
         count++;
-      }  
+      }
     }
   }
 }
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Unicode character in ' + count);
 }
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.4_Comments/S7.4_A6.js b/test/suite/converted/07_Lexical_Conventions/7.4_Comments/S7.4_A6.js
index 4aac94170e442af10b658f8538aaf007c34101ce..b2787e86c623aa3e0b0d8d0c0ad91a1370581b56 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.4_Comments/S7.4_A6.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.4_Comments/S7.4_A6.js
@@ -10,25 +10,25 @@
  */
 
 //CHECK
-errorCount = 0;
-count = 0;
-for (indexI = 0; indexI <= 65535; indexI++) {
+var errorCount = 0;
+var count = 0;
+for (var indexI = 0; indexI <= 65535; indexI++) {
   try {
-    var xx = 0;    
+    var xx = 0;
     eval("/*var " + String.fromCharCode(indexI) + "xx = 1*/");
     var hex = decimalToHexString(indexI);
     if (xx !== 0) {
       $ERROR('#' + hex + ' ');
       errorCount++;
-    }    
+    }
   } catch (e){
     $ERROR('#' + hex + ' ');
     errorCount++;
   }
   count++;
-}  
+}
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Unicode character in ' + count);
 }
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.1_Reserved_Words/S7.5.1_A2.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.1_Reserved_Words/S7.5.1_A2.js
index bd5945db90a4d92acb1b8324dc265d642da7120d..56c19cb741cd33c9331e97c93252963571ab80e3 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.1_Reserved_Words/S7.5.1_A2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.1_Reserved_Words/S7.5.1_A2.js
@@ -10,114 +10,113 @@
  */
 
 // a
-and = 1;
-and_eq = 1;
-as = 1;
-asm = 1; 
-assert = 1;
-auto = 1;
+var and = 1;
+var and_eq = 1;
+var as = 1;
+var asm = 1;
+var assert = 1;
+var auto = 1;
 // b
-base = 1;
-bitand = 1;
-bitor = 1;
-bool = 1;
-byvalue = 1;
+var base = 1;
+var bitand = 1;
+var bitor = 1;
+var bool = 1;
+var byvalue = 1;
 // c
-checked = 1;
-clone = 1;
-comment = 1;
-compl = 1;
-const_cast = 1;
+var checked = 1;
+var clone = 1;
+var comment = 1;
+var compl = 1;
+var const_cast = 1;
 // d
-decimal = 1;
-delegate = 1;
-dynamic_cast = 1;
+var decimal = 1;
+var delegate = 1;
+var dynamic_cast = 1;
 // e
-explicit = 1;
-extern = 1;
-equals = 1;
-event = 1;
+var explicit = 1;
+var extern = 1;
+var equals = 1;
+var event = 1;
 // f
-finalize = 1;
-fixed = 1;
-friend = 1;
-foreach = 1;
-future = 1;
+var finalize = 1;
+var fixed = 1;
+var friend = 1;
+var foreach = 1;
+var future = 1;
 // g
-getClass = 1;
-generic = 1;
+var getClass = 1;
+var generic = 1;
 // h
-hashCode = 1;
+var hashCode = 1;
 // i
-implicit = 1;
-infinity = 1;
-inline = 1;
-inner = 1;
-internal = 1;
-is = 1;
+var implicit = 1;
+var infinity = 1;
+var inline = 1;
+var inner = 1;
+var internal = 1;
+var is = 1;
 // j
 // k
 // l
-lock = 1;
+var lock = 1;
 // m
-mutable = 1;
+var mutable = 1;
 // n
-NaN = 1;
-namespace = 1;
-not = 1;
-notify = 1;
-notifyAll = 1;
-not_eq = 1;
+var namespace = 1;
+var not = 1;
+var notify = 1;
+var notifyAll = 1;
+var not_eq = 1;
 // o
-object = 1;
-operator = 1;
-or = 1;
-or_eq = 1;
-out = 1;
-outer = 1;
-override = 1;
+var object = 1;
+var operator = 1;
+var or = 1;
+var or_eq = 1;
+var out = 1;
+var outer = 1;
+var override = 1;
 // p
-params = 1;
+var params = 1;
 // q
 // r
-readonly = 1;
-reinterpret_cast = 1;
-ref = 1;
-register = 1;
+var readonly = 1;
+var reinterpret_cast = 1;
+var ref = 1;
+var register = 1;
 
 // s
-sbyte = 1;
-signed = 1;
-sizeof = 1;
-stackalloc = 1;
-static_cast = 1;
-string = 1;
-strictfp = 1;
-struct = 1;
+var sbyte = 1;
+var signed = 1;
+var sizeof = 1;
+var stackalloc = 1;
+var static_cast = 1;
+var string = 1;
+var strictfp = 1;
+var struct = 1;
 // t
-template = 1;
-toString = 1;
-typedef = 1;
-typeid = 1;
+var template = 1;
+var toString = 1;
+var typedef = 1;
+var typeid = 1;
 // u
-uint = 1;
-unchecked = 1;
-undefiend = 1;
-union = 1;
-unsafe = 1;
-unsigned = 1;
-use = 1;
-using = 1;
-ushort = 1;
+var uint = 1;
+var unchecked = 1;
+var undefiend = 1;
+var union = 1;
+var unsafe = 1;
+var unsigned = 1;
+var use = 1;
+var using = 1;
+var ushort = 1;
 // v
-valueOf = 1;
-virtual = 1;
+var valueOf = 1;
+var virtual = 1;
 // w
-wait = 1;
-wchar_t = 1;
+var wait = 1;
+var wchar_t = 1;
 // x
-xor = 1;
-xor_eq = 1;
+var xor = 1;
+var xor_eq = 1;
 // y
-// z 
+// z
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.1.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.1.js
index 3bc1827b22a55030136d003a4b7a87cf58301c7d..c2ff39fd8c4807dd16261c6eb05fb5b08add0b81 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.1.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "abstract=1" succeeds
  */
 
-abstract = 1;
+var abstract = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10.js
index e91f05ad21de9dac1f122a4e739ab6b26f1dbc50..98c8bc9e6b57c3a1a305c45fde4d51ef390dd199 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10.js
@@ -10,5 +10,5 @@
  * @negative
  */
 
-export = 1;
+var export = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11.js
index 80e231b85496dfa68a6a130dac39ff1d6a1155cf..f20f38f1a97ef9defa7b74d375a98f582ce6fa93 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11.js
@@ -10,5 +10,5 @@
  * @negative
  */
 
-extends = 1;
+var extends = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.12.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.12.js
index 4a8512ab452d2088a9101f7d48d5106398d60b6c..7f188afff64fa7af75ac2105f3ce37a3b8524572 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.12.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.12.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "final=1" succeeds
  */
 
-final = 1;
+var final = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.13.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.13.js
index 0b156c6a37c8b1b900b43538be38f70e49b7852f..7011336b1dee785b3488088365d1ac3be2f6b443 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.13.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.13.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "float=1" succeeds
  */
 
-float = 1;
+var float = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.14.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.14.js
index 1b6934ad4977884b2c7537114e3e419d1422f7e2..e8e0b36b3ef0d0a8af15f0efc89915d112787eeb 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.14.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.14.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "goto=1" succeeds
  */
 
-goto = 1;
+var goto = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
index b54627b0cd7d1d64168a0c067aed67732c41985e..716876c87414b58b2c814d343886a4c890c35087 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
@@ -7,8 +7,8 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
  * @description Checking if execution of "implements=1" fails in strict code
+ * @strict_only
  * @negative
  */
 
-"use strict";
-implements = 1;
+var implements = 1;
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
index ce7d5d62245c94ae25bdd4a83fb647483928cc5f..5a137e3224d57d9591ef99055b24ba9d093f3aa0 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
@@ -7,6 +7,8 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
  * @description Checking if execution of "implements=1" succeeds in non-strict code
+ * @non_strict_only
  */
 
-new Function('implements = 1');
+var implements = 1;
+
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16.js
index ecf01acbe66722c67278d6f2527e255789d60818..56f787db09b49686f8711e3dfad5ec2b4bc6b987 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16.js
@@ -10,5 +10,5 @@
  * @negative
  */
 
-import = 1;
+var import = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.17.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.17.js
index 4a61e4d010d74d7866780c01dd48e9173e1b6d48..9444aa861ace353275953373d5a3b62412fb27ab 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.17.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.17.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "int=1" succeeds
  */
 
-int = 1;
+var int = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
index 8c10e716cef4a7573c3d229c6e56dfd863b9e60a..0811539c89cfeacf8b142e4ff2f0703f98ead782 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
@@ -8,9 +8,10 @@
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
  * @description Checking if execution of "interface = 1" fails in
  *               strict code
+ * @strict_only
  * @negative
  */
 
-"use strict";
-interface = 1;
+
+var interface = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
index 71e64305758ea004cf54c514463047fb57e27e8b..f80a39fe63461782727723f5bd53aff918b4f72d 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
@@ -9,7 +9,8 @@
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
  * @description Checking if execution of "interface = 1" succeeds in
  * non-strict code
+ * @non_strict_only
  */
 
-new Function('interface = 1');
+var interface = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.19.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.19.js
index 832560cac8cf4e119ec529b2f4778cc2e5812414..470e6e85c7a3206985b157721d22942039f2937e 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.19.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.19.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "long=1" succeeds
  */
 
-long = 1;
+var long = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.2.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.2.js
index 52b4fdd2240a230979e52b4d825779b8afba7443..803a878617a3fdfe9146aa444ba8b62c4fb94520 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.2.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "boolean=1" succeeds
  */
 
-boolean = 1;
+var boolean = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.20.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.20.js
index 231fd7ccfe48a386b8d6418194b3161c6fb679ae..fc975e805738db8c58cde59ec8d5de5ba5df76b8 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.20.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.20.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "native=1" succeeds
  */
 
-native = 1;
+var native = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
index f9c5597aee657ef10971e9b567c27ee704b59576..b21b379ef2feb3a6c28c1c6a618d020ed972e5d9 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
@@ -7,9 +7,10 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
  * @description Checking if execution of "package=1" fails in strict code
+ * @strict_only
  * @negative
  */
 
-"use strict";
-package = 1;
+
+var package = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
index 450ad3ae4c73dc9b6a3e5bc8924a35160c023428..e6b0d5b3a0dcc6cafe33d50c113a74c7473a8ba9 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
@@ -7,7 +7,8 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
  * @description Checking if execution of "package=1" succeeds in non-strict code
+ * @non_strict_only
  */
 
-new Function('package = 1');
+var package = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
index 85a037122fef85d3821443e876ac9a54e6ed80a3..ac58a889ab0fbe36b8da25bf647527678f725fa1 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
@@ -7,9 +7,10 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
  * @description Checking if execution of "private=1" fails in strict code
+ * @strict_only
  * @negative
  */
 
-"use strict";
-private = 1;
+
+var private = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
index ddd323b507114c5b19b14eb297fa8d039508b202..a1c68d90fa49517ba9e4b3824c472ac5d23ab0f4 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
@@ -7,7 +7,8 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
  * @description Checking if execution of "private=1" succeeds in non-strict code
+ * @non_strict_only
  */
 
-new Function('private = 1');
+var private = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
index 0419c181da50eae64f5b5154ce13d55f874878e0..1723eecf5b59018febdd4c05e93d518a4575b3fe 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
@@ -8,9 +8,10 @@
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
  * @description Checking if execution of "protected=1" fails in
  * strict code
+ * @strict_only
  * @negative
  */
 
-"use strict";
-protected = 1;
+
+var protected = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
index c0c2f95b20b3b98c5e069d56e5ebc1c738fca9ba..567de26e5a3e0711bde4589661f4a2a34e51414c 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
@@ -7,7 +7,8 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
  * @description Checking if execution of "protected=1" succeeds in non-strict code
+ * @non_strict_only
  */
 
-new Function('protected = 1');
+var protected = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
index 0b4942216d9e77ddbc57468e89a2a3d4ca03c560..dedf6abab8ac69c268adf814fb6adc7b143b9e0c 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
@@ -7,9 +7,10 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
  * @description Checking if execution of "public=1" fails in strict code
+ * @strict_only
  * @negative
  */
 
-"use strict";
-public = 1;
+
+var public = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
index b326847e89867494d84a6e20920704a415464e9c..590b41208a2de74acf39bf49a0d494d018c0f677 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
@@ -7,7 +7,8 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
  * @description Checking if execution of "public=1" succeeds in non-strict code
+ * @non_strict_only
  */
 
-new Function('public = 1');
+var public = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.25.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.25.js
index 0ba42f502bbf1a3331e764dd1a2c0f33337c88a7..f5470c99d6e4cfc8643fa0817112945d04f8e99e 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.25.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.25.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "short=1" succeeds
  */
 
-short = 1;
+var short = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
index 073773abc057b9b0e422bf00e2a5465283a3e88b..fad2b4068b4117b8d65ab0e1bb7c4455406c6203 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
@@ -7,9 +7,10 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
  * @description Checking if execution of "static=1" fails in strict code
+ * @strict_only
  * @negative
  */
 
-"use strict";
-static = 1;
+
+var static = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
index ebd78d97180b41a3c786b02bb042115e9e14f35e..764f75bd53941eb3e8d9de9850b7396c4f712e6f 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
@@ -7,7 +7,8 @@
  * @section 7.5.3
  * @path 07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
  * @description Checking if execution of "static=1" succeeds in non-strict code
+ * @non_strict_only
  */
 
-new Function('static = 1');
+var static = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27.js
index c0330a1719abb50937dcf17691b65a5f0892e45d..0cb8b6b6c5db3f04e763068630d02ece833151ce 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27.js
@@ -10,5 +10,5 @@
  * @negative
  */
 
-super = 1;
+var super = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.28.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.28.js
index 8a41cc47e9dc4421dfef6dcdea9d350e669effb8..f024250d7c208c84c639cdd9f839cc6ead0f7658 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.28.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.28.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "synchronized=1" succeeds
  */
 
-synchronized = 1;
+var synchronized = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.29.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.29.js
index 2dcea03a316f184ff2c7fe6cc1ea32666152bb6e..049746ad7b6cc4fa1f6da77b8c87d5a5e1409cdd 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.29.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.29.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "throws=1" succeeds
  */
 
-throws = 1;
+var throws = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.3.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.3.js
index ee2770fb5438f75df22882cba0c4e3ab27a222ad..1d47c26a055703b571e03185d1baa3d67371c819 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.3.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.3.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "byte=1" succeeds
  */
 
-byte = 1;
+var byte = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.30.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.30.js
index b61765477ba85169ab5ccd854256c54509a037f7..379b69827c5898b99980da92742aed568a42b9cf 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.30.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.30.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "transient=1" succeeds
  */
 
-transient = 1;
+var transient = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.31.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.31.js
index aac5fc7fada41d7a61ca75dbda7736db1a33e7f3..0350faaa0295fc5d6058c829546b56db65b496e1 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.31.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.31.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "volatile=1" succeeds
  */
 
-volatile = 1;
+var volatile = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.4.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.4.js
index 1cbf9de5fee062a24cafeb83dc3ab9be2cd20203..160c4bf353def6f56d9a357203aff85dfe919071 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.4.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.4.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "char=1" succeeds
  */
 
-char = 1;
+var char = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5.js
index f7c441367d3d45552d187fd2a0c088c1ac7d1dd0..32ede3ad958aca9bbf8988477a3f5348efc79168 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5.js
@@ -10,5 +10,5 @@
  * @negative
  */
 
-class = 1;
+var class = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6.js
index db31ddeccda375ea0acefaadfe9ad9825808cf42..af1bb84ebaca0f53aa944f9374936649fd97276b 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6.js
@@ -10,5 +10,5 @@
  * @negative
  */
 
-const = 1;
+var const = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7.js
index ba1d81f0a22b4604f47531ac56e9e7c7db7e0cad..bc483f738ca93d5f803fe31ca66b6e405786e121 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7.js
@@ -10,5 +10,5 @@
  * @negative
  */
 
-debugger = 1;
+var debugger = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.8.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.8.js
index db7d19dd08c19a958e5c5349f32e81f5f077069e..8f2ad712524499ddca7343e4f070fc96d6c9de49 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.8.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.8.js
@@ -9,5 +9,5 @@
  * @description Checking if execution of "double=1" succeeds
  */
 
-double = 1;
+var double = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9.js b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9.js
index cd74246128e01945a046d61a1ea5609f9ca2a499..b12bb502b341908ca46b91aed1bdf56dc385a68e 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9.js
@@ -10,5 +10,5 @@
  * @negative
  */
 
-enum = 1;
+var enum = 1;
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T1.js
index f58428166a17b3604e2818d8724c833aaafe4f4d..578dcaadfc1a0788f5dd748b5f7194d9a03b89aa 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T1.js
@@ -10,107 +10,107 @@
  */
 
 //CHECK#A-Z
-\u0041 = 1;
+var \u0041 = 1;
 if (A !== 1) {
   $ERROR('#A');
 }
-\u0042 = 1;
+var \u0042 = 1;
 if (B !== 1) {
   $ERROR('#B');
 }
-\u0043 = 1;
+var \u0043 = 1;
 if (C !== 1) {
   $ERROR('#C');
 }
-\u0044 = 1;
+var \u0044 = 1;
 if (D !== 1) {
   $ERROR('#D');
 }
-\u0045 = 1;
+var \u0045 = 1;
 if (E !== 1) {
   $ERROR('#E');
 }
-\u0046 = 1;
+var \u0046 = 1;
 if (F !== 1) {
   $ERROR('#F');
 }
-\u0047 = 1;
+var \u0047 = 1;
 if (G !== 1) {
   $ERROR('#G');
 }
-\u0048 = 1;
+var \u0048 = 1;
 if (H !== 1) {
   $ERROR('#H');
 }
-\u0049 = 1;
+var \u0049 = 1;
 if (I !== 1) {
   $ERROR('#I');
 }
-\u004A = 1;
+var \u004A = 1;
 if (J !== 1) {
   $ERROR('#J');
 }
-\u004B = 1;
+var \u004B = 1;
 if (K !== 1) {
   $ERROR('#K');
 }
-\u004C = 1;
+var \u004C = 1;
 if (L !== 1) {
   $ERROR('#L');
 }
-\u004D = 1;
+var \u004D = 1;
 if (M !== 1) {
   $ERROR('#M');
 }
-\u004E = 1;
+var \u004E = 1;
 if (N !== 1) {
   $ERROR('#N');
 }
-\u004F = 1;
+var \u004F = 1;
 if (O !== 1) {
   $ERROR('#O');
 }
-\u0050 = 1;
+var \u0050 = 1;
 if (P !== 1) {
   $ERROR('#P');
 }
-\u0051 = 1;
+var \u0051 = 1;
 if (Q !== 1) {
   $ERROR('#Q');
 }
-\u0052 = 1;
+var \u0052 = 1;
 if (R !== 1) {
   $ERROR('#R');
 }
-\u0053 = 1;
+var \u0053 = 1;
 if (S !== 1) {
   $ERROR('#S');
 }
-\u0054 = 1;
+var \u0054 = 1;
 if (T !== 1) {
   $ERROR('#T');
 }
-\u0055 = 1;
+var \u0055 = 1;
 if (U !== 1) {
   $ERROR('#U');
 }
-\u0056 = 1;
+var \u0056 = 1;
 if (V !== 1) {
   $ERROR('#V');
 }
-\u0057 = 1;
+var \u0057 = 1;
 if (W !== 1) {
   $ERROR('#W');
 }
-\u0058 = 1;
+var \u0058 = 1;
 if (X !== 1) {
   $ERROR('#X');
 }
-\u0059 = 1;
+var \u0059 = 1;
 if (Y !== 1) {
   $ERROR('#Y');
 }
-\u005A = 1;
+var \u005A = 1;
 if (Z !== 1) {
   $ERROR('#Z');
 }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T2.js
index 7616d921f5f9d43426f1b5de343126e377dda3fc..7ffa7a17702a89e30ad85496792eaec974b40a25 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T2.js
@@ -10,107 +10,107 @@
  */
 
 //CHECK#a-z
-\u0061 = 1;
+var \u0061 = 1;
 if (a !== 1) {
   $ERROR('#a');
 }
-\u0062 = 1;
+var \u0062 = 1;
 if (b !== 1) {
   $ERROR('#b');
 }
-\u0063 = 1;
+var \u0063 = 1;
 if (c !== 1) {
   $ERROR('#c');
 }
-\u0064 = 1;
+var \u0064 = 1;
 if (d !== 1) {
   $ERROR('#d');
 }
-\u0065 = 1;
+var \u0065 = 1;
 if (e !== 1) {
   $ERROR('#e');
 }
-\u0066 = 1;
+var \u0066 = 1;
 if (f !== 1) {
   $ERROR('#f');
 }
-\u0067 = 1;
+var \u0067 = 1;
 if (g !== 1) {
   $ERROR('#g');
 }
-\u0068 = 1;
+var \u0068 = 1;
 if (h !== 1) {
   $ERROR('#h');
 }
-\u0069 = 1;
+var \u0069 = 1;
 if (i !== 1) {
   $ERROR('#i');
 }
-\u006A = 1;
+var \u006A = 1;
 if (j !== 1) {
   $ERROR('#j');
 }
-\u006B = 1;
+var \u006B = 1;
 if (k !== 1) {
   $ERROR('#k');
 }
-\u006C = 1;
+var \u006C = 1;
 if (l !== 1) {
   $ERROR('#l');
 }
-\u006D = 1;
+var \u006D = 1;
 if (m !== 1) {
   $ERROR('#m');
 }
-\u006E = 1;
+var \u006E = 1;
 if (n !== 1) {
   $ERROR('#n');
 }
-\u006F = 1;
+var \u006F = 1;
 if (o !== 1) {
   $ERROR('#o');
 }
-\u0070 = 1;
+var \u0070 = 1;
 if (p !== 1) {
   $ERROR('#p');
 }
-\u0071 = 1;
+var \u0071 = 1;
 if (q !== 1) {
   $ERROR('#q');
 }
-\u0072 = 1;
+var \u0072 = 1;
 if (r !== 1) {
   $ERROR('#r');
 }
-\u0073 = 1;
+var \u0073 = 1;
 if (s !== 1) {
   $ERROR('#s');
 }
-\u0074 = 1;
+var \u0074 = 1;
 if (t !== 1) {
   $ERROR('#t');
 }
-\u0075 = 1;
+var \u0075 = 1;
 if (u !== 1) {
   $ERROR('#u');
 }
-\u0076 = 1;
+var \u0076 = 1;
 if (v !== 1) {
   $ERROR('#v');
 }
-\u0077 = 1;
+var \u0077 = 1;
 if (w !== 1) {
   $ERROR('#w');
 }
-\u0078 = 1;
+var \u0078 = 1;
 if (x !== 1) {
   $ERROR('#x');
 }
-\u0079 = 1;
+var \u0079 = 1;
 if (y !== 1) {
   $ERROR('#y');
 }
-\u007A = 1;
+var \u007A = 1;
 if (z !== 1) {
   $ERROR('#z');
 }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T1.js
index 4d6b1cff81919d85476001971dfdb0a75f85b95e..457579f04aeefe99f92e63a839e3630f54a2a5d8 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T1.js
@@ -10,135 +10,135 @@
  */
 
 //CHECK#А-Я
-\u0410 = 1;
+var \u0410 = 1;
 if (А !== 1) {
   $ERROR('#А');
 }
-\u0411 = 1;
+var \u0411 = 1;
 if (Б !== 1) {
   $ERROR('#Б');
 }
-\u0412 = 1;
+var \u0412 = 1;
 if (Ð’ !== 1) {
   $ERROR('#Ð’');
 }
-\u0413 = 1;
+var \u0413 = 1;
 if (Г !== 1) {
   $ERROR('#Г');
 }
-\u0414 = 1;
+var \u0414 = 1;
 if (Д !== 1) {
   $ERROR('#Д');
 }
-\u0415 = 1;
+var \u0415 = 1;
 if (Е !== 1) {
   $ERROR('#Е');
 }
-\u0416 = 1;
+var \u0416 = 1;
 if (Ж !== 1) {
   $ERROR('#Ж');
 }
-\u0417 = 1;
+var \u0417 = 1;
 if (З !== 1) {
   $ERROR('#З');
 }
-\u0418 = 1;
+var \u0418 = 1;
 if (И !== 1) {
   $ERROR('#И');
 }
-\u0419 = 1;
+var \u0419 = 1;
 if (Й !== 1) {
   $ERROR('#Й');
 }
-\u041A = 1;
+var \u041A = 1;
 if (К !== 1) {
   $ERROR('#К');
 }
-\u041B = 1;
+var \u041B = 1;
 if (Л !== 1) {
   $ERROR('#Л');
 }
-\u041C = 1;
+var \u041C = 1;
 if (М !== 1) {
   $ERROR('#М');
 }
-\u041D = 1;
+var \u041D = 1;
 if (Н !== 1) {
   $ERROR('#Н');
 }
-\u041E = 1;
+var \u041E = 1;
 if (О !== 1) {
   $ERROR('#О');
 }
-\u041F = 1;
+var \u041F = 1;
 if (П !== 1) {
   $ERROR('#П');
 }
-\u0420 = 1;
+var \u0420 = 1;
 if (Р !== 1) {
   $ERROR('#Р');
 }
-\u0421 = 1;
+var \u0421 = 1;
 if (С !== 1) {
   $ERROR('#С');
 }
-\u0422 = 1;
+var \u0422 = 1;
 if (Т !== 1) {
   $ERROR('#Т');
 }
-\u0423 = 1;
+var \u0423 = 1;
 if (У !== 1) {
   $ERROR('#У');
 }
-\u0424 = 1;
+var \u0424 = 1;
 if (Ф !== 1) {
   $ERROR('#Ф');
 }
-\u0425 = 1;
+var \u0425 = 1;
 if (Ð¥ !== 1) {
   $ERROR('#Ð¥');
 }
-\u0426 = 1;
+var \u0426 = 1;
 if (Ц !== 1) {
   $ERROR('#Ц');
 }
-\u0427 = 1;
+var \u0427 = 1;
 if (Ч !== 1) {
   $ERROR('#Ч');
 }
-\u0428 = 1;
+var \u0428 = 1;
 if (Ш !== 1) {
   $ERROR('#Ш');
 }
-\u0429 = 1;
+var \u0429 = 1;
 if (Щ !== 1) {
   $ERROR('#Щ');
 }
-\u042A = 1;
+var \u042A = 1;
 if (Ъ !== 1) {
   $ERROR('#Ъ');
 }
-\u042B = 1;
+var \u042B = 1;
 if (Ы !== 1) {
   $ERROR('#Ы');
 }
-\u042C = 1;
+var \u042C = 1;
 if (Ь !== 1) {
   $ERROR('#Ь');
 }
-\u042D = 1;
+var \u042D = 1;
 if (Э !== 1) {
   $ERROR('#Э');
 }
-\u042E = 1;
+var \u042E = 1;
 if (Ю !== 1) {
   $ERROR('#Ю');
 }
-\u042F = 1;
+var \u042F = 1;
 if (Я !== 1) {
   $ERROR('#Я');
 }
-\u0401 = 1;
+var \u0401 = 1;
 if (Ё !== 1) {
   $ERROR('#Ё');
 }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T2.js
index 1f869f54b251fa03f8de02c4f83e9a6cf3d11a4c..fe4c83ba557065bcbd5dc2d0e33e4b22916393cd 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T2.js
@@ -10,135 +10,135 @@
  */
 
 //CHECK#а-я
-\u0430 = 1;
+var \u0430 = 1;
 if (а !== 1) {
   $ERROR('#а');
 }
-\u0431 = 1;
+var \u0431 = 1;
 if (б !== 1) {
   $ERROR('#б');
 }
-\u0432 = 1;
+var \u0432 = 1;
 if (в !== 1) {
   $ERROR('#в');
 }
-\u0433 = 1;
+var \u0433 = 1;
 if (г !== 1) {
   $ERROR('#г');
 }
-\u0434 = 1;
+var \u0434 = 1;
 if (д !== 1) {
   $ERROR('#д');
 }
-\u0435 = 1;
+var \u0435 = 1;
 if (е !== 1) {
   $ERROR('#е');
 }
-\u0436 = 1;
+var \u0436 = 1;
 if (ж !== 1) {
   $ERROR('#ж');
 }
-\u0437 = 1;
+var \u0437 = 1;
 if (з !== 1) {
   $ERROR('#з');
 }
-\u0438 = 1;
+var \u0438 = 1;
 if (и !== 1) {
   $ERROR('#и');
 }
-\u0439 = 1;
+var \u0439 = 1;
 if (й !== 1) {
   $ERROR('#й');
 }
-\u043A = 1;
+var \u043A = 1;
 if (к !== 1) {
   $ERROR('#к');
 }
-\u043B = 1;
+var \u043B = 1;
 if (л !== 1) {
   $ERROR('#л');
 }
-\u043C = 1;
+var \u043C = 1;
 if (м !== 1) {
   $ERROR('#м');
 }
-\u043D = 1;
+var \u043D = 1;
 if (н !== 1) {
   $ERROR('#н');
 }
-\u043E = 1;
+var \u043E = 1;
 if (о !== 1) {
   $ERROR('#о');
 }
-\u043F = 1;
+var \u043F = 1;
 if (п !== 1) {
   $ERROR('#п');
 }
-\u0440 = 1;
+var \u0440 = 1;
 if (Ñ€ !== 1) {
   $ERROR('#Ñ€');
 }
-\u0441 = 1;
+var \u0441 = 1;
 if (с !== 1) {
   $ERROR('#с');
 }
-\u0442 = 1;
+var \u0442 = 1;
 if (Ñ‚ !== 1) {
   $ERROR('#Ñ‚');
 }
-\u0443 = 1;
+var \u0443 = 1;
 if (у !== 1) {
   $ERROR('#у');
 }
-\u0444 = 1;
+var \u0444 = 1;
 if (Ñ„ !== 1) {
   $ERROR('#Ñ„');
 }
-\u0445 = 1;
+var \u0445 = 1;
 if (Ñ… !== 1) {
   $ERROR('#Ñ…');
 }
-\u0446 = 1;
+var \u0446 = 1;
 if (ц !== 1) {
   $ERROR('#ц');
 }
-\u0447 = 1;
+var \u0447 = 1;
 if (ч !== 1) {
   $ERROR('#ч');
 }
-\u0448 = 1;
+var \u0448 = 1;
 if (ш !== 1) {
   $ERROR('#ш');
 }
-\u0449 = 1;
+var \u0449 = 1;
 if (щ !== 1) {
   $ERROR('#щ');
 }
-\u044A = 1;
+var \u044A = 1;
 if (ÑŠ !== 1) {
   $ERROR('#ÑŠ');
 }
-\u044B = 1;
+var \u044B = 1;
 if (Ñ‹ !== 1) {
   $ERROR('#Ñ‹');
 }
-\u044C = 1;
+var \u044C = 1;
 if (ь !== 1) {
   $ERROR('#ь');
 }
-\u044D = 1;
+var \u044D = 1;
 if (э !== 1) {
   $ERROR('#э');
 }
-\u044E = 1;
+var \u044E = 1;
 if (ÑŽ !== 1) {
   $ERROR('#ÑŽ');
 }
-\u044F = 1;
+var \u044F = 1;
 if (я !== 1) {
   $ERROR('#я');
 }
-\u0451 = 1;
+var \u0451 = 1;
 if (Ñ‘ !== 1) {
   $ERROR('#Ñ‘');
 }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.3_T1.js b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.3_T1.js
index 52fb5c9fcfc95ecf990f17a46d69af7b5849df0b..791a16b94fd785c55abbc676a7e4cb1677348ad7 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.3_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.3_T1.js
@@ -10,43 +10,43 @@
  */
 
 //CHECK#0-9
-$\u0030 = 0;
+var $\u0030 = 0;
 if ($0 !== 0) {
   $ERROR('#0: $\\u0030 = 0; $0 === 0');
 }
-$\u0031 = 1;
+var $\u0031 = 1;
 if ($1 !== 1) {
   $ERROR('#1: $\\u0031 = 1; $1 === 1');
 }
-$\u0032 = 2;
+var $\u0032 = 2;
 if ($2 !== 2) {
   $ERROR('#2: $\\u0032 = 2; $2 === 2');
 }
-$\u0033 = 3;
+var $\u0033 = 3;
 if ($3 !== 3) {
   $ERROR('#3: $\\u0033 = 3; $3 === 3');
 }
-$\u0034 = 4;
+var $\u0034 = 4;
 if ($4 !== 4) {
   $ERROR('#4: $\\u0034 = 4; $4 === 4');
 }
-$\u0035 = 5;
+var $\u0035 = 5;
 if ($5 !== 5) {
   $ERROR('#5: $\\u0035 = 5; $5 === 5');
 }
-$\u0036 = 6;
+var $\u0036 = 6;
 if ($6 !== 6) {
   $ERROR('#6: $\\u0036 = 6; $6 === 6');
 }
-$\u0037 = 7;
+var $\u0037 = 7;
 if ($7 !== 7) {
   $ERROR('#7: $\\u0037 = 7; $7 === 7');
 }
-$\u0038 = 8;
+var $\u0038 = 8;
 if ($8 !== 8) {
   $ERROR('#8: $\\u0038 = 8; $8 === 8');
 }
-$\u0039 = 9;
+var $\u0039 = 9;
 if ($9 !== 9) {
   $ERROR('#9: $\\u0039 = 9; $9 === 9');
 }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T1.js
index 23fe4ab0a4b089084327cdf9d7e669fb37141455..16510c244597ad8246fbaa7721a5b2ca70da0eb3 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T1.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#A-Z
-unicode = ["\u0041", "\u0042", "\u0043", "\u0044", "\u0045", "\u0046", "\u0047", "\u0048", "\u0049", "\u004A", "\u004B", "\u004C", "\u004D", "\u004E", "\u004F", "\u0050", "\u0051", "\u0052", "\u0053", "\u0054", "\u0055", "\u0056", "\u0057", "\u0058", "\u0059", "\u005A"];
-character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
-for (index = 0; index <= 25; index++) {
+var unicode = ["\u0041", "\u0042", "\u0043", "\u0044", "\u0045", "\u0046", "\u0047", "\u0048", "\u0049", "\u004A", "\u004B", "\u004C", "\u004D", "\u004E", "\u004F", "\u0050", "\u0051", "\u0052", "\u0053", "\u0054", "\u0055", "\u0056", "\u0057", "\u0058", "\u0059", "\u005A"];
+var character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
+for (var index = 0; index <= 25; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T2.js
index 3893ce88dcf982621460340072a0ec17a9a421bb..7a71da11898438e7f58c3703c97c6261a4fa085f 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T2.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#a-z
-hex = ["\u0061", "\u0062", "\u0063", "\u0064", "\u0065", "\u0066", "\u0067", "\u0068", "\u0069", "\u006A", "\u006B", "\u006C", "\u006D", "\u006E", "\u006F", "\u0070", "\u0071", "\u0072", "\u0073", "\u0074", "\u0075", "\u0076", "\u0077", "\u0078", "\u0079", "\u007A"];
-character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
-for (index = 0; index <= 25; index++) {
+var hex = ["\u0061", "\u0062", "\u0063", "\u0064", "\u0065", "\u0066", "\u0067", "\u0068", "\u0069", "\u006A", "\u006B", "\u006C", "\u006D", "\u006E", "\u006F", "\u0070", "\u0071", "\u0072", "\u0073", "\u0074", "\u0075", "\u0076", "\u0077", "\u0078", "\u0079", "\u007A"];
+var character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
+for (var index = 0; index <= 25; index++) {
   if (hex[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T1.js
index 8b61c40390c36015371a6475b7521ccf888e9c58..c2299fd5d2623a2e34f951e285cfa1f53c840e26 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T1.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#А-Я
-unicode = ["\u0410", "\u0411", "\u0412", "\u0413", "\u0414", "\u0415", "\u0416", "\u0417", "\u0418", "\u0419", "\u041A", "\u041B", "\u041C", "\u041D", "\u041E", "\u041F", "\u0420", "\u0421", "\u0422", "\u0423", "\u0424", "\u0425", "\u0426", "\u0427", "\u0428", "\u0429", "\u042A", "\u042B", "\u042C", "\u042D", "\u042E", "\u042F", "\u0401"];
-character = ["А", "Б", "В", "Г", "Д", "Е", "Ж", "З", "И", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ъ", "Ы", "Ь", "Э", "Ю", "Я", "Ё"];
-for (index = 0; index <= 32; index++) {
+var unicode = ["\u0410", "\u0411", "\u0412", "\u0413", "\u0414", "\u0415", "\u0416", "\u0417", "\u0418", "\u0419", "\u041A", "\u041B", "\u041C", "\u041D", "\u041E", "\u041F", "\u0420", "\u0421", "\u0422", "\u0423", "\u0424", "\u0425", "\u0426", "\u0427", "\u0428", "\u0429", "\u042A", "\u042B", "\u042C", "\u042D", "\u042E", "\u042F", "\u0401"];
+var character = ["А", "Б", "В", "Г", "Д", "Е", "Ж", "З", "И", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ъ", "Ы", "Ь", "Э", "Ю", "Я", "Ё"];
+for (var index = 0; index <= 32; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T2.js
index 2182c15dac7a4acd43dbd55e202e90ce47c5cbb8..c9be025e320eea17737b3845a07b91bc2b98e149 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T2.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#а-я
-unicode = ["\u0430", "\u0431", "\u0432", "\u0433", "\u0434", "\u0435", "\u0436", "\u0437", "\u0438", "\u0439", "\u043A", "\u043B", "\u043C", "\u043D", "\u043E", "\u043F", "\u0440", "\u0441", "\u0442", "\u0443", "\u0444", "\u0445", "\u0446", "\u0447", "\u0448", "\u0449", "\u044A", "\u044B", "\u044C", "\u044D", "\u044E", "\u044F", "\u0451"];
-character = ["а", "б", "в", "г", "д", "е", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я", "ё"];
-for (index = 0; index <= 32; index++) {
+var unicode = ["\u0430", "\u0431", "\u0432", "\u0433", "\u0434", "\u0435", "\u0436", "\u0437", "\u0438", "\u0439", "\u043A", "\u043B", "\u043C", "\u043D", "\u043E", "\u043F", "\u0440", "\u0441", "\u0442", "\u0443", "\u0444", "\u0445", "\u0446", "\u0447", "\u0448", "\u0449", "\u044A", "\u044B", "\u044C", "\u044D", "\u044E", "\u044F", "\u0451"];
+var character = ["а", "б", "в", "г", "д", "е", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я", "ё"];
+for (var index = 0; index <= 32; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.3_T1.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.3_T1.js
index f62dea1bcf58bac4a231a76183e05eab12bd3a4f..796bdbdc33d8f7a71b9bd0060a65a1e15945d185 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.3_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.3_T1.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#0-9
-unicode = ["\u0030", "\u0031", "\u0032", "\u0033", "\u0034", "\u0035", "\u0036", "\u0037", "\u0038", "\u0039"];
-character = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
-for (index = 0; index <= 9; index++) {
+var unicode = ["\u0030", "\u0031", "\u0032", "\u0033", "\u0034", "\u0035", "\u0036", "\u0037", "\u0038", "\u0039"];
+var character = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
+for (var index = 0; index <= 9; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T1.js
index 601f59034632e46abdc859282f2ad3c8445aa272..0fd69bce2b2295ac79fbacb7a24a2750dcda8a9b 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T1.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#A-Z
-CharacterCode = [0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, 0x0048, 0x0049, 0x004A, 0x004B, 0x004C, 0x004D, 0x004E, 0x004F, 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, 0x0058, 0x0059, 0x005A];
-NonEscapeCharacter = ["\A", "\B", "\C", "\D", "\E", "\F", "\G", "\H", "\I", "\J", "\K", "\L", "\M", "\N", "\O", "\P", "\Q", "\R", "\S", "\T", "\U", "\V", "\W", "\X", "\Y", "\Z"];
-for (index = 0; index <= 25; index++) {
+var CharacterCode = [0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, 0x0048, 0x0049, 0x004A, 0x004B, 0x004C, 0x004D, 0x004E, 0x004F, 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, 0x0058, 0x0059, 0x005A];
+var NonEscapeCharacter = ["\A", "\B", "\C", "\D", "\E", "\F", "\G", "\H", "\I", "\J", "\K", "\L", "\M", "\N", "\O", "\P", "\Q", "\R", "\S", "\T", "\U", "\V", "\W", "\X", "\Y", "\Z"];
+for (var index = 0; index <= 25; index++) {
   if (String.fromCharCode(CharacterCode[index]) !== NonEscapeCharacter[index]) {
     $ERROR('#' + NonEscapeCharacter[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T3.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T3.js
index 8e3e2d6fec163eb2acb060be32f0df8ab180fce9..eafbb962118a0509290d65e759c88a20125ecef4 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T3.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T3.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#a-z without b, f, n, r, t, v, x, u
-CharacterCode = [0x0061, 0x0063, 0x0064, 0x0065, 0x0067, 0x0068, 0x0069, 0x006A, 0x006B, 0x006C, 0x006D, 0x006F, 0x0070, 0x0071, 0x0073, 0x0077, 0x0079, 0x007A];
-NonEscapeCharacter = ["\a", "\c", "\d", "\e", "\g", "\h", "\i", "\j", "\k", "\l", "\m", "\o", "\p", "\q", "\s", "\w", "\y", "\z"];
-for (index = 0; index <= 17; index++) {
+var CharacterCode = [0x0061, 0x0063, 0x0064, 0x0065, 0x0067, 0x0068, 0x0069, 0x006A, 0x006B, 0x006C, 0x006D, 0x006F, 0x0070, 0x0071, 0x0073, 0x0077, 0x0079, 0x007A];
+var NonEscapeCharacter = ["\a", "\c", "\d", "\e", "\g", "\h", "\i", "\j", "\k", "\l", "\m", "\o", "\p", "\q", "\s", "\w", "\y", "\z"];
+for (var index = 0; index <= 17; index++) {
   if (String.fromCharCode(CharacterCode[index]) !== NonEscapeCharacter[index]) {
     $ERROR('#' + NonEscapeCharacter[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T5.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T5.js
index 51a9dfde4077588169bc2e4e53e302a2368d338b..7db3bb383ab234e83dc874c2dce45efd6b54a335 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T5.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T5.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#А-Я
-CharacterCode = [0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417, 0x0418, 0x0419, 0x041A, 0x041B, 0x041C, 0x041D, 0x041E, 0x041F, 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427, 0x0428, 0x0429, 0x042A, 0x042B, 0x042C, 0x042D, 0x042E, 0x042F, 0x0401];
-NonEscapeCharacter = ["\А", "\Б", "\В", "\Г", "\Д", "\Е", "\Ж", "\З", "\И", "\Й", "\К", "\Л", "\М", "\Н", "\О", "\П", "\Р", "\С", "\Т", "\У", "\Ф", "\Х", "\Ц", "\Ч", "\Ш", "\Щ", "\Ъ", "\Ы", "\Ь", "\Э", "\Ю", "\Я", "\Ё"];
-for (index = 0; index <= 32; index++) {
+var CharacterCode = [0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417, 0x0418, 0x0419, 0x041A, 0x041B, 0x041C, 0x041D, 0x041E, 0x041F, 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427, 0x0428, 0x0429, 0x042A, 0x042B, 0x042C, 0x042D, 0x042E, 0x042F, 0x0401];
+var NonEscapeCharacter = ["\А", "\Б", "\В", "\Г", "\Д", "\Е", "\Ж", "\З", "\И", "\Й", "\К", "\Л", "\М", "\Н", "\О", "\П", "\Р", "\С", "\Т", "\У", "\Ф", "\Х", "\Ц", "\Ч", "\Ш", "\Щ", "\Ъ", "\Ы", "\Ь", "\Э", "\Ю", "\Я", "\Ё"];
+for (var index = 0; index <= 32; index++) {
   if (String.fromCharCode(CharacterCode[index]) !== NonEscapeCharacter[index]) {
     $ERROR('#' + NonEscapeCharacter[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T7.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T7.js
index 5efa7b42cf026f37a7490469daed4cf7ec4d66fc..9fc99dc1e01c5f7e11efc6f338bfc30422c68c28 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T7.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T7.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#а-я
-CharacterCode = [0x0430, 0x0431, 0x0432, 0x0433, 0x0434, 0x0435, 0x0436, 0x0437, 0x0438, 0x0439, 0x043A, 0x043B, 0x043C, 0x043D, 0x043E, 0x043F, 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446, 0x0447, 0x0448, 0x0449, 0x044A, 0x044B, 0x044C, 0x044D, 0x044E, 0x044F, 0x0451];
-NonEscapeCharacter = ["\а", "\б", "\в", "\г", "\д", "\е", "\ж", "\з", "\и", "\й", "\к", "\л", "\м", "\н", "\о", "\п", "\р", "\с", "\т", "\у", "\ф", "\х", "\ц", "\ч", "\ш", "\щ", "\ъ", "\ы", "\ь", "\э", "\ю", "\я", "\ё"];
-for (index = 0; index <= 32; index++) {
+var CharacterCode = [0x0430, 0x0431, 0x0432, 0x0433, 0x0434, 0x0435, 0x0436, 0x0437, 0x0438, 0x0439, 0x043A, 0x043B, 0x043C, 0x043D, 0x043E, 0x043F, 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446, 0x0447, 0x0448, 0x0449, 0x044A, 0x044B, 0x044C, 0x044D, 0x044E, 0x044F, 0x0451];
+var NonEscapeCharacter = ["\а", "\б", "\в", "\г", "\д", "\е", "\ж", "\з", "\и", "\й", "\к", "\л", "\м", "\н", "\о", "\п", "\р", "\с", "\т", "\у", "\ф", "\х", "\ц", "\ч", "\ш", "\щ", "\ъ", "\ы", "\ь", "\э", "\ю", "\я", "\ё"];
+for (var index = 0; index <= 32; index++) {
   if (String.fromCharCode(CharacterCode[index]) !== NonEscapeCharacter[index]) {
     $ERROR('#' + NonEscapeCharacter[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T7.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T7.js
index 31275764963d772d4b459971a31cc2afac878063..86d32d2c67d97f541b60e25523397fba2ec40bd3 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T7.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T7.js
@@ -11,27 +11,27 @@
 
 //CHECK#bfnrtv
 if ("b" === "\b") {
-  $ERROR('#b')
+  $ERROR('#b');
 }
 
 if ("f" === "\f") {
-  $ERROR('#f')
+  $ERROR('#f');
 }
 
 if ("n" === "\n") {
-  $ERROR('#n')
+  $ERROR('#n');
 }
 
 if ("r" === "\r") {
-  $ERROR('#r')
+  $ERROR('#r');
 }
 
 if ("t" === "\t") {
-  $ERROR('#t')
+  $ERROR('#t');
 }
 
 if ("v" === "\v") {
-  $ERROR('#v')
+  $ERROR('#v');
 }
 
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T2.js
index 124fdbdea5f9ebab45d04a8f34595c5902acba17..c78bdc2ac082a6e79880a5e6f645ac9e88505075 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T2.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#A-Z
-hex = ["\x41", "\x42", "\x43", "\x44", "\x45", "\x46", "\x47", "\x48", "\x49", "\x4A", "\x4B", "\x4C", "\x4D", "\x4E", "\x4F", "\x50", "\x51", "\x52", "\x53", "\x54", "\x55", "\x56", "\x57", "\x58", "\x59", "\x5A"];
-character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
-for (index = 0; index <= 25; index++) {
+var hex = ["\x41", "\x42", "\x43", "\x44", "\x45", "\x46", "\x47", "\x48", "\x49", "\x4A", "\x4B", "\x4C", "\x4D", "\x4E", "\x4F", "\x50", "\x51", "\x52", "\x53", "\x54", "\x55", "\x56", "\x57", "\x58", "\x59", "\x5A"];
+var character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
+for (var index = 0; index <= 25; index++) {
   if (hex[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T3.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T3.js
index 149aa19674a7f1f74c0f1cfbf55044b07f52cbdf..dc6af9dab306cecd037a9d655ceae1abada2068b 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T3.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T3.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#a-z
-hex = ["\x61", "\x62", "\x63", "\x64", "\x65", "\x66", "\x67", "\x68", "\x69", "\x6A", "\x6B", "\x6C", "\x6D", "\x6E", "\x6F", "\x70", "\x71", "\x72", "\x73", "\x74", "\x75", "\x76", "\x77", "\x78", "\x79", "\x7A"];
-character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
-for (index = 0; index <= 25; index++) {
+var hex = ["\x61", "\x62", "\x63", "\x64", "\x65", "\x66", "\x67", "\x68", "\x69", "\x6A", "\x6B", "\x6C", "\x6D", "\x6E", "\x6F", "\x70", "\x71", "\x72", "\x73", "\x74", "\x75", "\x76", "\x77", "\x78", "\x79", "\x7A"];
+var character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
+for (var index = 0; index <= 25; index++) {
   if (hex[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T2.js
index 3325e8c5ff6d077de0c883dd43b3e991e5eb55d1..2257ff27d21a7a9281756005f9c13bbefe42f08f 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T2.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#A-Z
-unicode = ["\u0041", "\u0042", "\u0043", "\u0044", "\u0045", "\u0046", "\u0047", "\u0048", "\u0049", "\u004A", "\u004B", "\u004C", "\u004D", "\u004E", "\u004F", "\u0050", "\u0051", "\u0052", "\u0053", "\u0054", "\u0055", "\u0056", "\u0057", "\u0058", "\u0059", "\u005A"];
-character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
-for (index = 0; index <= 25; index++) {
+var unicode = ["\u0041", "\u0042", "\u0043", "\u0044", "\u0045", "\u0046", "\u0047", "\u0048", "\u0049", "\u004A", "\u004B", "\u004C", "\u004D", "\u004E", "\u004F", "\u0050", "\u0051", "\u0052", "\u0053", "\u0054", "\u0055", "\u0056", "\u0057", "\u0058", "\u0059", "\u005A"];
+var character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
+for (var index = 0; index <= 25; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T3.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T3.js
index d61237af9de8823c7285c1e448cede931f11e5dc..1c73826ce20cbe5e68fc604f66e0a9294e1bf02f 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T3.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T3.js
@@ -10,9 +10,9 @@
  */
 
 //CHECK#a-z
-unicode = ["\u0061", "\u0062", "\u0063", "\u0064", "\u0065", "\u0066", "\u0067", "\u0068", "\u0069", "\u006A", "\u006B", "\u006C", "\u006D", "\u006E", "\u006F", "\u0070", "\u0071", "\u0072", "\u0073", "\u0074", "\u0075", "\u0076", "\u0077", "\u0078", "\u0079", "\u007A"];
-character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
-for (index = 0; index <= 25; index++) {
+var unicode = ["\u0061", "\u0062", "\u0063", "\u0064", "\u0065", "\u0066", "\u0067", "\u0068", "\u0069", "\u006A", "\u006B", "\u006C", "\u006D", "\u006E", "\u006F", "\u0070", "\u0071", "\u0072", "\u0073", "\u0074", "\u0075", "\u0076", "\u0077", "\u0078", "\u0079", "\u007A"];
+var character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
+for (var index = 0; index <= 25; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.js
index 8488e96bffb2f9ef51735f1cb4991bcf295b0d79..514b97de48658ccc9979609af56e34306cd4ff32 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.js
@@ -11,46 +11,46 @@
  */
 
 //CHECK
-errorCount = 0;
-count = 0;
+var errorCount = 0;
+var count = 0;
 var hex = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"];
-for (i1 = 0; i1 < 16; i1++) {
-  for (i2 = 0; i2 < 16; i2++) {
-    for (i3 = 0; i3 < 16; i3++) {
-      for (i4 = 0; i4 < 16; i4++) {
-        try {    
+for (var i1 = 0; i1 < 16; i1++) {
+  for (var i2 = 0; i2 < 16; i2++) {
+    for (var i3 = 0; i3 < 16; i3++) {
+      for (var i4 = 0; i4 < 16; i4++) {
+        try {
           var uu = hex[i1] + hex[i2] + hex[i3] + hex[i4];
-	      var Elimination = 
-          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") || 
-           (uu === "003F") || (uu === "0028") || (uu === "0029") || 
+	      var Elimination =
+          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") ||
+           (uu === "003F") || (uu === "0028") || (uu === "0029") ||
            (uu === "005B") || (uu === "005D") || (uu === "007B") || (uu === "007D"));
-           /* 
+           /*
                 * \u002A     / \u002F     \ \u005C     + \u002B
                 ? \u003F     ( \u0028     ) \u0029
-                [ \u005B     ] \u005D     { \u007B     } \u007D          
+                [ \u005B     ] \u005D     { \u007B     } \u007D
            */
-          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));                      
-          if ((Elimination || LineTerminator ) === false) {              
-            var xx = String.fromCharCode("0x" + uu);          
-            var pattern = eval("/" + xx + "/");  
+          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));
+          if ((Elimination || LineTerminator ) === false) {
+            var xx = String.fromCharCode("0x" + uu);
+            var pattern = eval("/" + xx + "/");
             if (pattern.source !== xx) {
               $ERROR('#' + uu + ' ');
               errorCount++;
-            }  
+            }
           } else {
             count--;
-          }                     
-        } catch (e) {         
+          }
+        } catch (e) {
           $ERROR('#' + uu + ' ');
           errorCount++;
         }
         count++;
-      }  
+      }
     }
   }
 }
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Regular Expression First Char in ' + count);
-} 
+}
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.js
index 9516fd5bf473f43f349c2f0e59f6c070d1d60eaf..606ba57581db1dd790d5231d9c3e3a31bd70f22c 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.js
@@ -11,47 +11,47 @@
  */
 
 //CHECK
-errorCount = 0;
-count = 0;
+var errorCount = 0;
+var count = 0;
 var hex = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"];
-for (i1 = 0; i1 < 16; i1++) {
-  for (i2 = 0; i2 < 16; i2++) {
-    for (i3 = 0; i3 < 16; i3++) {
-      for (i4 = 0; i4 < 16; i4++) {
-        try {               
+for (var i1 = 0; i1 < 16; i1++) {
+  for (var i2 = 0; i2 < 16; i2++) {
+    for (var i3 = 0; i3 < 16; i3++) {
+      for (var i4 = 0; i4 < 16; i4++) {
+        try {
           var uu = hex[i1] + hex[i2] + hex[i3] + hex[i4];
-	      var Elimination = 
-          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") || 
-           (uu === "003F") || (uu === "0028") || (uu === "0029") || 
+	      var Elimination =
+          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") ||
+           (uu === "003F") || (uu === "0028") || (uu === "0029") ||
            (uu === "005B") || (uu === "005D") || (uu === "007B") || (uu === "007D"));
-           /* 
+           /*
                 * \u002A     / \u002F     \ \u005C     + \u002B
                 ? \u003F     ( \u0028     ) \u0029
-                [ \u005B     ] \u005D     { \u007B     } \u007D          
+                [ \u005B     ] \u005D     { \u007B     } \u007D
            */
-          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));                      
-          if ((Elimination || LineTerminator ) === false) {                       
-            var xx = "nnnn" + String.fromCharCode("0x" + uu);                  
-            var pattern = eval("/" + xx + "/");  
+          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));
+          if ((Elimination || LineTerminator ) === false) {
+            var xx = "nnnn" + String.fromCharCode("0x" + uu);
+            var pattern = eval("/" + xx + "/");
             if (pattern.source !== xx) {
               $ERROR('#' + uu + ' ');
               errorCount++;
-            }                   
-      
+            }
+
           } else {
             count--;
-          }                     
-        } catch (e) {         
+          }
+        } catch (e) {
           $ERROR('#' + uu + ' ');
           errorCount++;
         }
         count++;
-      }  
+      }
     }
   }
 }
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Regular Expression First Char in ' + count);
-} 
+}
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.js b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.js
index 8d907e7999bf265888e9345d2e97899906d198a9..84a5b8df97e1c9c0c87473738cf97e8e3947c807 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.js
@@ -11,46 +11,46 @@
  */
 
 //CHECK
-errorCount = 0;
-count = 0;
+var errorCount = 0;
+var count = 0;
 var hex = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"];
-for (i1 = 0; i1 < 16; i1++) {
-  for (i2 = 0; i2 < 16; i2++) {
-    for (i3 = 0; i3 < 16; i3++) {
-      for (i4 = 0; i4 < 16; i4++) {
-        try {    
+for (var i1 = 0; i1 < 16; i1++) {
+  for (var i2 = 0; i2 < 16; i2++) {
+    for (var i3 = 0; i3 < 16; i3++) {
+      for (var i4 = 0; i4 < 16; i4++) {
+        try {
           var uu = hex[i1] + hex[i2] + hex[i3] + hex[i4];
-	      var Elimination = 
-          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") || 
-           (uu === "003F") || (uu === "0028") || (uu === "0029") || 
+	      var Elimination =
+          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") ||
+           (uu === "003F") || (uu === "0028") || (uu === "0029") ||
            (uu === "005B") || (uu === "005D") || (uu === "007B") || (uu === "007D"));
-           /* 
+           /*
                 * \u002A     / \u002F     \ \u005C     + \u002B
                 ? \u003F     ( \u0028     ) \u0029
-                [ \u005B     ] \u005D     { \u007B     } \u007D          
+                [ \u005B     ] \u005D     { \u007B     } \u007D
            */
-          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));                      
-          if ((Elimination || LineTerminator ) === false) {              
-            var xx = "a\\" + String.fromCharCode("0x" + uu);          
-            var pattern = eval("/" + xx + "/");  
+          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));
+          if ((Elimination || LineTerminator ) === false) {
+            var xx = "a\\" + String.fromCharCode("0x" + uu);
+            var pattern = eval("/" + xx + "/");
             if (pattern.source !== xx) {
               $ERROR('#' + uu + ' ');
               errorCount++;
-            }                   
+            }
           } else {
             count--;
-          }                     
-        } catch (e) {         
+          }
+        } catch (e) {
           $ERROR('#' + uu + ' ');
           errorCount++;
         }
         count++;
-      }  
+      }
     }
   }
 }
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Regular Expression First Char in ' + count);
-} 
+}
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js
index 51bde070b2351b35648c700da92408197b012f2f..165a48b08eb7b3be0a79abc72ab13b6678fa847e 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js
@@ -10,7 +10,7 @@
  */
 
 //CHECK#1
-x = 0;
+var x = 0;
 if (false) x = 1
 if (x !== 0) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js
index c4796e08e28d089f1f52f8a8b39b8eb9c3f8d23a..4cb97182a5b61bc53cbbec4cff066a92a5c0f7da 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js
@@ -10,7 +10,7 @@
  */
 
 //CHECK#1
-x = 0;
+var x = 0;
 if (false) {x = 1} else {x = -1}
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js
index ac1b7f02915a85b30b8656f33d6d2e884a9ba0cc..c0c2929247489d1ddfe2bc255b112dbcaa40a24f 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js
@@ -10,8 +10,8 @@
  */
 
 //CHECK#1
-x = 0;
-if (false) {{x = 1};} 
+var x = 0;
+if (false) {{x = 1};}
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js
index c9ebc81c6c632fae2f2cde4b974d32c403d1b1b6..2f5e5e24af6bb88f696dea54e3c1a22e96a127c6 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js
@@ -10,8 +10,8 @@
  */
 
 //CHECK#1
-x = 0;
-if (false) 
+var x = 0;
+if (false)
 x = 1
 if (x !== 0) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js
index d12ab81fece249204b8d4714f09b862726b7ea37..489fae1932d34d87ffd4a584e04226446ea49e3b 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js
@@ -10,8 +10,8 @@
  */
 
 //CHECK#1
-x = 0;
-if (false); 
+var x = 0;
+if (false);
 x = 1
 if (x !== 1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js
index 2d1d03c011ff81c08f2717f9204f5b21ca10edbe..3dc6342fe5d9a16131d9ecae5570226493e2b5e1 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js
@@ -11,6 +11,6 @@
  */
 
 //CHECK#1
-x = 0;
+var x = 0;
 if (false) x = 1 else x = -1
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js
index 9ce571113d053055cc1d8f3e2db5476ec330eefb..deb8f43f2a6d7e667b69b6c5d6a403d4b4955dd4 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js
@@ -10,7 +10,7 @@
  */
 
 //CHECK#1
-x = 0;
+var x = 0;
 if (false) x = 1; else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js
index 5cec1f1fae4bbf461d256715294a6ab1de132657..795bbe7e9f38eca977df497ce96bdaddef9de68d 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js
@@ -10,8 +10,8 @@
  */
 
 //CHECK#1
-x = 0;
-if (false) x = 1 
+var x = 0;
+if (false) x = 1
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js
index e95e124c2eb14fe9e40ceef7b602dafdc64399a6..e6b80f220ff57bc0ed81c319a5df50e4b9cbea78 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js
@@ -10,8 +10,8 @@
  */
 
 //CHECK#1
-x = 0;
-if (false) x = 1; 
+var x = 0;
+if (false) x = 1;
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js
index 4ba43c89ecece52e56778f0f3238b5f4ef10d5dd..51437fd2d8ad16034e3b2ebd29b587e4d7fa4991 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js
@@ -11,8 +11,8 @@
  */
 
 //CHECK#1
-x = 0;
-if (false) {x = 1}; 
+var x = 0;
+if (false) {x = 1};
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js
index e4d6ea5a87368fce2e3871364db24d906ccfb153..8da854608b397f7ea99d03b42969db72db135cd4 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js
@@ -10,8 +10,8 @@
  */
 
 //CHECK#1
-x = 0;
-if (false) {x = 1} 
+var x = 0;
+if (false) {x = 1}
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js
index b7168bf68e6ef70ee084168cf98db6d9ac565534..7589b2b13149df3e3694f37b5da12b6cc3323824 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js
@@ -12,7 +12,7 @@
  */
 
 var x=0, y=0;
-z=
+var z=
 x
 ++
 ++
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js
index 764c1196da070c09171689facacff2c5fb7b7edc..bfa10c11ece0a033272805bb101b9565904461d1 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js
@@ -11,9 +11,9 @@
  */
 
 var x=0, y=0;
-z=
+var z=
 x
-+ 
++
 ++
 y
 
diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js
index 4ad6e2d073f81a46f2ab062d062765d1cf014629..adbd103e15cde3bf89610bef3e540f07108fcee4 100644
--- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js
+++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js
@@ -11,9 +11,9 @@
  */
 
 var x=1, y=1;
-z=
+var z=
 x
-+ 
++
 +
 +
 y
diff --git a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js
index 1049ecb8ad60e5525b73594200ff5c583b37d671..8f258783a1a2d3d3f0a5fbe69f6e1213ab03c228 100644
--- a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js
+++ b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js
@@ -11,7 +11,7 @@
 
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
-x = null;
+var x = null;
 //
 //////////////////////////////////////////////////////////////////////////////
 
diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A9.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A9.js
index 927d40efa84c34e80d6999764e7cca7be230be36..fe9eee1c4697293561e0ae9b29113bf788e81092 100644
--- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A9.js
+++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A9.js
@@ -8,7 +8,7 @@
  * @path 08_Types/8.5_The_Number_Type/S8.5_A9.js
  * @description Try alter globally defined variable NaN
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 Number.NaN = 1;
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js
index 466bd654654d4d3d6c2192d554b48e886378a38a..441b97cb7ea92db5753bd8fe9cebe7162812e67f 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js
@@ -8,7 +8,7 @@
  * @path 08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js
  * @description Try change Math.E property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 var __e = Math.E;
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js
index 3218ce26ab6637cdf5b4a689e74ac70d772e3664..64b15ee0b54dd82702907702c6baada73d21d0ea 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js
@@ -8,7 +8,7 @@
  * @path 08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js
  * @description Try to delete Number.NaN
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //////////////////////////////////////////////////////////////////////////////
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js
index 79fdd7029bf2fa85827282a69785f98908683cf5..f68570441256e614c87269a62369ee37b553247f 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js
@@ -8,7 +8,7 @@
  * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js
  * @description Try put other value for Math.E property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 var __e = Math.E;
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js
index 585c947e19aa5210e6ce5a15185235bc45840016..d1638c2cc3bab058248fe67556733ab0a7d8a7a0 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js
@@ -9,7 +9,7 @@
  * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js
  * @description Try to delete Math.E, that has the DontDelete attribute
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //////////////////////////////////////////////////////////////////////////////
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js
index 418383380ee066e1cf5250cc89a613c2da8ec2ad..579232e6b547956e3b9a05abab6c044ace60412b 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js
@@ -8,11 +8,9 @@
  * @section 8.6.2, 15.2.4
  * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js
  * @description Check visibility properties of the child object for the purposes of get access, but not for put access
- * @strict_only
- * @strict_mode_negative
  */
 
-//Establish foo object 
+//Establish foo object
 function FooObj(){};
 FooObj.prototype.prop="some";
 
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js
index 28801d9442299f83c4a35f2a8c7866512d2fcad7..db12bdf631b42935eb2cdf1343a8274ee3db5f9b 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js
@@ -12,7 +12,7 @@
 
 this.count=0;
 
-screen = {touch:function(){count++}};
+var screen = {touch:function(){count++}};
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
 screen.touch();
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js
index ed26826d0ea11dcc425d8625760ede3d3e86ed88..20712a429b8e64f86f336c47161bd63a96088bfa 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js
@@ -11,7 +11,7 @@
  */
 
 this.position=0;
-seat = {};
+var seat = {};
 seat['move']=function(){position++};
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js
index fae2e25535639d677cdbd51dca5f3b5fd558a7a6..752295c968fa308af630717552f972b870a269e1 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js
@@ -10,8 +10,8 @@
  *  as knock=function(){count++}
  */
 
-count=0;
-knock=function(){count++};
+var count=0;
+var knock=function(){count++};
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
 knock();
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js
index 14eb3bc2bfd56e610fc5fee9adad4a680838b704..7c88c5e237f4bbdf2e0749d2d508e461eacce0f2 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js
@@ -10,7 +10,7 @@
  *  as this['beep']=function(){__count++}
  */
 
-__count=0;
+var __count=0;
 
 this["beep"]=function(){__count++};
 //////////////////////////////////////////////////////////////////////////////
diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js
index 36c82d0b9598c0b28c3d2835e296d11287818a2c..76c4e75bf25fed2225382a4bbf6c711f08661203 100644
--- a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js
+++ b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js
@@ -11,9 +11,9 @@
 
 ///////////////////////////////////////////////////////
 // CHECK#1
-obj = {bar:true, some:1, foo:"a"};
+var obj = {bar:true, some:1, foo:"a"};
 
-count=0;
+var count=0;
 
 for (property in obj)	count++;
 
@@ -25,7 +25,7 @@ if (count !== 3){
 
 ///////////////////////////////////////////////////////
 // CHECK#2
-obj_ = {bar:true};
+var obj_ = {bar:true};
 obj_.some = 1;
 obj_.foo = "a";
 
@@ -41,7 +41,7 @@ if (count !== 3){
 
 ///////////////////////////////////////////////////////
 // CHECK#3
-obj__ = new Object();
+var obj__ = new Object();
 obj__.bar = true;
 obj__.some = 1;
 obj__.foo = "a";
diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js
index fc34243fdc9694975c812154e594be9709a796d1..f425c24fe32e2aef4f08e2980b3cf8c6499c20c6 100644
--- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js
+++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js
@@ -7,6 +7,7 @@
  * @section 8.7.1
  * @path 08_Types/8.7_The_Reference_Type/S8.7.1_A2.js
  * @description Try to delete y, where y is var y=1
+ * @non_strict_only
  */
 
 var y = 1;
diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js
index 29864a163bedd6ce5c25404755e22a0320a402d2..9e79e782c952bc40ca3e37fdc8a3a28979df6740 100644
--- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js
+++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js
@@ -8,7 +8,7 @@
  * @path 08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js
  * @description Delete referenced object, var __ref = obj
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //////////////////////////////////////////////////////////////////////////////
diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js
index af869d96d84b1eb6a9871e138fb07b092e330919..20ba76822b2080b2683eff3d609e05bfdbd8759f 100644
--- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js
+++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js
@@ -8,7 +8,7 @@
  * @path 08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js
  * @description Delete referenced object, __ref = obj
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //////////////////////////////////////////////////////////////////////////////
diff --git a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A1.js b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A1.js
index 64bd9ed06ba1a96d1bfec823ce3f75d1413d696a..a8e43db082bb1e2ea4ab34a2e393ed3c18eec758 100644
--- a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A1.js
+++ b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A1.js
@@ -7,13 +7,14 @@
  * @section 9.9
  * @path 09_Type_Conversion/9.9_ToObject/S9.9_A1.js
  * @description Trying to convert undefined to Object
+ * @non_strict_only
  */
 
 // CHECK#1
 try{
   undefined['foo'];
   $ERROR('#1.1: undefined[\'foo\'] must throw TypeError. Actual: ' + (undefined['foo']));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#1.2: undefined[\'foo\'] must throw TypeError. Actual: ' + (e));
@@ -24,7 +25,7 @@ catch(e){
 try{
   with(undefined) x = 2;
   $ERROR('#2.1: with(undefined) x = 2 must throw TypeError. Actual: x === ' + (x));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#2.2: with(undefined) x = 2 must throw TypeError. Actual: ' + (e));
@@ -35,7 +36,7 @@ catch(e){
 try{
   for(var y in undefined) y = 2;
   $ERROR('#3.1: for(var y in undefined) y = 2 must throw TypeError. Actual: y === ' + (y));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#3.2: for(var y in undefined) y = 2 must throw TypeError. Actual: ' + (e));
@@ -46,7 +47,7 @@ catch(e){
 try{
   for(var z in this.foo) z = 2;
   $ERROR('#4.1: for(var z in this.foo) z = 2 must throw TypeError. Actual: z === ' + (z));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#4.2: for(var z in this.foo) z = 2 must throw TypeError. Actual: ' + (e));
diff --git a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A2.js b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A2.js
index 5452fbe7c974c29212f5b5104a4794c5f180b8bd..71a29b85bb08e5d1b8da09a863fc57cf7fbbeea3 100644
--- a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A2.js
+++ b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A2.js
@@ -7,13 +7,14 @@
  * @section 9.9
  * @path 09_Type_Conversion/9.9_ToObject/S9.9_A2.js
  * @description Trying to convert null to Object
+ * @non_strict_only
  */
 
 // CHECK#1
 try{
   null['foo'];
   $ERROR('#1.1: null[\'foo\'] throw TypeError. Actual: ' + (null['foo']));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#1.2: null[\'foo\'] must throw TypeError. Actual: ' + (e));
@@ -24,7 +25,7 @@ catch(e){
 try{
   with(null) x = 2;
   $ERROR('#2.1: with(null) x = 2 must throw TypeError. Actual: x === . Actual: ' + (x));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#2.2: with(null) x = 2 must throw TypeError. Actual: ' + (e));
@@ -32,10 +33,10 @@ catch(e){
 }
 
 // CHECK#3
-try{  
+try{
   for(var y in null) y = 2;
   $ERROR('#3.1:  for(var y in null) y = 2 must throw TypeError. Actual: y === . Actual: ' + (y));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#3.2:  for(var y in null) y = 2 must throw TypeError. Actual: ' + (e));
@@ -46,7 +47,7 @@ catch(e){
 try{
   for(var z in 'bbb'.match(/aaa/)) z = 2;
   $ERROR('#4.1: for(var z in \'bbb\'.match(/aaa/)) z = 2 must throw TypeError. Actual: z === . Actual: ' + (z));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#4.2: for(var z in \'bbb\'.match(/aaa/)) z = 2 must throw TypeError. Actual: ' + (e));
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js
index cf2332b4aa8f9d41282e437188d8a167dd0d2d16..68bd42230e2f79294f2466a0c8346adcbd4b4af3 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js
@@ -9,6 +9,7 @@
  * @section 10.1.3
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js
  * @description Creating functions initialized with two or more formal parameters, which have the same name
+ * @non_strict_only
  */
 
 //CHECK#1
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js
index f666e8c9d6da6fcc2408f12b6d29b6956a13e916..08f15744776cb186b4e93240085fef2904f19046 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js
@@ -10,12 +10,13 @@
  * @section 10.1.3
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js
  * @description Checking existence of a function with passed parameter
+ * @non_strict_only
  */
 
 //CHECK#1
 function f1(x){
   return x;
-  
+
   function x(){
     return 7;
   }
@@ -27,7 +28,7 @@ if(!(f1().constructor.prototype === Function.prototype)){
 //CHECK#2
 function f2(x){
   return typeof x;
-  
+
   function x(){
     return 7;
   }
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js
index c56f7bf81611fb30b9784941b9ffa79faf2d12ec..c10ec803d61279aa8ede11cba25742ce34d74465 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js
@@ -9,6 +9,7 @@
  * @section 10.1.4
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js
  * @description Checking scope chain containing function declarations and "with"
+ * @non_strict_only
  */
 
 var x = 0;
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js
index 77ee5c866dc7f87545567ee7fc12d653fe9cbd7b..e48228f40e2ffe19b984e7c08c43b0feb147d9f5 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js
@@ -9,6 +9,7 @@
  * @section 10.1.4
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js
  * @description Checking scope chain containing function declarations and "with"
+ * @non_strict_only
  */
 
 var x = 0;
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js
index 80f23356cc15e3fa743edadfeb360c7a9ea31c57..657e529366db0c928f575ec2300850bddc233f2d 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js
@@ -9,6 +9,7 @@
  * @section 10.1.4
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js
  * @description Checking scope chain containing function declarations and "with"
+ * @non_strict_only
  */
 
 var x = 0;
@@ -22,7 +23,7 @@ function f1(){
     }
   };
   return f2();
-  
+
   var x = 1;
 }
 
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js
index 519584553a14adced2e54d70834cec3001a94dfe..55ac34929b281742a94fcc48d978b0eeb1ab1a1f 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js
@@ -9,6 +9,7 @@
  * @section 10.1.4
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js
  * @description Checking scope chain containing function declarations and "with"
+ * @non_strict_only
  */
 
 var x = 0;
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js
index 3ec2377de0c2b51c95de4d987657b2c8d2c5dba7..be56a22c5c696304e09982a0a5bc9ac1d87f6efb 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js
@@ -9,6 +9,7 @@
  * @section 10.1.4
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js
  * @description Checking scope chain containing function declarations and "with"
+ * @non_strict_only
  */
 
 var x = 0;
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js
index a99bf4191d4e26985aec0d3b82888d29f3e4463a..6029c65819b7684ad63b71af83736438bb88b777 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js
@@ -8,11 +8,12 @@
  * @section 10.1.8
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js
  * @description Checking if deleting arguments.callee property fails
+ * @non_strict_only
  */
 
 //CHECK#1
 function f1(){
-  return (delete arguments.callee); 
+  return (delete arguments.callee);
 }
 
 try{
@@ -26,7 +27,7 @@ catch(e){
 
 //CHECK#2
 var f2 = function(){
-  return (delete arguments.callee); 
+  return (delete arguments.callee);
 }
 
 try{
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js
index cc7c5e03236f61c5823c3494bb446fb89da2120d..f9546c742920325c40ceca710140c48e5b7ad225 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js
@@ -8,13 +8,14 @@
  * @section 10.1.8
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js
  * @description Overriding arguments.callee property
+ * @non_strict_only
  */
 
 var str = "something different";
 //CHECK#1
 function f1(){
   arguments.callee = str;
-  return arguments; 
+  return arguments;
 }
 
 try{
@@ -29,7 +30,7 @@ catch(e){
 //CHECK#2
 var f2 = function(){
     arguments.callee = str;
-    return arguments; 
+    return arguments;
   }
 try{
   if(f2().callee !== str){
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js
index 7bbbccba8374f353d69989f737c1098fd60dd3ea..f18bd79065ae576afed9c614b890a7375c61d190 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js
@@ -8,6 +8,7 @@
  * @section 10.1.8
  * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js
  * @description Checking that arguments.callee === function object
+ * @non_strict_only
  */
 
 //CHECK#1
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js
index 6ce60545b074da0897413aca534226f4a296a94c..927cd01f4ff38efca22a7c150abf0df5d1af3522 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js
@@ -14,7 +14,7 @@ var str = "something different";
 //CHECK#1
 function f1(){
   arguments.length = str;
-  return arguments; 
+  return arguments;
 }
 
 try{
@@ -29,8 +29,8 @@ catch(e){
 //CHECK#2
 var f2 = function(){
     arguments.length = str;
-    return arguments; 
-  }
+    return arguments;
+  };
 try{
   if(f2().length !== str){
     $ERROR("#2: A property length have attribute { ReadOnly }");
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js
index b4535662cbdf6d268a9495d5506f903cc42f3613..22f1d6c1674f0b51d35d6ae8df78c8887a44257b 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js
@@ -6,7 +6,8 @@
  *
  * @section 10.1.6
  * @path 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js
- * @description Checking ifdeleting function parameter is possible
+ * @description Checking if deleting function parameter is possible
+ * @non_strict_only
  */
 
 //CHECK#1
@@ -16,5 +17,5 @@ function f1(a){
 }
 if (f1(1) !== 1)
   $ERROR('#1: Function parameter was deleted');
-  
+
 
diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js
index 66cacbf89c83ac20c29efd4fe9f471ae813331bd..518d4a923a71cff76b9393808195be1758f7b79c 100644
--- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js
+++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js
@@ -7,6 +7,7 @@
  * @section 10.1.6
  * @path 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js
  * @description Checking function which returns "this"
+ * @non_strict_only
  */
 
 function f1() {
diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js
index 4c54bb83e8172b6ad5f4b874b9bd2fa50e6673f3..b649af3550279634a9cb920cf6a87d1f6cf4fc0b 100644
--- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js
+++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js
@@ -8,6 +8,7 @@
  * @section 10.2.1
  * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js
  * @description Checking if deleting variable x, that is defined as var x = 1, fails
+ * @non_strict_only
  */
 
 var x = 1;
diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js
index b7529f1849e0d7c1efd95f9ab31bb0566bb818b2..85b2449dd3b307d09e94b5f64d2c786b464a9acb 100644
--- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js
+++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js
@@ -8,6 +8,7 @@
  * @section 10.2.1
  * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js
  * @description Checking if deleting variable x, that is defined as x = 1, fails
+ * @non_strict_only
  */
 
 x = 1;
diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js
index 923ab52edb84dba0f1fd0c5166a23c29b802a031..b695ef8bdd033b541f44857c9973950211f22330 100644
--- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js
+++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js
@@ -7,16 +7,17 @@
  * @section 11.10.1
  * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js
  * @description Checking with undeclarated variables
+ * @non_strict_only
  */
 
 //CHECK#1
 try {
   x & (x = 1);
-  $ERROR('#1.1: x & (x = 1) throw ReferenceError. Actual: ' + (x & (x = 1)));  
+  $ERROR('#1.1: x & (x = 1) throw ReferenceError. Actual: ' + (x & (x = 1)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x & (x = 1) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x & (x = 1) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js
index fe00a0fb5abaf16fd0ce9e4dcb159554b70c8ad4..f9ef660f69072aa86831a34ad80a524aa1ae72c6 100644
--- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js
+++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js
@@ -7,16 +7,17 @@
  * @section 11.10.2
  * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js
  * @description Checking with undeclarated variables
+ * @non_strict_only
  */
 
 //CHECK#1
 try {
   x ^ (x = 1);
-  $ERROR('#1.1: x ^ (x = 1) throw ReferenceError. Actual: ' + (x ^ (x = 1)));  
+  $ERROR('#1.1: x ^ (x = 1) throw ReferenceError. Actual: ' + (x ^ (x = 1)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x ^ (x = 1) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x ^ (x = 1) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js
index 8b299bcae00882a83de8d3efbe1c7d046da0d65a..346972e7fc2b9f5b2b55fe14b18e90184f36ad1f 100644
--- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js
+++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js
@@ -7,16 +7,17 @@
  * @section 11.10.3
  * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js
  * @description Checking with undeclarated variables
+ * @non_strict_only
  */
 
 //CHECK#1
 try {
   x | (x = 1);
-  $ERROR('#1.1: x | (x = 1) throw ReferenceError. Actual: ' + (x | (x = 1)));  
+  $ERROR('#1.1: x | (x = 1) throw ReferenceError. Actual: ' + (x | (x = 1)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x | (x = 1) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x | (x = 1) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js
index db9da54cb91af3f96e2c6a9b617b15eaf55bb140..71b4b1cfaea2f3b5046f13e23e808e8b927b0d9c 100644
--- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js
+++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js
@@ -7,16 +7,17 @@
  * @section 11.11.1
  * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js
  * @description Checking with undeclarated variables
+ * @non_strict_only
  */
 
 //CHECK#1
 try {
   x && (x = true);
-  $ERROR('#1.1: x && (x = true) throw ReferenceError. Actual: ' + (x && (x = true)));  
+  $ERROR('#1.1: x && (x = true) throw ReferenceError. Actual: ' + (x && (x = true)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x && (x = true) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x && (x = true) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js
index 6c3958216057aa388d4d5ae296bccd07f324c748..aea2cec753baeac47a8b0639d5c95a690cbf92dd 100644
--- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js
+++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js
@@ -7,16 +7,17 @@
  * @section 11.11.2
  * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js
  * @description Checking with undeclarated variables
+ * @non_strict_only
  */
 
 //CHECK#1
 try {
   x || (x = true);
-  $ERROR('#1.1: x || (x = true) throw ReferenceError. Actual: ' + (x || (x = true)));  
+  $ERROR('#1.1: x || (x = true) throw ReferenceError. Actual: ' + (x || (x = true)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x || (x = true) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x || (x = true) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js
index e5c7e7a917edf3e383dd1fac473e8183ae8b9a82..d7d62ae80c7cd0b29643885a87bea218e6168b54 100644
--- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js
+++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js
@@ -7,6 +7,7 @@
  * @section 11.13.1
  * @path 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js
  * @description Checking by using eval
+ * @non_strict_only
  */
 
 //CHECK#1
@@ -16,7 +17,7 @@ if ((eval("x\u0009=\u0009true")) !== true) {
 
 //CHECK#2
 if ((eval("x\u000B=\u000Btrue")) !== true) {
-  $ERROR('#2: (x\\u000B=\\u000Btrue) === true');  
+  $ERROR('#2: (x\\u000B=\\u000Btrue) === true');
 }
 
 //CHECK#3
@@ -36,7 +37,7 @@ if ((eval("x\u00A0=\u00A0true")) !== true) {
 
 //CHECK#6
 if ((eval("x\u000A=\u000Atrue")) !== true) {
-  $ERROR('#6: (x\\u000A=\\u000Atrue) === true');  
+  $ERROR('#6: (x\\u000A=\\u000Atrue) === true');
 }
 
 //CHECK#7
diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js
index 8dc95acbea3fb0b0b451b1d5f790319c02159d3e..7bdb9ac61e6eccf5453e233319a8ba49c244312b 100644
--- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js
+++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js
@@ -7,15 +7,16 @@
  * @section 11.1.1
  * @path 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js
  * @description Checking if execution of "this" and eval("this"), which are in global code, return the global object by using toString function
+ * @non_strict_only
  */
 
 //CHECK#1
 if (this.toString() !== toString()) {
-  $ERROR('#1: this.toString() === toString(). Actual: ' + (this.toString()));  
+  $ERROR('#1: this.toString() === toString(). Actual: ' + (this.toString()));
 }
 
 //CHECK#2
 if (eval("this").toString() !== toString()) {
-  $ERROR('#2: eval("this").toString() === toString(). Actual: ' + (this.toString()));  
+  $ERROR('#2: eval("this").toString() === toString(). Actual: ' + (this.toString()));
 }
 
diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js
index f694610f31d3392ad23e9b67b95b20addefa6fdc..265ba4889086d40d714b1855a8f2a8558ababe62 100644
--- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js
+++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js
@@ -7,18 +7,19 @@
  * @section 11.1.1
  * @path 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js
  * @description Creating function which returns "this" or eval("this")
+ * @non_strict_only
  */
 
 //CHECK#1
 function MyFunction() {return this}
 if (MyFunction() !== this) {
-  $ERROR('#1: function MyFunction() {return this} MyFunction() === this. Actual: ' + (MyFunction()));  
+  $ERROR('#1: function MyFunction() {return this} MyFunction() === this. Actual: ' + (MyFunction()));
 }
 
 //CHECK#2
 function MyFunction() {return eval("this")}
 if (MyFunction() !== this) {
-  $ERROR('#2: function MyFunction() {return eval("this")} MyFunction() === this. Actual: ' + (MyFunction()));  
+  $ERROR('#2: function MyFunction() {return eval("this")} MyFunction() === this. Actual: ' + (MyFunction()));
 }
 
 
diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js
index 91e01afa196003e067fe3020f6010075780d5abe..324f2853da22dc3d4020b1ace45d4c1ced4c9eea 100644
--- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js
+++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js
@@ -7,18 +7,19 @@
  * @section 11.1.1
  * @path 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js
  * @description Create function. It have property, that returned "this"
+ * @non_strict_only
  */
 
 //CHECK#1
 function MyFunction() {this.THIS = this}
 if ((new MyFunction()).THIS.toString() !== "[object Object]") {
-  $ERROR('#1: function MyFunction() {this.THIS = this} (new MyFunction()).THIS.toString() !== "[object Object]". Actual: ' + ((new MyFunction()).THIS.toString()));  
+  $ERROR('#1: function MyFunction() {this.THIS = this} (new MyFunction()).THIS.toString() !== "[object Object]". Actual: ' + ((new MyFunction()).THIS.toString()));
 }
 
 //CHECK#2
 function MyFunction() {this.THIS = eval("this")}
 if ((new MyFunction()).THIS.toString() !== "[object Object]") {
-  $ERROR('#2: function MyFunction() {this.THIS = eval("this")} (new MyFunction()).THIS.toString() !== "[object Object]". Actual: ' + ((new MyFunction()).THIS.toString()));  
+  $ERROR('#2: function MyFunction() {this.THIS = eval("this")} (new MyFunction()).THIS.toString() !== "[object Object]". Actual: ' + ((new MyFunction()).THIS.toString()));
 }
 
 
diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js
index fe1e39199ef5243f223f773742d3f1cbd47f49ef..af827cc8dc42c693fc45f23c5760775481aeebac 100644
--- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js
+++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js
@@ -12,13 +12,13 @@
 //CHECK#1
 var MyFunction = new Function("return this");
 if (MyFunction() !== this) {
-  $ERROR('#1: var MyFunction = new Function("return this"); MyFunction() === this. Actual: ' + (MyFunction()));  
+  $ERROR('#1: var MyFunction = new Function("return this"); MyFunction() === this. Actual: ' + (MyFunction()));
 }
 
 //CHECK#2
-var MyFunction = new Function("return eval(\'this\')");
+MyFunction = new Function("return eval(\'this\')");
 if (MyFunction() !== this) {
-  $ERROR('#2: var MyFunction = new Function("return eval(\'this\')"); MyFunction() === this. Actual: ' + (MyFunction()));  
+  $ERROR('#2: var MyFunction = new Function("return eval(\'this\')"); MyFunction() === this. Actual: ' + (MyFunction()));
 }
 
 
diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js
index 6bb55accad1f2ca56c28baaa5dab072fcec50953..762191b3fcdb549ada04fd170b922160fb27df21 100644
--- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js
+++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js
@@ -13,14 +13,14 @@
 var MyFunction = new Function("this.THIS = this");
 var MyObject = new MyFunction();
 if (MyObject.THIS.toString() !== "[object Object]") {
-  $ERROR('#1: var MyFunction = new Function("this.THIS = this"); var MyObject = new MyFunction(); MyObject.THIS.toString() === "[object Object]". Actual: ' + (MyObject.THIS.toString()));  
+  $ERROR('#1: var MyFunction = new Function("this.THIS = this"); var MyObject = new MyFunction(); MyObject.THIS.toString() === "[object Object]". Actual: ' + (MyObject.THIS.toString()));
 }
 
 //CHECK#2
-var MyFunction = new Function("this.THIS = eval(\'this\')");
-var MyObject = new MyFunction();
+MyFunction = new Function("this.THIS = eval(\'this\')");
+MyObject = new MyFunction();
 if (MyObject.THIS.toString() !== "[object Object]") {
-  $ERROR('#2: var MyFunction = new Function("this.THIS = eval(\'this\')"); var MyObject = new MyFunction(); MyObject.THIS.toString() === "[object Object]". Actual: ' + (MyObject.THIS.toString()));  
+  $ERROR('#2: var MyFunction = new Function("this.THIS = eval(\'this\')"); var MyObject = new MyFunction(); MyObject.THIS.toString() === "[object Object]". Actual: ' + (MyObject.THIS.toString()));
 }
 
 
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js
index e352126c36c1d51c70b03c90ae287b5188536c1a..c342c7baaf9cdbd93031e58fdfc68b881a708746 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js
  * @description Using interation statement within "with" statement leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js
index 825be60cbced2fcfaa32b82ad64bd1fec673042f..9a422e6a94c9530c9f0446aaa99a6c3686627d3b 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js
  * @description Using iteration statement within "with" statement leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js
index f32986d595f6d87d070c979f4072d8e3ddabd39b..0c42ad2652896b257091607cf248671ae168f27a 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js
@@ -10,7 +10,7 @@
  * @description Using iteration statment withing "with" statement leading to completion by exception
  * iteration statement inside with statement - exception completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js
index a9079d2c35e201db8f1a6b2b78ab8f3d7587953a..9f70178fe28c9dfc1e9185e031887b20c6b526fe 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js
@@ -10,7 +10,7 @@
  * @description Using iteration statement witthin "with" staement leading to completion by break
  * iteration statement inside with statement - break completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js
index 45d12529cd98e34b02ed8a15ede063dac7bb4947..a2072c1936fe40e0da50fb6036c8db95575c0298 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js
  * @description Using iteration statement within "with" statement leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js
index 9b926f00eceebe02e1faf083e7e27caaafd2af6a..8a4c441a6c48a84bfde0a56ee27ea99bff85eaed 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js
  * @description Calling a function within "with" statement declared without the statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js
index ea240a8b7553958dc9a8b1d5dbce7fa031b55110..6c0c8b0984eb44daf3530f1ea0f3784d3241f97e 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js
  * @description Calling a function within "with" statement declared without the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js
index 3b2232575c8af2695823167b586437ef5abf4ddf..e5f20bb91ee09df13cc14cdbe38a67db19d78f36 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js
  * @description Calling a function within "with" statement declared without the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js
index b9677149dae4e505fd6ca8c19b98395f477bd73e..d644df74390eca6d7233c5beaafd5bd666fcf1ae 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js
  * @description Calling a function within "with" statement declared without the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js
index 12071bcd88bfd0f935017972f96b8845c6aaf5e4..9ff510d284a92d264dc3df342df52e23e18c506e 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js
  * @description Calling a function within "with" statement declared without the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js
index 9e0f8d9638a2a095379d59ce877a7a71a6c26c99..0be6454ef6e5d2ccbd65ebc6adb2a264d5d68fc0 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js
  * @description Calling a function without "with" statement declared within the statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js
index 19d21cd2244129c184b10a96cd3dd775a3b410a8..464da55e94f608107a17facf4ee922d87079710f 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js
  * @description Calling a function without "with" statement declared within the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js
index 2bdf047b006710fe7413451cb3bb315ec9381db8..86efdeca0181bb997284e8c875d2fd43ffe9eb26 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js
  * @description Calling a function without "with" statement declared within the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js
index 0d9f16bdf1435b64524f417cdf35b8826c886961..720f5472317f8e314250ef650fc63ae3226d80c7 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js
  * @description Calling a function without "with" statement declared within the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js
index e91f53a8fe7b745216ae3b74d6809b00f88a4c7a..700f012dead525c2632a1b4778351e6c28da8050 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js
  * @description Calling a function without "with" statement declared within the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js
index 060cca2ad5fbefa7ab19ae3effb8615321d7ebbd..01416d2e72d62e2b17964d751aaacdddaa1287a4 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js
  * @description Using "with" inside of global context leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js
index ebf1fa4a73de2a8813a48d3c8a7784d118ab486b..943aa58bf31271eec7142bfc23071790bdb54d71 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js
  * @description Using "with" inside of global context leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js
index 38253d32947327dc7196adea3f8b2cec21b96c52..030f1bbf3e0f038d5eaedb0717b22874c80284f8 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js
  * @description Using "with" inside of global context leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js
index 873e1de1c17f3e2f2c1c009e5446a1a25b4ec60e..550875d1bbcdcd9170709be3e838f1f580000d86 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js
  * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js
index 5744cea851ab32723a2ff1baab6a0bbc7ebc8c3a..4587ecff836216af2c8cd731036c1fd70eaad46f 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js
  * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js
index 97e1fc0d1bccb29ef7de65001b76ecd665865d48..1b21425f7e24299345402c0881f2f4c0e28bad84 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js
  * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js
index c2f1c0240f93df6491317408664c3bd099e72977..7d7578614e87607f5b2f0484240b61f91bcd09af 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js
  * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js
index 26147ed04753a5f6ab8b7e69214dc2615d35d740..6954cdc5562523c8cba4b4988a3ce2b27649e0ac 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js
  * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js
index af663954a825ffd2d271b5f2073419005ed0c6d2..dc05ad77a5fad0c0a193e30b385d23ab57cff195 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js
  * @description Using "with" statement within function constructor, leading to normal completition
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js
index f86a8f1e59aa74cc16579315392d439ad16c7f54..e851f999c120304281196fd593bbd46dd3efdf53 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js
  * @description Using "with" statement within function constructor, leading to normal completition by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js
index 77df3171b2aaeabd0c3d95a3371007a59e160283..a966732e371f7e9b366bb783b1e8802bfba72fef 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js
  * @description Using "with" statement within function constructor, leading to normal completition by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js
index f07167b59ab793179b6d1cdeb5ce48cc8f874a8a..34e06c1bae5cb1076bfe29ddd398a04bd55c0665 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js
  * @description Using "with" statement within function constructor, leading to completition by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js
index f3ef79feda76101e057972129d27edd1d5e48884..29975b82c8c270c94d9d94a654553d03a676fbbe 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js
  * @description Using "with" statement within function constructor, leading to completition by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js
index 9d62120619dac3cb937752383c308e7de67dc68d..6ee3c57756465a493395acb96073ca953194c55a 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js
  * @description Using "with" statement within iteration statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js
index b3d74312054eeb730edabe4953b8119786e2966e..58ac84285afe6a3734f12f910742c45e3f226616 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js
  * @description Using "with" statement within iteration statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js
index 7035d7760b6462679b1d110b621617d06df49578..f71578f2bed863ede6287681776422daaf4a9977 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js
  * @description Using "with" statement within iteration statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js
index 0e1490e9d457dabd7e0d76f48058e6ac22f29059..1c2a7a768425677cb991774bd79b32d87373aace 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js
  * @description Using "with" statement within iteration statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js
index c812a2607df3ae987f64fad59a9cc53dbba92d75..3d3288c4dfe32110ec2cef3330dbe9ec31591978 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js
  * @description Using "with" statement within iteration statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js
index d1290d424d698181307d82f6df33667ae5394e6e..b7d7774868c9a6ce7bf263c91a586d9309915e2a 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js
  * @description Using "with" statement within "for-in" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js
index ad241d81d5c45ae3833ec45486dd72ea477d5091..c72baf7dd2d8d7ed9127df9b781b007ba7503fdd 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js
  * @description Using "with" statement within "for-in" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js
index 2907b168992a3f09c9d15f470ad47ffa8b233364..25cc7fa0f139625d6b5185d890894addc646ad47 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js
  * @description Using "with" statement within "for-in" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js
index 4c9d62265eef146009190a943474324328703d6b..2416ffd9c29eff047501e628ad5be2679cbf4d2b 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js
  * @description Using "with" statement within "for-in" statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js
index 5a56b67553dcd3f2b8089fac9396abef033e219d..bd2a2ea1b595687459d8dd2d9c7f62afbcfb2fa1 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js
  * @description Using "with" statement within "for-in" statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js
index 11ada524ab1297fb65e9cf0ddc97d4a9df935c3f..b037ea63459efd5d7295b299c8412ebf46429da6 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js
  * @description Using "with" statement within another "with" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js
index 8aa1438a9362982163603add7aa54378381470c8..b0c4379485000f43c41ac7333a5f2e11a3f63c70 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js
  * @description Using "with" statement within another "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js
index c869bca1ae244ac87e6114cbf997ea6e71f5dcf3..0504a8e73065118cfb688eea956a912d7c0b8a69 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js
  * @description Using "with" statement within another "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js
index 44b4161988550804dcaa29f4f4f790c3853faa97..5e8959206010d85d6634b609124380ed97ddef15 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js
  * @description Calling a function within "with" statement declared within the statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js
index b9c0b11648abcb8d899c958a31487f16b15050a5..4454de23c981afcb0274f62dbb3723211b7a45c1 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js
  * @description Calling a function within "with" statement declared within the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js
index 2ff3f2079fcd0824e1d395c76c14c5622caca1ac..d37ddbcbac638db19c74bf89e0118cb4d11df4e9 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js
  * @description Calling a function within "with" statement declared within the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js
index 2e8b7abcf594100e948cb0e6ff5b326ce55df49f..bce1d1f69fbe5fe956fd12920bacc1bddd64c9b2 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js
  * @description Calling a function within "with" statement declared within the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js
index 9d2dd3d3873f19643ae78f3c53b591ea4453108c..0e672c5dc43a237ce7416fee91fd956c8a27534e 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js
  * @description Calling a function within "with" statement declared within the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js
index 1f850bd971d94b108cbd6724ab68346ab03cb5eb..bd2e2a1879a12844305f02f0099560c3e7742591 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js
  * @description Declaring function constructor within "with" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js
index b1ad958231f3c0c699f2d149084fcd3c891e1688..ee5479b0e910b163ffe78d4893a04a1e235f6c67 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js
  * @description Declaring function constructor within "with" statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js
index a40683c33c0d23bd8bb0ea0ae2d011cc860468f7..ec403111179a8b994d3d945c9dcc5184a08a93f2 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js
  * @description Declaring function constructor within "with" statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js
index d083102969e4ad0d6e8e5d5df6ecbf1a0ab348b9..ded3ca0a78e6c133e8a5b3942b72efed4ab571f5 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js
  * @description Declaring function constructor within "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js
index cabc54261fe4893da0b3929ff5153f0f01c5d5a8..0863a1c94acf9bd0edcd17c09568a67aa7011649 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js
  * @description Declaring function constructor within "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js
index 6dc5772401952a1e3048ddae05c6346bae395726..7d8f0960cb7fcc045ead9e573c1026059b367627 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js
  * @description Using "for-in" statement within "with" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js
index a2b76aec3a5baa9b40cf692950a9db9363378e1e..47e29e7f7bdb2e2fc34876561227cf0d3651f973 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js
  * @description Using "for-in" statement within "with" statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js
index 52310c1ff45c30dccaa6f1d7b621eb67aecabe7b..6453a769e07873b1bfb7891c965ec54e144ce23a 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js
  * @description Using "for-in" statement within "with" statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js
index 888058b17da4ca7c49eda8ef0151a138efa309bc..4959237285b97ccee769b09d4c36796c9c6f2d48 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js
  * @description Using iteration statement within "with" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js
index 9f488bd9e54a44ed472dfbfd9ff4bd1f5614a814..71e79b8428182a4f6335351d72355676f42b3896 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js
  * @description Using iteration statement within "with" statement, leading completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js
index 4baa109e228a08de2bacda24157be7fbaafbf1b1..63634566775d42bd82dac98df96b331c1a6d7217 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js
  * @description Using iteration statement within "with" statement, leading completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js
index 035b5f3145e8eda45623d02c3950eb3771cf5ad4..0b16d5d4b6dbf573c845143d4ca12c802d25b0a0 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js
  * @description Using iteration statement within "with" statement, leading completion be break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js
index f157de430feebc392556aa48b0f2b7e9505340f8..019419f4abee2e6ed672a36cbc09d6903b9de84d 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js
  * @description Using iteration statement within "with" statement, leading completion be break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js
index da033449143ce63b1192faa42504364ddb5f3387..1f0c999bdb8f6330fa4cc0b89d3ce3551106f5b8 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js
  * @description Calling a function within "with" statement declared without the statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js
index 3542d81c23a68e039d21d98b5464554a210c8179..5ca97394c82bc7bc1bc13f888b35adcf754f6cf5 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js
  * @description Calling a function within "with" statement declared without the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js
index 721feb167a2ac23d93980aec6168cb1e32ac89f3..b9ee8d92ef046d8a85b1ecf4b9aa191441c9b713 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js
  * @description Calling a function within "with" statement declared without the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js
index 7ab96e31f0331189151febd019420a9c4a160875..566c910924ea8d81bdc697106842cf5bb0c967cf 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js
  * @description Calling a function within "with" statement declared without the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js
index 00fbea1767cd3e4762ccaeb0f1162af0030a4765..44f650ab86374f85f5aa6dde2af58c7e19671e59 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js
  * @description Calling a function within "with" statement declared without the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js
index 1b529a44741a8bd9e93ff2f7af7d6251eae6fd63..9270c901da0730eaac25e73aa9efa8cda4b4b101 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js
  * @description Calling a function without "with" statement declared within the statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js
index 4e5b5c454a42a16dd59e9662ff6a6712a4852273..13795508ce6611e62ccda109480f2f2bc0d14afa 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js
  * @description Calling a function without "with" statement declared within the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js
index c361c2efba751a8542ef2cecf880e01e706e50d0..d214f8cbcdbcebbf7e80a7c70144e571c38b0631 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js
  * @description Calling a function without "with" statement declared within the statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js
index bac83e84b558ff733f8757c2daa04381527db6dc..ebb2306eea87420d444ba1f4d0bd4d76523b1dfa 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js
  * @description Calling a function without "with" statement declared within the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js
index d571edbdf92e4acf55e1bf39ee620ea8b776f2b9..6b3f42b8badfbb033ade1ca89ed8a2b24f96882f 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js
  * @description Calling a function without "with" statement declared within the statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js
index d63d89349a46404e2922bc161875a38a0df58978..974a29048b664a849acf08c68ad63d473d2f02a9 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js
  * @description Using "with" statement within global context - normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js
index 0b9f6104a23caa0bb9a60a33f908febef064b059..489f211953df4d78c1a8c4b71df78b24cd4fc335 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js
  * @description Using "with" statement within global context, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js
index e00a35346c58850c2287b201f50a2c06d27677bf..3c9752e33ed45738417f30cd28017961de0d50e8 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js
  * @description Using "with" statement within global context, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js
index 57eacefc1a4d5ac76c4000faff12b5f91b6acb48..18b42f133c7ff5cb926836166056cb08dbe5a065 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js
  * @description Declaring "with" statement within a function body, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js
index 588df705a4e5c3815e6000645fe95fc1aae8ba99..532d897249e0cf6037e4a0ab07eba631d85ad51c 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js
  * @description Declaring "with" statement within a function body, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js
index 8235a131dbe2be9a25d4c5e0669ae4103a7e13f5..e6290cb6875597668dfd1bf6873f55435fb5b79e 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js
  * @description Declaring "with" statement within a function body, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js
index 9345894d747ba4afa6d501e20b63a75a2f914b91..e39838b20966aa66f27019cffe2b416d2d08d072 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js
  * @description Declaring "with" statement within a function body, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js
index 717d8d9ed54dc35ea8b4cdae899493c082be0a8b..bf858adc1ca8dc0daac16cff5d4dd9b7d999e8d9 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js
  * @description Declaring "with" statement within a function body, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js
index e7bbf403f18e6df7eaa894501702108e0ab8fa68..609391d95ef6180da861c1def395f856ff5f1219 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js
  * @description Declaring "with" statement within a function constructor, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js
index a27eff8db837305c977a56b818cc211ed60bb9f3..81c941af8162ee32953f40a18fcac417f88b1fd3 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js
  * @description Declaring "with" statement within a function constructor, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js
index cf8bb7b1159cd023303281dcf753b7937fefe325..9ebf940801ccb5af53c371e64b6a1c09bc75e4d3 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js
  * @description Declaring "with" statement within a function constructor, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js
index 635af05cdc64b6d0983a3a6257cb9ea545ab33dd..350999bc3ba30b9d93b965a5cd8daa3f2f775db1 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js
  * @description Declaring "with" statement within a function constructor, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js
index fffb0dc29eb4720d4d61315ac64b1a166bd2c64f..e1c94004779d6db35e5e4e619f90f0a173bfb400 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js
  * @description Declaring "with" statement within a function constructor, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js
index 62c6750193e72f56aeb5467daeae481f418ebc32..ab37c1d4992a3b095bb6ca8570cabb00c6953f5e 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js
  * @description Using "with" statement within iteration statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js
index b5a527be55bab98b6afdbac205a64ba15132bf6a..0ca21037b2d9c03166a46844a8c32856020eb535 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js
  * @description Using "with" statement within iteration statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js
index 83215f20fb28c26df97e8cc741e2c8880943f38f..cb2f4bfb22cc77e7d37bb00ba912f4a2e8d031ec 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js
  * @description Using "with" statement within iteration statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js
index 2a1568c26e1ee5890b48a2ac8ca42ff6c2d8756c..5f438e5d80e34ac403cdda3722cba9d0ef0747b2 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js
  * @description Using "with" statement within iteration statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js
index 2bc805bcda44319d1a138757b7f66d232d99b8f3..3e3b3c41f9592322110df37299a56cca19f356ca 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js
  * @description Using "with" statement within iteration statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js
index 5811b352f4173721452c2ac2913bb9f4b4f0a4db..c82b7e0494fd458cbe566372867d9e56cfd291ed 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js
  * @description Using "with" statement within "for-in" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js
index 126742bb3dbe4faa7acf65feab85405eab03780d..78f8bd2fc66be88e1d9d68351e08591f02c957f2 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js
  * @description Using "with" statement within "for-in" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js
index fe00883aae78853731aeb5eda05fc84f850bc98e..6376af576d795dd1f1cf9492ca01b38bb12df47d 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js
  * @description Using "with" statement within "for-in" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js
index 7e3d7c8a33f1401cc8c706c2c61a698aa3bd158e..9bb279f253207448683ddb368a55e44f669e3693 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js
  * @description Using "with" statement within "for-in" statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js
index 9428c503c2b183383b4307af31cf50b7b3dd8a17..52e48b8d265f62d0dc049c3a67fd63d30ff33595 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js
  * @description Using "with" statement within "for-in" statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js
index a5d2e0ecdf703cf12e8237ac69756d193d20f192..58d204cfc28087e2c04bd4b7ef41bb664bc03c20 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js
  * @description Using "with" statement within another "with" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js
index 17835d96f15722f5564c20594300e9e2544aabd3..01e4433e1673cb9c2f72699abf8449e6cacaa90b 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js
  * @description Using "with" statement within another "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js
index 276e29483751ec51c0076eb9833a56d72134d948..1b4e3d5123aab64bc7d4ae6a8db89d152ee8fbf2 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js
  * @description Using "with" statement within another "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js
index 041a895888d8b7220a154b679f1dd2e483e83bc7..bd42c3961409e0b8c56ee966c8113df7867055bf 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js
  * @description Declaring and calling a function within "with" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js
index 089a0841f49c56ae47ebfe8d553859259aa69bdb..a0d7521d83ab691eb86294121ca3d441a41c3a38 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js
  * @description Declaring and calling a function within "with" statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js
index 7bc3b3de747b9c4b2316164d28c40aa9beecb615..76faa8018c609cd3a8f59fd42ed7683b97b5c6f4 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js
  * @description Declaring and calling a function within "with" statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js
index 2af4b567cf363a182e218cd06063232846e564b6..f114abab33868d60618cc10b331e4e921e50c0ab 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js
  * @description Declaring and calling a function within "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js
index 5153f8a844a25ee7bfcf311c91b639d9b7464980..e9a496692fa309de77562e57cc1884fa1bbf7f57 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js
  * @description Declaring and calling a function within "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js
index 3ac51ef7b313363fb346d8c1862d3e469fb30d29..1b32c437cbe49256eb0f5a30df26390c6f9e786a 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js
  * @description Declaring function constructor within "with" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js
index 81bad164e7c1b1e02e0d33a28a33ab776a6a95a0..c7c6784676a7c0b8c55e6cd0d1a7be70addd5458 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js
  * @description Declaring function constructor within "with" statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js
index 3f681750a2c7f8b05c59336f9ffb193ea5659c42..67c5d8f133963c3b5b11dede41e8a381398baac1 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js
  * @description Declaring function constructor within "with" statement, leading to normal completion by "return"
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js
index cc21bc6a16ff38932a10c0eed76dd04c7ea6f070..09f061b323120e5ede682a361bc910869bf1e754 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js
  * @description Declaring function constructor within "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js
index 2aad84f89e8db2b42d63d53b48461eeb5fe5a005..3a2022e6da73a96fbef1269721c8e3d97bb5e6df 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js
  * @description Declaring function constructor within "with" statement, leading to completion by exception
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js
index 28f04018f61c2e19e1338bfa0964eee412db8976..6d47b35fc3ded5ea2a252d99089cab46b69dbcab 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js
  * @description Using "for-in" statement within "with" statement, leading to normal completion
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js
index 27b4f366d24ca1483eaddd06856ad3a3b30fa92f..470d1c637e8d9f6aa8fd1fc02e11ba6d6a3366b1 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js
  * @description Using "for-in" statement within "with" statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js
index 97a533e0a7f78c7b722fb97915c00868f93ed69f..6a8881ffcfedde49100746e454e9287af4cd45a9 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js
@@ -9,7 +9,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js
  * @description Using "for-in" statement within "with" statement, leading to completion by break
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js
index 1baaaeaaf8ae10a490bb396c6c3b18f27a72e441..61b6cc971e7614ac3bd1e6289404d64f6ee75e51 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js
  * @description Changing string property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js
index 7ee31e830609738d44b40efa08d7780dc9f5c3a9..7ef9a23dd0d41a9b2cd613c6edf903c3730652b5 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js
  * @description Changing number property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js
index fe9fe375ae1492f3af26d5243cdbcbf4f4db1fde..7098ecdfe418f80b8ac1d6f2c9b40abc80e0d140 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js
  * @description Changing boolean property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js
index ef5a5e44f455200941170ea948de63e633a8275b..f1dea9c1dbdb2ec216b626548fd51f26741b0d97 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js
  * @description Changing object property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js
index c7269bf15ade56ea4439225db5d8284a67f0d0fd..2cf4e724f61414c0310fb9ae21ec76c19d81b360 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js
  * @description Changing array property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js
index 18757e2300ebdcf48bbaa6dbdfdb385a5d7b917e..467d411dd9f28c93eb0eb6bf2419138f875a6944 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js
  * @description Changing function property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js
index c42b676d7edca12d9785f1cc5d8d8dcfd7bb4350..5c037ebc28e6846c8197fbdfbc6dcbd5cae06d55 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js
  * @description Deleting string property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 1;
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js
index c8160dbb85af20b73aaabb7284aeec1ed67c42b0..67516333cdc2f074fb214305111212a3d4299ca1 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js
  * @description Deleting number property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js
index 05a7d0bd5ea26e72a9ac118ad66a77ea1e59ff70..10321fbd10e2d781ab0917b9d617e694cf478be5 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js
  * @description Deleting boolean property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js
index 2095d9e616c2c71f887299f42828c44bd3bdd5fd..ecdaf30afba05ef61c3dfd949bad385a198a2979 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js
  * @description Deleting object property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js
index 83806c1002f19c8dd7d51f332da0797e84f66525..3012638a8ddc855cfbd6a0d88f78de4b49c4b07c 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js
  * @description Deleting array property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js
index 9cda49045e601c7841f8262c84d9ca082d05ac41..3dade7ec4a9742defb0bfecfbf8ccef902417c53 100644
--- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js
+++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js
  * @description Deleting function property
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 this.p1 = 'a';
diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A14.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A14.js
index 30b448a5e388c5f5eecb2a72b63176d29cd69c09..a5fb367aa4e91128eeff8a64787bd1333117dac0 100644
--- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A14.js
+++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A14.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.14_The_try_Statement/S12.14_A14.js
  * @description Using try/catch/finally in With and With in try/catch/finally
  * @strict_only
- * @strict_mode_negative SyntaxError
+ * @negative SyntaxError
  */
 
 var myObj = {p1: 'a',
diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A4.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A4.js
index 93f1de860b6faec722a7be2798c452243cc7f87b..608e4c042739f7172899bd547e527f31648d8451 100644
--- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A4.js
+++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A4.js
@@ -8,7 +8,7 @@
  * @path 12_Statement/12.14_The_try_Statement/S12.14_A4.js
  * @description Checking if deleting an exception fails
  * @strict_only
- * @strict_mode_negative SyntaxError
+ * @negative SyntaxError
  */
 
 // CHECK#1
diff --git a/test/suite/converted/12_Statement/12.1_Block/S12.1_A1.js b/test/suite/converted/12_Statement/12.1_Block/S12.1_A1.js
index bc078b6f60f0d345032b4b9173832feb48d759e1..514864f684b933b6ad4370a87839509893dfcbe7 100644
--- a/test/suite/converted/12_Statement/12.1_Block/S12.1_A1.js
+++ b/test/suite/converted/12_Statement/12.1_Block/S12.1_A1.js
@@ -7,10 +7,11 @@
  * @section 12.1
  * @path 12_Statement/12.1_Block/S12.1_A1.js
  * @description Trying to declare function at the Block statement
+ * @strict_only
  * @negative SyntaxError
  */
 
-"use strict";
+
 {
     function __func(){}
 }
diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js
index eacc40922b8d42901921fd9affee8a3bb339a3a6..e51f913c22836f8f2936de9c6f648b14913135cd 100644
--- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js
+++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js
@@ -7,10 +7,11 @@
  * @section 12.5
  * @path 12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js
  * @description Declaring function within an "if" statement
+ * @strict_only
  * @negative SyntaxError
  */
 
-"use strict";
+
 if (true) {
     function __func(){};
 } else {
diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js
index b2aff5c1ba1a4da601ca34809becaf1b5bfb9cf2..e9c5b5055d74379864c474869bca625a65e10ea7 100644
--- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js
+++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js
@@ -7,10 +7,11 @@
  * @section 12.6.1, 13
  * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js
  * @description Declaring function within a "do-while" loop
+ * @strict_only
  * @negative SyntaxError
  */
 
-"use strict";
+
 do{
     function __func(){};
 } while(0);
diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A3.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A3.js
index 50b656b538d8960a59230febf71dfc1ed5f6c5ca..d2681e1fb0f3c027c4734ac881a73265bb936161 100644
--- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A3.js
+++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A3.js
@@ -15,7 +15,7 @@ LABEL_DO_LOOP : do {
     LABEL_IN : x=2;
     continue ;
     LABEL_IN_2 : var y=2;
-    
+
     function IN_DO_FUNC(){}
 } while(0);
 
diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js
index 416ae8c40816cc083d795237dc9654cf183e1035..c3b2fb0d740cdf84802cf3f19a4f7a75f2b64e90 100644
--- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js
+++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js
@@ -12,7 +12,7 @@
  */
 
 function __func(){
-    x = 1;
+    var x = 1;
     return x;
 }
 
diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js
index 884aea630d513a90a31b241a953ab84f4807f2fa..8cbd625e7110dd37fe5ed478ee70e4b92e2d559e 100644
--- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js
+++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js
@@ -7,15 +7,16 @@
  * @section 13.2.2
  * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js
  * @description Calling a function as a constructor after it has been declared by eval
+ * @non_strict_only
  */
 
 function FACTORY(){
    this.id = 0;
-   
+
    eval("function func(){return \"id_string\";}");
-      
+
    this.id = func();
-     
+
 }
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js
index a3b0d495aa178d29a593198cad4842e0a370ec1a..f130426d442ea71eeddf6482c268bde2e3265bcd 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js
  * @description Checking Boolean, Number, String Functions
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js
index 197d7524eb18b9bc819825785e4051e0a67a1b3c..3487a3d47016c6cfed08e56f5368edf61d863177 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js
  * @description Use delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js
index 8b3af44f5b88a10bd159a0b4213e0e1baabb7234..8559c3e7f016acff88d674b6581527d6da95e35e 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js
  * @description Checking Boolean, Number, String Functions
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js
index cb8aad92e71d2350ab40abffb1dfb1fac3c068b5..d7c092998985d9809ad563496cf69140cdb35bf1 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js
  * @description Use delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js
index dd434c07723274f5c914f36c16d8acd54670182f..68c32406f8869c9fe11e3188c7210f31a1c7f623 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js
  * @description Checking Boolean, Number, String Functions
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js
index 4dbad2f13244a6d5835945661fce3e906b80fde8..8cb2d4cf9a60878a535c7d1de358aa98881f8d73 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js
  * @description Checking typeof Operator
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js
index 39a1286caa3c703071563eb8bc8a7162de1969a0..bc10271c6785f0b2415cae1999a3f66c3ccfbb13 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js
  * @description Use delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js
index 6800e2430a5e1d6f6689197a5bef6a6403d81e71..8e396845a2b5942f15ceb289b93e164072ddbe9d 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js
index 1dfdea911134d3ef4f14786768d5afb3fc84f1c9..3383f3b6a788da5425daa28907425869d10d3da2 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js
index 2f5cff3bbc199b9176790904d6cbc9a76c66c0fc..34a343446f38e53a980cefeda3e93fb53ac8a8ce 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js
index 1b231f3c0ce7784e1560d01c02d1a3437631cb38..db74bb2e7ba3c9de2743cda304d4b79b5c812ce8 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js
index 5df4c08021410ea8f1484d1b0f2aa35a989d51d5..4f3188d663a7852b0eab33a39292ec6a7546c11b 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js
index c50b2ef63b6524f51aa33a1ae201b532240f21a7..02cb230edeabc17def898dd10854bad181f4e73f 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js
index a47d3d777e47b34684f99d68aaf59cc45e4ca99d..5a5c5abf08c581153f1487746633ab69d851700b 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js
index 066730b45fd7fb2c4ec6b7674cc9337e5f0f372b..a61686cef2e44acbc3429dfe47f65bff50af9e06 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js
index bb51eac1f8fce5faf556b556c48f2099de4b0609..15ccdf0f3bacfe38b80427054e6227dd9a04a164 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js
index a4a8461939a9677034febbe3533b5cd5c445033a..8868f858b9835536d3a3bb3bfec13a5153edea26 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js
index d06cd957751f568e076437254ba125e247bf0f49..62ba736bef2fb6a27ba60fec337664cfbb0aded7 100644
--- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js
+++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js
index c3c9d1f5c5292c94014db5034fcbcfcbb4c951d6..8526d1a63aada3fd547885563b0b5e9fe970c0d7 100644
--- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js
+++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js
  * @description Checking if varying the Object.prototype.toString.length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js
index 708528080b454b5df5d63b646cf2a50754b167a4..b3ef84681ffb05130b1b650519d535fc4e923402 100644
--- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js
+++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js
  * @description Checknig if deleting of the Object.prototype.toString.length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#0
diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js
index 51b645ddb54095bfc4597b93b53f560b2da21bbb..8a610fd4bc59364f89475e84bd3731883df95f1e 100644
--- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js
+++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js
  * @description Checknig if deleting of the Object.prototype.toLocaleString.length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#0
diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js
index 14c5117b65a78ce93338f0d61892bcb529e3c77e..a98194fa5ce6c4d4f5ea8dbe533ac2ac099d99cc 100644
--- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js
+++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js
  * @description Checknig if deleting of the Object.prototype.valueOf.length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#0
diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js
index ab237adf2a1fb09c7ed5660bf52a2c06a8bb2f10..26471335a5058fc93ec66d075d92aeebe7343b7c 100644
--- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js
+++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js
  * @description Checking if varying the Object.prototype.isPrototypeOf.length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js
index 386fcfe9a093081b816d0aaaa7578fd861da744c..5066f578f1ff6ed9fedee4b86545266dc1d0c21e 100644
--- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js
+++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js
  * @description Checking if varying the Object.prototype.propertyIsEnumerable.length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js
index c4b1a9abbadc7639be6aa07f19cfbf14a07de60c..583b116f98bd891bddca0c65386cfec870f4a483 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js
  * @description Checking if deleting the Array.prototype property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js
index 1a9fb1d549ed4a6a97dd3b94e4259a544281bc39..9fbd6efa1304ea02a441d67aa12ee8610bf4d54f 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js
  * @description Checking if varying the Array.prototype property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js
index 43409ef11110d1d5f9a73f453659eb1189abae45..362d5d5c15e5e6c537ccf2aaaef8e335112b356f 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js
index 7c492a47193cd52529e41fe4fa54e545e4712a59..87023bbb634660d9a88d08a39462eb7f174d1d31 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js
index 5ab8ddc8c1993d435a1f86b42d8513529c71ec4e..7598e960513dfbb2b5df8ebfac7af6124cf5cc82 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js
  * @description Checking if varying the length fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js
index 32cb8851089c935de303d5caf28c7c257bc9964c..06018eed7cd4d5dba2e4277e66f1c93d5a1e8377 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js
index f5db9749e51cbec755f6e63bfb0ea1753e310dfd..6a4675976b6c003a02146208b0ef2f1d6eb280cf 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js
index 1ce082beaf977254d1cbb244378e0745b4321c5f..9a25e15c1760e38bac536ba4a43136b30fade435 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js
index 3b90124838a0f01098c9501fc74408fb6ac04e80..d63b10b5cdbba83e3b48884bf8c14fc28bd982a1 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js
index 0327278f571960e0a234b48754be84527dda674e..b4a0f7ae752da9800498e351d50c9d2bee56bbe6 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js
index 29d870c2045264e3ae486b052348260e5794b781..8491bc59f8408742f68edfa439dd76d4bf703cf5 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js
index d4f7f1461f9574a614d23d4ac2981158c519d8d1..dc031c57fe758d415edc669ace5bbc131dd5fa12 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js
index f35b887c5a7bc6261148cc507f0fdbd1c1967a8e..17dba8a6b436bc71b48c6a54b8f59daf95e65fde 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js
index 3024617667ba72eb0bc5c214ac61897bfc118e84..26765e2d17c894941413612e34da34f84725a343 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js
index e1b2f7dd5d25a480e50d969d3286b390dbce0caf..0925fe5b2edda29219dcfba0d473bb1723bd5155 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js
index 9c7c51219a3ca62155b9615df52aec2887ed22e4..5e95202de7ffb488e4114ff8c61167a7acbb84aa 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js
index 70bf8d1692c667fc08756ae16e8aa0bcb82be8ec..ecb22021df7cad712d5503ca2a526b0b1b756f8d 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js
index bcb261875cb21e78eb7a50255109fd01384ec5b7..cedd7696d046356703b67149dd832f30eea1b31b 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js
index 1d1bb7aaf41963b497ffb215fc8923d3ce7a9795..862daa49d204df3516ca2c5ae9ee746b9cfe667a 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js
index 7a59d800b03baef204d87efd3a058593bde3c9e2..02cd2126ec2e4ee9df1b776f5d69ac65e5bc04b3 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js
index cdf888c38ccb250e00afd8135faff6264d5c27dc..39fd39819d82243ee0f854dba62c3d9878f276c0 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js
  * @description Checking use hasOwnProperty, delete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js
index a036a4bdbdf2fcd047cf5312a6c614cd885da6c6..fea4ea46af3be4bece1febd7700773179bd61c6b 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js
index 9df88f1c67b83aecad943abc4ad954b858d341a8..b28e9fe83b5ad2f8867207ca9b1ec2f0170b95da 100644
--- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js
+++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js
  * @description Checking if varying the length property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js
index b6816ae9d62b1c89f116a8278b39a0bf30c3a07b..65b2522029b0829b1f655dfb02d31eaa8149470c 100644
--- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js
+++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js
  * @description Checking if deleting the Number.prototype property fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js
index 7520bfa6d8d86f1c9710be19d4884d0e0b366c3a..d283e9048a4885cc9178b2c21cdf437b17814a82 100644
--- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js
+++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js
  * @description Checking if deleting Number.MAX_VALUE fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js
index 81c87996feb2c69a07b92ab28a8791afa7f089af..bd1c9f52514f9d5d07aaefa2880dcd67e646bc31 100644
--- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js
+++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js
  * @description Checking if deleting Number.MIN_VALUE fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 //CHECK#1
diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js
index 64ba338395583bdc9df7ce5a0f9e51dec45f302b..be86d644b64d1d478920048077db1e1d17e4bd4f 100644
--- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js
+++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js
  * @description Checking if deleting Number.NaN fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js
index 4343739c5250d58e367e67dc5e2742b997d478ee..17826505e2220a90c189c50495147d7c85b86265 100644
--- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js
+++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js
  * @description Checking if deleting Number.NEGATIVE_INFINITY fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js
index 1c5bb08e258d6f4c5087bff6532475de2be24351..0550ee032087e27c2c111a4ea3e5e7f9c3d619d5 100644
--- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js
+++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js
  * @description Checking if deleting Number.POSITIVE_INFINITY fails
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js
index 1129576150d130eac0f5f2970487f1ad6214ecd4..f03087b243b07753b65634ec1e07ff5d3be5fd08 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js
  * @description Checking if Math.E property has the attribute DontDelete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js
index 514528342936c2dab30945c5ff179fc97653a7e1..1c876f596d0ccb3007d8c00e98564824984970e5 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js
  * @description Checking if Math.E property has the attribute ReadOnly
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js
index 44cff8ca83d4283fde5ff5f2ea7334c883f101e8..c46fab89a67f1a366864728fe05edd0387e9e0cc 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js
  * @description Checking if Math.LN10 property has the attribute DontDelete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js
index 6061901a1822552e2bbf9c36d5767f439c9a4bfc..09835727f88c333650fd1912f62dc5abb1f4c826 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js
  * @description Checking if Math.LN10 property has the attribute ReadOnly
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js
index db5bcff1d12c8ba0a83de5c31191ba8094fa6d0a..77bfca97d3469af8384b14199cb95660b1e53889 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js
  * @description Checking if Math.LN2 property has the attribute DontDelete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js
index 54213f9de8b3f9a60f6761a58f1c0e99e4ca3c0c..9021de30deb8a3316eb3ce820ff46c6d92b310fe 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js
  * @description Checking if Math.LN2 property has the attribute DontDelete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js
index 92c221ecd599d49001ec17dd113f7c5c2c65ea14..ba6fa7db0712c623fe9a04f8c78588e4a82b4f56 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js
  * @description Checking if Math.LOG2E property has the attribute DontDelete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js
index 4d826ac43be926df931f802a5027e0ba4c20b2e9..c4075edc8c22736568bff79b144417a4f938df89 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js
  * @description Checking if Math.LOG2E property has the attribute ReadOnly
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js
index 82ea7307d47dde0b62136528ac7fc733764e04b2..43879ddd399f6778aaf151dc1a60ad777c190bc7 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js
  * @description Checking if Math.LOG10E property has the attribute DontDelete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js
index 02828934324b677241d65aaceefeed5d6eda7186..67fe80925d947d593ad29a824567d9ca164f49db 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js
  * @description Checking if Math.LOG10E property has the attribute ReadOnly
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js
index abaa96fb953b0d26ae708ac375bde87c048e2bb3..42ad18cf14bab69ecc3b411bd522b8a0dfc50a94 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js
  * @description Checking if Math.PI property has the attribute DontDelete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js
index 511e31b538e73a59939f42e0ffa69e8dd1eb1f76..832b8e00126d98a8ea323fef17a27109d1b7f4cf 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js
  * @description Checking if Math.PI property has the attribute ReadOnly
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js
index bb3dfdf55aaa1b9470406b632e91581caf9aa7a2..c20d7fe878e0159aac9e5c59b9d4504ad6025631 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js
  * @description Checking if Math.SQRT1_2 property has the attribute DontDelete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js
index 85b57bd358b6e355e5fadcafa91eb43ee685c780..29153f8dc6cbe811f8c85cc7a477baddcca4590e 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js
  * @description Checking if Math.SQRT1_2 property has the attribute ReadOnly
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js
index 254f3e53b023b565c8104fb3f2c81f3dc7158aaa..a5f0516971e09299a9f1ccec13e3bf6b6b60e1ed 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js
  * @description Checking if Math.SQRT2 property has the attribute DontDelete
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js
index 87aedbba50f857c4b5b8f749b3ef56a4fb1c860f..1674fb5c30bbf319a4a50cb4654eff85b61ac336 100644
--- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js
+++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js
@@ -8,7 +8,7 @@
  * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js
  * @description Checking if Math.SQRT2 property has the attribute ReadOnly
  * @strict_only
- * @strict_mode_negative
+ * @negative
  */
 
 // CHECK#1
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.js
index eb0eea8cdb93dd81c85a81e67dd4512c29406af6..7218e3879bccc6df888b698d6df57c5a2f025b98 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.js
@@ -9,20 +9,20 @@
 */
 
 //CHECK
-errorCount = 0;
-count = 0;
+var errorCount = 0;
+var count = 0;
 var hex = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"];
-for (i1 = 0; i1 < 16; i1++) {
-  for (i2 = 0; i2 < 16; i2++) {
-    for (i3 = 0; i3 < 16; i3++) {
-      for (i4 = 0; i4 < 16; i4++) {
-        try {    
+for (var i1 = 0; i1 < 16; i1++) {
+  for (var i2 = 0; i2 < 16; i2++) {
+    for (var i3 = 0; i3 < 16; i3++) {
+      for (var i4 = 0; i4 < 16; i4++) {
+        try {
           var uu = hex[i1] + hex[i2] + hex[i3] + hex[i4];
           var xx = String.fromCharCode("0x" + uu);
           var LineTerminators = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));
-          var yy = 0;     
-          eval("//var " + xx + "yy = -1");          
-          if (LineTerminators !== true) { 
+          var yy = 0;
+          eval("//var " + xx + "yy = -1");
+          if (LineTerminators !== true) {
             if (yy !== 0) {
               $ERROR('#' + uu + ' ');
               errorCount++;
@@ -38,11 +38,11 @@ for (i1 = 0; i1 < 16; i1++) {
           errorCount++;
         }
         count++;
-      }  
+      }
     }
   }
 }
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Unicode character in ' + count);
 }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.js
index 159e663223d720e637bfa808651b34e833a07f64..ceffd99b8749a1651dae0a9050cc77bf5c1e6607 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.js
@@ -5,29 +5,29 @@
  * @name: S7.4_A6;
  * @section: 7.4;
  * @assertion: If multi line comments csn not nest, they can contain any Unicode character;
- * @description: "var"+ yy+ "xx = 1", insert instead of yy all Unicode characters; 
+ * @description: "var"+ yy+ "xx = 1", insert instead of yy all Unicode characters;
 */
 
 //CHECK
-errorCount = 0;
-count = 0;
-for (indexI = 0; indexI <= 65535; indexI++) {
+var errorCount = 0;
+var count = 0;
+for (var indexI = 0; indexI <= 65535; indexI++) {
   try {
-    var xx = 0;    
+    var xx = 0;
     eval("/*var " + String.fromCharCode(indexI) + "xx = 1*/");
     var hex = decimalToHexString(indexI);
     if (xx !== 0) {
       $ERROR('#' + hex + ' ');
       errorCount++;
-    }    
+    }
   } catch (e){
     $ERROR('#' + hex + ' ');
     errorCount++;
   }
   count++;
-}  
+}
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Unicode character in ' + count);
 }
 
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.1_Reserved_Words/S7.5.1_A2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.1_Reserved_Words/S7.5.1_A2.js
index b58498dedb931d9d2ddb1abaeb5c9d0d21793e64..405a1bed382ac3db993f44e2cafd62eceafc1b76 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.1_Reserved_Words/S7.5.1_A2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.1_Reserved_Words/S7.5.1_A2.js
@@ -4,118 +4,117 @@
 /**
  * @name: S7.5.1_A2;
  * @section: 7.5.1;
- * @assertion: List of words that are not reserved; 
+ * @assertion: List of words that are not reserved;
  * @description: Try assign 1 for not reserved words;
 */
 
 // a
-and = 1;
-and_eq = 1;
-as = 1;
-asm = 1; 
-assert = 1;
-auto = 1;
+var and = 1;
+var and_eq = 1;
+var as = 1;
+var asm = 1;
+var assert = 1;
+var auto = 1;
 // b
-base = 1;
-bitand = 1;
-bitor = 1;
-bool = 1;
-byvalue = 1;
+var base = 1;
+var bitand = 1;
+var bitor = 1;
+var bool = 1;
+var byvalue = 1;
 // c
-checked = 1;
-clone = 1;
-comment = 1;
-compl = 1;
-const_cast = 1;
+var checked = 1;
+var clone = 1;
+var comment = 1;
+var compl = 1;
+var const_cast = 1;
 // d
-decimal = 1;
-delegate = 1;
-dynamic_cast = 1;
+var decimal = 1;
+var delegate = 1;
+var dynamic_cast = 1;
 // e
-explicit = 1;
-extern = 1;
-equals = 1;
-event = 1;
+var explicit = 1;
+var extern = 1;
+var equals = 1;
+var event = 1;
 // f
-finalize = 1;
-fixed = 1;
-friend = 1;
-foreach = 1;
-future = 1;
+var finalize = 1;
+var fixed = 1;
+var friend = 1;
+var foreach = 1;
+var future = 1;
 // g
-getClass = 1;
-generic = 1;
+var getClass = 1;
+var generic = 1;
 // h
-hashCode = 1;
+var hashCode = 1;
 // i
-implicit = 1;
-infinity = 1;
-inline = 1;
-inner = 1;
-internal = 1;
-is = 1;
+var implicit = 1;
+var infinity = 1;
+var inline = 1;
+var inner = 1;
+var internal = 1;
+var is = 1;
 // j
 // k
 // l
-lock = 1;
+var lock = 1;
 // m
-mutable = 1;
+var mutable = 1;
 // n
-NaN = 1;
-namespace = 1;
-not = 1;
-notify = 1;
-notifyAll = 1;
-not_eq = 1;
+var namespace = 1;
+var not = 1;
+var notify = 1;
+var notifyAll = 1;
+var not_eq = 1;
 // o
-object = 1;
-operator = 1;
-or = 1;
-or_eq = 1;
-out = 1;
-outer = 1;
-override = 1;
+var object = 1;
+var operator = 1;
+var or = 1;
+var or_eq = 1;
+var out = 1;
+var outer = 1;
+var override = 1;
 // p
-params = 1;
+var params = 1;
 // q
 // r
-readonly = 1;
-reinterpret_cast = 1;
-ref = 1;
-register = 1;
+var readonly = 1;
+var reinterpret_cast = 1;
+var ref = 1;
+var register = 1;
 
 // s
-sbyte = 1;
-signed = 1;
-sizeof = 1;
-stackalloc = 1;
-static_cast = 1;
-string = 1;
-strictfp = 1;
-struct = 1;
+var sbyte = 1;
+var signed = 1;
+var sizeof = 1;
+var stackalloc = 1;
+var static_cast = 1;
+var string = 1;
+var strictfp = 1;
+var struct = 1;
 // t
-template = 1;
-toString = 1;
-typedef = 1;
-typeid = 1;
+var template = 1;
+var toString = 1;
+var typedef = 1;
+var typeid = 1;
 // u
-uint = 1;
-unchecked = 1;
-undefiend = 1;
-union = 1;
-unsafe = 1;
-unsigned = 1;
-use = 1;
-using = 1;
-ushort = 1;
+var uint = 1;
+var unchecked = 1;
+var undefiend = 1;
+var union = 1;
+var unsafe = 1;
+var unsigned = 1;
+var use = 1;
+var using = 1;
+var ushort = 1;
 // v
-valueOf = 1;
-virtual = 1;
+var valueOf = 1;
+var virtual = 1;
 // w
-wait = 1;
-wchar_t = 1;
+var wait = 1;
+var wchar_t = 1;
 // x
-xor = 1;
-xor_eq = 1;
+var xor = 1;
+var xor_eq = 1;
 // y
-// z 
+// z
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.1.js
index d37ca0f535eba25b1991c90a43446f9c7940f48e..cb0e9bcc7472900c5002bbf41aff72129d623b60 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.1.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "abstract=1" succeeds;
  */
 
-abstract = 1;
+var abstract = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10.js
index cf96e6239e3c8b9abeeefb58d3920868d085d781..1ff312bc901e9c72b0198a75959bb15e88d65262 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10.js
@@ -5,8 +5,8 @@
  * @name: S7.5.3_A1.10;
  * @section: 7.5.3;
  * @assertion: The "export" token can not be used as identifier;
- * @description: Checking if execution of "export=1" fails;  
+ * @description: Checking if execution of "export=1" fails;
  * @negative
 */
 
-export = 1;
+var export = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11.js
index e7c47e5713ae0f416688a24a1eee17b802a6e164..24c249df7a0315d8689a0c6097fb1eddafaca873 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11.js
@@ -5,8 +5,8 @@
  * @name: S7.5.3_A1.11;
  * @section: 7.5.3;
  * @assertion: The "extends" token can not be used as identifier;
- * @description: Checking if execution of "extends=1" fails;  
+ * @description: Checking if execution of "extends=1" fails;
  * @negative
 */
 
-extends = 1;
+var extends = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.12.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.12.js
index 2fbba1c645eeb983f4852187a13f448af8d2ef71..6865200099c3fbb4346c4d96dc9cfa8d79031c2c 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.12.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.12.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "final=1" succeeds;
  */
 
-final = 1;
+var final = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.13.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.13.js
index 9e436929a0d3f700be5771b491d2afd627b07c66..3101cb2ef5b47f14cbbe3c72cc02ad4120566cec 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.13.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.13.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "float=1" succeeds;
 */
 
-float = 1;
+var float = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.14.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.14.js
index 6399276b5f986b0a0da713f084273b78f8c1ee92..2cb26879e3b8b9bb738a5bff4b61c2dd14eec6fe 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.14.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.14.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "goto=1" succeeds;
  */
 
-goto = 1;
+var goto = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
index cc74d369c1e8516019fd2a0bf44259aa956bb9e5..4fccdec7af0bd21a0ff2ee1c18fbe34abda20cba 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
@@ -7,7 +7,7 @@
  * @assertion: The "implements" token can not be used as identifier in strict code;
  * @description: Checking if execution of "implements=1" fails in strict code;
  * @negative
+ * @strict_only
  */
 
-"use strict";
-implements = 1;
\ No newline at end of file
+var implements = 1;
\ No newline at end of file
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
index a2f6d2c94b7a316f95e9f28933f8fe3f22d78427..4a69e8e5aa0c57654e4615d829da93f50860fd2b 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
@@ -6,6 +6,7 @@
  * @section: 7.5.3;
  * @assertion: The "implements" token can be used as identifier in non-strict code;
  * @description: Checking if execution of "implements=1" succeeds in non-strict code;
+ * @non_strict_only
  */
 
-new Function('implements = 1');
\ No newline at end of file
+var implements = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16.js
index f294d61a7eafa5d85de16c68ac6959008346cbc9..18efb30e41d0dbf6a82b4b9c92540ec0fd728d98 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16.js
@@ -4,9 +4,9 @@
 /**
  * @name: S7.5.3_A1.16;
  * @section: 7.5.3;
- * @assertion: The "import" token can not be used as identifier;  
+ * @assertion: The "import" token can not be used as identifier;
  * @description: Checking if execution of "import=1" fails;
  * @negative
 */
 
-import = 1;
+var import = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.17.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.17.js
index 5e7e72bdead7b58e45074da8740082c3183a9126..6b894155bb02a53c9b04443c20e6f3bdfc1aa89d 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.17.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.17.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "int=1" succeeds;
 */
 
-int = 1;
+var int = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
index a233c398968eb5516d993d25b5593ce68188055f..9d64ba4caa27493f78d7bfef4d31003c40df4e8e 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
@@ -11,4 +11,4 @@
  */
 
 "use strict";
-interface = 1;
+var interface = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
index 71635216c2891cfdca0cd39b542bf33103064e09..f4b1cff027068009a77db266a3ab0815ac825b23 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
@@ -8,6 +8,7 @@
  * non-strict code;
  * @description: Checking if execution of "interface = 1" succeeds in
  * non-strict code;
+ * @non_strict_only
  */
 
-new Function('interface = 1');
+var interface = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.19.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.19.js
index 1667d3905c47d79c2370382e5046e99286fd44f6..7a6ca21a020c35dcd2f473a8831950711d1ad3b4 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.19.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.19.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "long=1" succeeds;
  */
 
-long = 1;
+var long = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.2.js
index 76c3c81c2c3bdc242448bdbb5a160f82581e180d..26e8a39f8c63256b17a6fdd85da6dce77b93a0fb 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.2.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "boolean=1" succeeds;
  */
 
-boolean = 1;
+var boolean = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.20.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.20.js
index 979fff751e1bb2243c08d013c91283c8ff488dc5..57de0cf23cf6937c101d0b0b938633ab2d77f969 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.20.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.20.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "native=1" succeeds;
  */
 
-native = 1;
+var native = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
index 0cb32fc574069726efa5dcec99f6e7749014b89c..12a5c43cd862a80ee7f8ab422fbbc2604a667c4e 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
@@ -10,4 +10,4 @@
  */
 
 "use strict";
-package = 1;
+var package = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
index a5f084cff51cc26f899e470b54e88968888157fb..c46efb5c74ed2c43d23ec74d703bd48e3e6f0fb7 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
@@ -6,6 +6,7 @@
  * @section: 7.5.3;
  * @assertion: The "package" token can be used as identifier in non-strict code;
  * @description: Checking if execution of "package=1" succeeds in non-strict code;
+ * @non_strict_only
  */
 
-new Function('package = 1');
+var package = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
index ca66532a2cbc41511795bc210f5950f2f95bfd20..9990d6d34fb32368613162fe3a27fc10f7d335bb 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
@@ -10,4 +10,4 @@
  */
 
 "use strict";
-private = 1;
+var private = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
index d224cef880185462daa5e6550c0109851b5d860e..0b722bc64f580c7b5eb95451dd8e6b4258544deb 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
@@ -6,6 +6,7 @@
  * @section: 7.5.3;
  * @assertion: The "private" token can be used as identifier in non-strict code;
  * @description: Checking if execution of "private=1" succeeds in non-strict code;
+ * @non_strict_only
  */
 
-new Function('private = 1');
+var private = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
index d834d92f6c438994439e8392aad0f02946314cd2..0c1cd16f07548414ffdde1f5f5e328b939708462 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
@@ -11,4 +11,4 @@
  */
 
 "use strict";
-protected = 1;
+var protected = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
index 6241fb2f611df7cfed4e9927aef8abaccb707419..c6afe569b3367200070bef5221acfa8a120446a3 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
@@ -6,6 +6,7 @@
  * @section: 7.5.3;
  * @assertion: The "protected" token can be used as identifier in non-strict code;
  * @description: Checking if execution of "protected=1" succeeds in non-strict code;
+ * @non_strict_only
  */
 
-new Function('protected = 1');
+var protected = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
index 512486283230919efe2d78b913d933aa2b4b8168..6eeaea37431e3615941d3cc636141274c84bde9c 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
@@ -10,4 +10,4 @@
  */
 
 "use strict";
-public = 1;
+var public = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
index 7fe3f00a579d2ab3d81426dd1f20e04e5df26999..4561bf5fb947f76d8c8b9e4c44a74118a406f817 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
@@ -6,6 +6,7 @@
  * @section: 7.5.3;
  * @assertion: The "public" token can be used as identifier in non-strict code;
  * @description: Checking if execution of "public=1" succeeds in non-strict code;
+ * @non_strict_only
  */
 
-new Function('public = 1');
+var public = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.25.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.25.js
index 10218efbcb4d09e3e61552bdde320cf5bd8e9168..7b6870249fc326456648023c7a952b0310ff8ee8 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.25.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.25.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "short=1" succeeds;
  */
 
-short = 1;
+var short = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
index 9823c3caf624bbf5e25925454cc14c840057d696..bdc6071109accb1d4f2ae2d1688f49b248f1ed8a 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
@@ -10,4 +10,4 @@
 */
 
 "use strict";
-static = 1;
+var static = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
index f98cb4dafd3cd71e63be33b1edaf7800e2028732..95cb162c8ea4c4eb5222b49439297d214cf86d3d 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
@@ -6,6 +6,7 @@
  * @section: 7.5.3;
  * @assertion: The "static" token can be used as identifier in non-strict code;
  * @description: Checking if execution of "static=1" succeeds in non-strict code;
+ * @non_strict_only
  */
 
-new Function('static = 1');
+var static = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27.js
index 5f140e63c1a275da76dc9c7b2809e58f66d94de5..9ed477227558632d43bdc57a58626c76b89e11d4 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27.js
@@ -5,8 +5,8 @@
  * @name: S7.5.3_A1.27;
  * @section: 7.5.3;
  * @assertion: The "super" token can not be used as identifier;
- * @description: Checking if execution of "super=1" fails;  
+ * @description: Checking if execution of "super=1" fails;
  * @negative
 */
 
-super = 1;
+var super = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.28.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.28.js
index d70f857abf1cba4a701b210860a8b08307b5df41..1b54f30c6f349b1d9036bd3f8e8654f5bf6cb3db 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.28.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.28.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "synchronized=1" succeeds;
 */
 
-synchronized = 1;
+var synchronized = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.29.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.29.js
index 6aa1b70e4d166a6ff98a3b56f0623e6b493bf60b..892eb5177cd322490d7eddb20335c8cca3a5d0a7 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.29.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.29.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "throws=1" succeeds;
 */
 
-throws = 1;
+var throws = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.3.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.3.js
index 5d17b3639fb036614da57d42bddbb2d2fefc7707..8d343563e46c81eede25184d9d52fd297b326e4a 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.3.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.3.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "byte=1" succeeds;
  */
 
-byte = 1;
+var byte = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.30.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.30.js
index 23d1e296f56d992daa97794067a5cd0df6913616..7869f399d93c481c542df2edaf575ac82e1528e3 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.30.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.30.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "transient=1" succeeds;
  */
 
-transient = 1;
+var transient = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.31.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.31.js
index 67fcbc7228cadafc931ab5ce6490079891ce757d..1a9a7bec045b6156a0e752211922eeba8e1c4839 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.31.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.31.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "volatile=1" succeeds;
  */
 
-volatile = 1;
+var volatile = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.4.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.4.js
index 589c6b55333eca630f7924582b19df5dad1f713d..9aeac262fc78f2d44c9ab469d13c37ac7b685487 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.4.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.4.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "char=1" succeeds;
  */
 
-char = 1;
+var char = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5.js
index 2c30d4fa6b03595762a137edbd90fcd835aaf251..e4ae7d7a4123adf52613908a422b1fd908b41e28 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5.js
@@ -5,8 +5,8 @@
  * @name: S7.5.3_A1.5;
  * @section: 7.5.3;
  * @assertion: The "class" token can not be used as identifier;
- * @description: Checking if execution of "class=1" fails;  
+ * @description: Checking if execution of "class=1" fails;
  * @negative
 */
 
-class = 1;
+var class = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6.js
index c28c893f8517159349999c2936a09a1237302208..db4c708e1d6e284a485bab13096579b7d723c850 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6.js
@@ -5,8 +5,8 @@
  * @name: S7.5.3_A1.6;
  * @section: 7.5.3;
  * @assertion: The "const" token can not be used as identifier;
- * @description: Checking if execution of "const=1" fails;  
+ * @description: Checking if execution of "const=1" fails;
  * @negative
 */
 
-const = 1;
+var const = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7.js
index e481d25bc0c59567a1c410ea1c23c973dcbc665a..2bd49aae91635d7c7da13e4e44af303a6cd86154 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7.js
@@ -5,8 +5,8 @@
  * @name: S7.5.3_A1.7;
  * @section: 7.5.3;
  * @assertion: The "debugger" token can not be used as identifier;
- * @description: Checking if execution of "debugger=1" fails;  
+ * @description: Checking if execution of "debugger=1" fails;
  * @negative
 */
 
-debugger = 1;
+var debugger = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.8.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.8.js
index 40e509a3e7dcce536dc6b54a8bfe43e5652173a1..156500e4a859d26216c0ce6fa0fff81c3ad1ee2c 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.8.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.8.js
@@ -8,4 +8,4 @@
  * @description: Checking if execution of "double=1" succeeds;
  */
 
-double = 1;
+var double = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9.js
index d24d8e9285680dc796112c9db7a0cc873c77c0bd..7afa6a6e2b670a2ca05377f87bff8a7dd187e540 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9.js
@@ -4,9 +4,9 @@
 /**
  * @name: S7.5.3_A1.9;
  * @section: 7.5.3;
- * @assertion: The "enum" token can not be used as identifier;  
+ * @assertion: The "enum" token can not be used as identifier;
  * @description: Checking if execution of "enum=1" fails;
  * @negative
 */
 
-enum = 1;
+var enum = 1;
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T1.js
index 04a9ec0a7165caab7c09f854633fe09cc851b31f..c7f831ac65119fefed162e8e98240f821ec76b6b 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T1.js
@@ -9,107 +9,107 @@
 */
 
 //CHECK#A-Z
-\u0041 = 1;
+var \u0041 = 1;
 if (A !== 1) {
   $ERROR('#A');
 }
-\u0042 = 1;
+var \u0042 = 1;
 if (B !== 1) {
   $ERROR('#B');
 }
-\u0043 = 1;
+var \u0043 = 1;
 if (C !== 1) {
   $ERROR('#C');
 }
-\u0044 = 1;
+var \u0044 = 1;
 if (D !== 1) {
   $ERROR('#D');
 }
-\u0045 = 1;
+var \u0045 = 1;
 if (E !== 1) {
   $ERROR('#E');
 }
-\u0046 = 1;
+var \u0046 = 1;
 if (F !== 1) {
   $ERROR('#F');
 }
-\u0047 = 1;
+var \u0047 = 1;
 if (G !== 1) {
   $ERROR('#G');
 }
-\u0048 = 1;
+var \u0048 = 1;
 if (H !== 1) {
   $ERROR('#H');
 }
-\u0049 = 1;
+var \u0049 = 1;
 if (I !== 1) {
   $ERROR('#I');
 }
-\u004A = 1;
+var \u004A = 1;
 if (J !== 1) {
   $ERROR('#J');
 }
-\u004B = 1;
+var \u004B = 1;
 if (K !== 1) {
   $ERROR('#K');
 }
-\u004C = 1;
+var \u004C = 1;
 if (L !== 1) {
   $ERROR('#L');
 }
-\u004D = 1;
+var \u004D = 1;
 if (M !== 1) {
   $ERROR('#M');
 }
-\u004E = 1;
+var \u004E = 1;
 if (N !== 1) {
   $ERROR('#N');
 }
-\u004F = 1;
+var \u004F = 1;
 if (O !== 1) {
   $ERROR('#O');
 }
-\u0050 = 1;
+var \u0050 = 1;
 if (P !== 1) {
   $ERROR('#P');
 }
-\u0051 = 1;
+var \u0051 = 1;
 if (Q !== 1) {
   $ERROR('#Q');
 }
-\u0052 = 1;
+var \u0052 = 1;
 if (R !== 1) {
   $ERROR('#R');
 }
-\u0053 = 1;
+var \u0053 = 1;
 if (S !== 1) {
   $ERROR('#S');
 }
-\u0054 = 1;
+var \u0054 = 1;
 if (T !== 1) {
   $ERROR('#T');
 }
-\u0055 = 1;
+var \u0055 = 1;
 if (U !== 1) {
   $ERROR('#U');
 }
-\u0056 = 1;
+var \u0056 = 1;
 if (V !== 1) {
   $ERROR('#V');
 }
-\u0057 = 1;
+var \u0057 = 1;
 if (W !== 1) {
   $ERROR('#W');
 }
-\u0058 = 1;
+var \u0058 = 1;
 if (X !== 1) {
   $ERROR('#X');
 }
-\u0059 = 1;
+var \u0059 = 1;
 if (Y !== 1) {
   $ERROR('#Y');
 }
-\u005A = 1;
+var \u005A = 1;
 if (Z !== 1) {
   $ERROR('#Z');
 }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T2.js
index 614d6b8a625d4c6b3b9110466e4bf011334d3069..ff9109e8832432a6ad26908f2874236d54bf0aba 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.1_T2.js
@@ -9,107 +9,107 @@
 */
 
 //CHECK#a-z
-\u0061 = 1;
+var \u0061 = 1;
 if (a !== 1) {
   $ERROR('#a');
 }
-\u0062 = 1;
+var \u0062 = 1;
 if (b !== 1) {
   $ERROR('#b');
 }
-\u0063 = 1;
+var \u0063 = 1;
 if (c !== 1) {
   $ERROR('#c');
 }
-\u0064 = 1;
+var \u0064 = 1;
 if (d !== 1) {
   $ERROR('#d');
 }
-\u0065 = 1;
+var \u0065 = 1;
 if (e !== 1) {
   $ERROR('#e');
 }
-\u0066 = 1;
+var \u0066 = 1;
 if (f !== 1) {
   $ERROR('#f');
 }
-\u0067 = 1;
+var \u0067 = 1;
 if (g !== 1) {
   $ERROR('#g');
 }
-\u0068 = 1;
+var \u0068 = 1;
 if (h !== 1) {
   $ERROR('#h');
 }
-\u0069 = 1;
+var \u0069 = 1;
 if (i !== 1) {
   $ERROR('#i');
 }
-\u006A = 1;
+var \u006A = 1;
 if (j !== 1) {
   $ERROR('#j');
 }
-\u006B = 1;
+var \u006B = 1;
 if (k !== 1) {
   $ERROR('#k');
 }
-\u006C = 1;
+var \u006C = 1;
 if (l !== 1) {
   $ERROR('#l');
 }
-\u006D = 1;
+var \u006D = 1;
 if (m !== 1) {
   $ERROR('#m');
 }
-\u006E = 1;
+var \u006E = 1;
 if (n !== 1) {
   $ERROR('#n');
 }
-\u006F = 1;
+var \u006F = 1;
 if (o !== 1) {
   $ERROR('#o');
 }
-\u0070 = 1;
+var \u0070 = 1;
 if (p !== 1) {
   $ERROR('#p');
 }
-\u0071 = 1;
+var \u0071 = 1;
 if (q !== 1) {
   $ERROR('#q');
 }
-\u0072 = 1;
+var \u0072 = 1;
 if (r !== 1) {
   $ERROR('#r');
 }
-\u0073 = 1;
+var \u0073 = 1;
 if (s !== 1) {
   $ERROR('#s');
 }
-\u0074 = 1;
+var \u0074 = 1;
 if (t !== 1) {
   $ERROR('#t');
 }
-\u0075 = 1;
+var \u0075 = 1;
 if (u !== 1) {
   $ERROR('#u');
 }
-\u0076 = 1;
+var \u0076 = 1;
 if (v !== 1) {
   $ERROR('#v');
 }
-\u0077 = 1;
+var \u0077 = 1;
 if (w !== 1) {
   $ERROR('#w');
 }
-\u0078 = 1;
+var \u0078 = 1;
 if (x !== 1) {
   $ERROR('#x');
 }
-\u0079 = 1;
+var \u0079 = 1;
 if (y !== 1) {
   $ERROR('#y');
 }
-\u007A = 1;
+var \u007A = 1;
 if (z !== 1) {
   $ERROR('#z');
 }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T1.js
index 12e181f2093fb6f9decc22f72d260a62260a93cb..ae72fdd81b41d0f0585c183172e51d97e4295264 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T1.js
@@ -9,135 +9,135 @@
 */
 
 //CHECK#А-Я
-\u0410 = 1;
+var \u0410 = 1;
 if (А !== 1) {
   $ERROR('#А');
 }
-\u0411 = 1;
+var \u0411 = 1;
 if (Б !== 1) {
   $ERROR('#Б');
 }
-\u0412 = 1;
+var \u0412 = 1;
 if (Ð’ !== 1) {
   $ERROR('#Ð’');
 }
-\u0413 = 1;
+var \u0413 = 1;
 if (Г !== 1) {
   $ERROR('#Г');
 }
-\u0414 = 1;
+var \u0414 = 1;
 if (Д !== 1) {
   $ERROR('#Д');
 }
-\u0415 = 1;
+var \u0415 = 1;
 if (Е !== 1) {
   $ERROR('#Е');
 }
-\u0416 = 1;
+var \u0416 = 1;
 if (Ж !== 1) {
   $ERROR('#Ж');
 }
-\u0417 = 1;
+var \u0417 = 1;
 if (З !== 1) {
   $ERROR('#З');
 }
-\u0418 = 1;
+var \u0418 = 1;
 if (И !== 1) {
   $ERROR('#И');
 }
-\u0419 = 1;
+var \u0419 = 1;
 if (Й !== 1) {
   $ERROR('#Й');
 }
-\u041A = 1;
+var \u041A = 1;
 if (К !== 1) {
   $ERROR('#К');
 }
-\u041B = 1;
+var \u041B = 1;
 if (Л !== 1) {
   $ERROR('#Л');
 }
-\u041C = 1;
+var \u041C = 1;
 if (М !== 1) {
   $ERROR('#М');
 }
-\u041D = 1;
+var \u041D = 1;
 if (Н !== 1) {
   $ERROR('#Н');
 }
-\u041E = 1;
+var \u041E = 1;
 if (О !== 1) {
   $ERROR('#О');
 }
-\u041F = 1;
+var \u041F = 1;
 if (П !== 1) {
   $ERROR('#П');
 }
-\u0420 = 1;
+var \u0420 = 1;
 if (Р !== 1) {
   $ERROR('#Р');
 }
-\u0421 = 1;
+var \u0421 = 1;
 if (С !== 1) {
   $ERROR('#С');
 }
-\u0422 = 1;
+var \u0422 = 1;
 if (Т !== 1) {
   $ERROR('#Т');
 }
-\u0423 = 1;
+var \u0423 = 1;
 if (У !== 1) {
   $ERROR('#У');
 }
-\u0424 = 1;
+var \u0424 = 1;
 if (Ф !== 1) {
   $ERROR('#Ф');
 }
-\u0425 = 1;
+var \u0425 = 1;
 if (Ð¥ !== 1) {
   $ERROR('#Ð¥');
 }
-\u0426 = 1;
+var \u0426 = 1;
 if (Ц !== 1) {
   $ERROR('#Ц');
 }
-\u0427 = 1;
+var \u0427 = 1;
 if (Ч !== 1) {
   $ERROR('#Ч');
 }
-\u0428 = 1;
+var \u0428 = 1;
 if (Ш !== 1) {
   $ERROR('#Ш');
 }
-\u0429 = 1;
+var \u0429 = 1;
 if (Щ !== 1) {
   $ERROR('#Щ');
 }
-\u042A = 1;
+var \u042A = 1;
 if (Ъ !== 1) {
   $ERROR('#Ъ');
 }
-\u042B = 1;
+var \u042B = 1;
 if (Ы !== 1) {
   $ERROR('#Ы');
 }
-\u042C = 1;
+var \u042C = 1;
 if (Ь !== 1) {
   $ERROR('#Ь');
 }
-\u042D = 1;
+var \u042D = 1;
 if (Э !== 1) {
   $ERROR('#Э');
 }
-\u042E = 1;
+var \u042E = 1;
 if (Ю !== 1) {
   $ERROR('#Ю');
 }
-\u042F = 1;
+var \u042F = 1;
 if (Я !== 1) {
   $ERROR('#Я');
 }
-\u0401 = 1;
+var \u0401 = 1;
 if (Ё !== 1) {
   $ERROR('#Ё');
 }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T2.js
index 6ed7c177be0bbd4694765c618c8b7b9aab2afaa6..7786eef3090c11e0a3e4c739d90d2a27bc0df2bd 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.2_T2.js
@@ -9,135 +9,135 @@
 */
 
 //CHECK#а-я
-\u0430 = 1;
+var \u0430 = 1;
 if (а !== 1) {
   $ERROR('#а');
 }
-\u0431 = 1;
+var \u0431 = 1;
 if (б !== 1) {
   $ERROR('#б');
 }
-\u0432 = 1;
+var \u0432 = 1;
 if (в !== 1) {
   $ERROR('#в');
 }
-\u0433 = 1;
+var \u0433 = 1;
 if (г !== 1) {
   $ERROR('#г');
 }
-\u0434 = 1;
+var \u0434 = 1;
 if (д !== 1) {
   $ERROR('#д');
 }
-\u0435 = 1;
+var \u0435 = 1;
 if (е !== 1) {
   $ERROR('#е');
 }
-\u0436 = 1;
+var \u0436 = 1;
 if (ж !== 1) {
   $ERROR('#ж');
 }
-\u0437 = 1;
+var \u0437 = 1;
 if (з !== 1) {
   $ERROR('#з');
 }
-\u0438 = 1;
+var \u0438 = 1;
 if (и !== 1) {
   $ERROR('#и');
 }
-\u0439 = 1;
+var \u0439 = 1;
 if (й !== 1) {
   $ERROR('#й');
 }
-\u043A = 1;
+var \u043A = 1;
 if (к !== 1) {
   $ERROR('#к');
 }
-\u043B = 1;
+var \u043B = 1;
 if (л !== 1) {
   $ERROR('#л');
 }
-\u043C = 1;
+var \u043C = 1;
 if (м !== 1) {
   $ERROR('#м');
 }
-\u043D = 1;
+var \u043D = 1;
 if (н !== 1) {
   $ERROR('#н');
 }
-\u043E = 1;
+var \u043E = 1;
 if (о !== 1) {
   $ERROR('#о');
 }
-\u043F = 1;
+var \u043F = 1;
 if (п !== 1) {
   $ERROR('#п');
 }
-\u0440 = 1;
+var \u0440 = 1;
 if (Ñ€ !== 1) {
   $ERROR('#Ñ€');
 }
-\u0441 = 1;
+var \u0441 = 1;
 if (с !== 1) {
   $ERROR('#с');
 }
-\u0442 = 1;
+var \u0442 = 1;
 if (Ñ‚ !== 1) {
   $ERROR('#Ñ‚');
 }
-\u0443 = 1;
+var \u0443 = 1;
 if (у !== 1) {
   $ERROR('#у');
 }
-\u0444 = 1;
+var \u0444 = 1;
 if (Ñ„ !== 1) {
   $ERROR('#Ñ„');
 }
-\u0445 = 1;
+var \u0445 = 1;
 if (Ñ… !== 1) {
   $ERROR('#Ñ…');
 }
-\u0446 = 1;
+var \u0446 = 1;
 if (ц !== 1) {
   $ERROR('#ц');
 }
-\u0447 = 1;
+var \u0447 = 1;
 if (ч !== 1) {
   $ERROR('#ч');
 }
-\u0448 = 1;
+var \u0448 = 1;
 if (ш !== 1) {
   $ERROR('#ш');
 }
-\u0449 = 1;
+var \u0449 = 1;
 if (щ !== 1) {
   $ERROR('#щ');
 }
-\u044A = 1;
+var \u044A = 1;
 if (ÑŠ !== 1) {
   $ERROR('#ÑŠ');
 }
-\u044B = 1;
+var \u044B = 1;
 if (Ñ‹ !== 1) {
   $ERROR('#Ñ‹');
 }
-\u044C = 1;
+var \u044C = 1;
 if (ь !== 1) {
   $ERROR('#ь');
 }
-\u044D = 1;
+var \u044D = 1;
 if (э !== 1) {
   $ERROR('#э');
 }
-\u044E = 1;
+var \u044E = 1;
 if (ÑŽ !== 1) {
   $ERROR('#ÑŽ');
 }
-\u044F = 1;
+var \u044F = 1;
 if (я !== 1) {
   $ERROR('#я');
 }
-\u0451 = 1;
+var \u0451 = 1;
 if (Ñ‘ !== 1) {
   $ERROR('#Ñ‘');
 }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.3_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.3_T1.js
index 1bb0eb42eb65b74842a5e93328184c40f478eeb1..674b7a5f85f9e1cb9fac77c96ea98d0a3dd7c0ca 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.3_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.6_Identifiers/S7.6_A4.3_T1.js
@@ -9,43 +9,43 @@
 */
 
 //CHECK#0-9
-$\u0030 = 0;
+var $\u0030 = 0;
 if ($0 !== 0) {
   $ERROR('#0: $\\u0030 = 0; $0 === 0');
 }
-$\u0031 = 1;
+var $\u0031 = 1;
 if ($1 !== 1) {
   $ERROR('#1: $\\u0031 = 1; $1 === 1');
 }
-$\u0032 = 2;
+var $\u0032 = 2;
 if ($2 !== 2) {
   $ERROR('#2: $\\u0032 = 2; $2 === 2');
 }
-$\u0033 = 3;
+var $\u0033 = 3;
 if ($3 !== 3) {
   $ERROR('#3: $\\u0033 = 3; $3 === 3');
 }
-$\u0034 = 4;
+var $\u0034 = 4;
 if ($4 !== 4) {
   $ERROR('#4: $\\u0034 = 4; $4 === 4');
 }
-$\u0035 = 5;
+var $\u0035 = 5;
 if ($5 !== 5) {
   $ERROR('#5: $\\u0035 = 5; $5 === 5');
 }
-$\u0036 = 6;
+var $\u0036 = 6;
 if ($6 !== 6) {
   $ERROR('#6: $\\u0036 = 6; $6 === 6');
 }
-$\u0037 = 7;
+var $\u0037 = 7;
 if ($7 !== 7) {
   $ERROR('#7: $\\u0037 = 7; $7 === 7');
 }
-$\u0038 = 8;
+var $\u0038 = 8;
 if ($8 !== 8) {
   $ERROR('#8: $\\u0038 = 8; $8 === 8');
 }
-$\u0039 = 9;
+var $\u0039 = 9;
 if ($9 !== 9) {
   $ERROR('#9: $\\u0039 = 9; $9 === 9');
 }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T1.js
index 81c76ad07d61f64ea8ed695c6ffb2a16b566043f..a7d6a14454d47d3520200fc1e64401978a1d0f92 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T1.js
@@ -9,9 +9,9 @@
 */
 
 //CHECK#A-Z
-unicode = ["\u0041", "\u0042", "\u0043", "\u0044", "\u0045", "\u0046", "\u0047", "\u0048", "\u0049", "\u004A", "\u004B", "\u004C", "\u004D", "\u004E", "\u004F", "\u0050", "\u0051", "\u0052", "\u0053", "\u0054", "\u0055", "\u0056", "\u0057", "\u0058", "\u0059", "\u005A"];
-character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
-for (index = 0; index <= 25; index++) {
+var unicode = ["\u0041", "\u0042", "\u0043", "\u0044", "\u0045", "\u0046", "\u0047", "\u0048", "\u0049", "\u004A", "\u004B", "\u004C", "\u004D", "\u004E", "\u004F", "\u0050", "\u0051", "\u0052", "\u0053", "\u0054", "\u0055", "\u0056", "\u0057", "\u0058", "\u0059", "\u005A"];
+var character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
+for (var index = 0; index <= 25; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T2.js
index 963cc12943d2d3a23f78c037ee340a5d79f4f53d..0443209ccebc3632db2976c0e856db7fdb0ada93 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.1_T2.js
@@ -9,9 +9,9 @@
 */
 
 //CHECK#a-z
-hex = ["\u0061", "\u0062", "\u0063", "\u0064", "\u0065", "\u0066", "\u0067", "\u0068", "\u0069", "\u006A", "\u006B", "\u006C", "\u006D", "\u006E", "\u006F", "\u0070", "\u0071", "\u0072", "\u0073", "\u0074", "\u0075", "\u0076", "\u0077", "\u0078", "\u0079", "\u007A"];
-character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
-for (index = 0; index <= 25; index++) {
+var hex = ["\u0061", "\u0062", "\u0063", "\u0064", "\u0065", "\u0066", "\u0067", "\u0068", "\u0069", "\u006A", "\u006B", "\u006C", "\u006D", "\u006E", "\u006F", "\u0070", "\u0071", "\u0072", "\u0073", "\u0074", "\u0075", "\u0076", "\u0077", "\u0078", "\u0079", "\u007A"];
+var character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
+for (var index = 0; index <= 25; index++) {
   if (hex[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T1.js
index 1abea74aa196106696d39b1db1c7b9eabdc3a4e0..d964362fe6e79c16d5fe153c52a6404872e1faaa 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T1.js
@@ -9,9 +9,9 @@
 */
 
 //CHECK#А-Я
-unicode = ["\u0410", "\u0411", "\u0412", "\u0413", "\u0414", "\u0415", "\u0416", "\u0417", "\u0418", "\u0419", "\u041A", "\u041B", "\u041C", "\u041D", "\u041E", "\u041F", "\u0420", "\u0421", "\u0422", "\u0423", "\u0424", "\u0425", "\u0426", "\u0427", "\u0428", "\u0429", "\u042A", "\u042B", "\u042C", "\u042D", "\u042E", "\u042F", "\u0401"];
-character = ["А", "Б", "В", "Г", "Д", "Е", "Ж", "З", "И", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ъ", "Ы", "Ь", "Э", "Ю", "Я", "Ё"];
-for (index = 0; index <= 32; index++) {
+var unicode = ["\u0410", "\u0411", "\u0412", "\u0413", "\u0414", "\u0415", "\u0416", "\u0417", "\u0418", "\u0419", "\u041A", "\u041B", "\u041C", "\u041D", "\u041E", "\u041F", "\u0420", "\u0421", "\u0422", "\u0423", "\u0424", "\u0425", "\u0426", "\u0427", "\u0428", "\u0429", "\u042A", "\u042B", "\u042C", "\u042D", "\u042E", "\u042F", "\u0401"];
+var character = ["А", "Б", "В", "Г", "Д", "Е", "Ж", "З", "И", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ъ", "Ы", "Ь", "Э", "Ю", "Я", "Ё"];
+for (var index = 0; index <= 32; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T2.js
index 1a2f59b6c658c7b859bcb92538336ad9f968b994..ab8e1083f54e86fc40af97f6017401004f2c1e80 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.2_T2.js
@@ -9,9 +9,9 @@
 */
 
 //CHECK#а-я
-unicode = ["\u0430", "\u0431", "\u0432", "\u0433", "\u0434", "\u0435", "\u0436", "\u0437", "\u0438", "\u0439", "\u043A", "\u043B", "\u043C", "\u043D", "\u043E", "\u043F", "\u0440", "\u0441", "\u0442", "\u0443", "\u0444", "\u0445", "\u0446", "\u0447", "\u0448", "\u0449", "\u044A", "\u044B", "\u044C", "\u044D", "\u044E", "\u044F", "\u0451"];
-character = ["а", "б", "в", "г", "д", "е", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я", "ё"];
-for (index = 0; index <= 32; index++) {
+var unicode = ["\u0430", "\u0431", "\u0432", "\u0433", "\u0434", "\u0435", "\u0436", "\u0437", "\u0438", "\u0439", "\u043A", "\u043B", "\u043C", "\u043D", "\u043E", "\u043F", "\u0440", "\u0441", "\u0442", "\u0443", "\u0444", "\u0445", "\u0446", "\u0447", "\u0448", "\u0449", "\u044A", "\u044B", "\u044C", "\u044D", "\u044E", "\u044F", "\u0451"];
+var character = ["а", "б", "в", "г", "д", "е", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я", "ё"];
+for (var index = 0; index <= 32; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.3_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.3_T1.js
index 31129c517dfe306a45a109612ee0151a8aee836c..bdf8765d82f9f335d78b03a90f4a3207dc91f266 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.3_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A2.3_T1.js
@@ -9,9 +9,9 @@
 */
 
 //CHECK#0-9
-unicode = ["\u0030", "\u0031", "\u0032", "\u0033", "\u0034", "\u0035", "\u0036", "\u0037", "\u0038", "\u0039"];
-character = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
-for (index = 0; index <= 9; index++) {
+var unicode = ["\u0030", "\u0031", "\u0032", "\u0033", "\u0034", "\u0035", "\u0036", "\u0037", "\u0038", "\u0039"];
+var character = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
+for (var index = 0; index <= 9; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T1.js
index 0668fd4978b668e79b7a2c967a61068e8007e73f..3fefb580a6dbccf6b52fe43908cf0d038bb57d28 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T1.js
@@ -4,14 +4,14 @@
 /**
  * @name: S7.8.4_A4.2_T1;
  * @section: 7.8.4;
- * @assertion: CharacterEscapeSequnce :: NonEscapeSequence;  
+ * @assertion: CharacterEscapeSequnce :: NonEscapeSequence;
  * @description: NonEscapeSequence :: ENGLISH CAPITAL ALPHABET;
 */
 
 //CHECK#A-Z
-CharacterCode = [0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, 0x0048, 0x0049, 0x004A, 0x004B, 0x004C, 0x004D, 0x004E, 0x004F, 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, 0x0058, 0x0059, 0x005A];
-NonEscapeCharacter = ["\A", "\B", "\C", "\D", "\E", "\F", "\G", "\H", "\I", "\J", "\K", "\L", "\M", "\N", "\O", "\P", "\Q", "\R", "\S", "\T", "\U", "\V", "\W", "\X", "\Y", "\Z"];
-for (index = 0; index <= 25; index++) {
+var CharacterCode = [0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, 0x0048, 0x0049, 0x004A, 0x004B, 0x004C, 0x004D, 0x004E, 0x004F, 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, 0x0058, 0x0059, 0x005A];
+var NonEscapeCharacter = ["\A", "\B", "\C", "\D", "\E", "\F", "\G", "\H", "\I", "\J", "\K", "\L", "\M", "\N", "\O", "\P", "\Q", "\R", "\S", "\T", "\U", "\V", "\W", "\X", "\Y", "\Z"];
+for (var index = 0; index <= 25; index++) {
   if (String.fromCharCode(CharacterCode[index]) !== NonEscapeCharacter[index]) {
     $ERROR('#' + NonEscapeCharacter[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T3.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T3.js
index 426ce8b9dd9d16750498fc87b4763516bec61ca1..abc7a298a3a9a0d91f00a8ccf988cffe84f653aa 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T3.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T3.js
@@ -4,14 +4,14 @@
 /**
  * @name: S7.8.4_A4.2_T3;
  * @section: 7.8.4;
- * @assertion: CharacterEscapeSequnce :: NonEscapeSequence;  
+ * @assertion: CharacterEscapeSequnce :: NonEscapeSequence;
  * @description: NonEscapeSequence :: ENGLISH SMALL ALPHABET;
 */
 
 //CHECK#a-z without b, f, n, r, t, v, x, u
-CharacterCode = [0x0061, 0x0063, 0x0064, 0x0065, 0x0067, 0x0068, 0x0069, 0x006A, 0x006B, 0x006C, 0x006D, 0x006F, 0x0070, 0x0071, 0x0073, 0x0077, 0x0079, 0x007A];
-NonEscapeCharacter = ["\a", "\c", "\d", "\e", "\g", "\h", "\i", "\j", "\k", "\l", "\m", "\o", "\p", "\q", "\s", "\w", "\y", "\z"];
-for (index = 0; index <= 17; index++) {
+var CharacterCode = [0x0061, 0x0063, 0x0064, 0x0065, 0x0067, 0x0068, 0x0069, 0x006A, 0x006B, 0x006C, 0x006D, 0x006F, 0x0070, 0x0071, 0x0073, 0x0077, 0x0079, 0x007A];
+var NonEscapeCharacter = ["\a", "\c", "\d", "\e", "\g", "\h", "\i", "\j", "\k", "\l", "\m", "\o", "\p", "\q", "\s", "\w", "\y", "\z"];
+for (var index = 0; index <= 17; index++) {
   if (String.fromCharCode(CharacterCode[index]) !== NonEscapeCharacter[index]) {
     $ERROR('#' + NonEscapeCharacter[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T5.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T5.js
index 2a96ff509c7f47a2f4ae04a48909c7fb9394bbae..b673dadc323d367a9c8198f7c403a849ef7f1323 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T5.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T5.js
@@ -4,14 +4,14 @@
 /**
  * @name: S7.8.4_A4.2_T5;
  * @section: 7.8.4;
- * @assertion: CharacterEscapeSequnce :: NonEscapeSequence; 
+ * @assertion: CharacterEscapeSequnce :: NonEscapeSequence;
  * @description: NonEscapeSequence :: RUSSIAN CAPITAL ALPHABET;
 */
 
 //CHECK#А-Я
-CharacterCode = [0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417, 0x0418, 0x0419, 0x041A, 0x041B, 0x041C, 0x041D, 0x041E, 0x041F, 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427, 0x0428, 0x0429, 0x042A, 0x042B, 0x042C, 0x042D, 0x042E, 0x042F, 0x0401];
-NonEscapeCharacter = ["\А", "\Б", "\В", "\Г", "\Д", "\Е", "\Ж", "\З", "\И", "\Й", "\К", "\Л", "\М", "\Н", "\О", "\П", "\Р", "\С", "\Т", "\У", "\Ф", "\Х", "\Ц", "\Ч", "\Ш", "\Щ", "\Ъ", "\Ы", "\Ь", "\Э", "\Ю", "\Я", "\Ё"];
-for (index = 0; index <= 32; index++) {
+var CharacterCode = [0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417, 0x0418, 0x0419, 0x041A, 0x041B, 0x041C, 0x041D, 0x041E, 0x041F, 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427, 0x0428, 0x0429, 0x042A, 0x042B, 0x042C, 0x042D, 0x042E, 0x042F, 0x0401];
+var NonEscapeCharacter = ["\А", "\Б", "\В", "\Г", "\Д", "\Е", "\Ж", "\З", "\И", "\Й", "\К", "\Л", "\М", "\Н", "\О", "\П", "\Р", "\С", "\Т", "\У", "\Ф", "\Х", "\Ц", "\Ч", "\Ш", "\Щ", "\Ъ", "\Ы", "\Ь", "\Э", "\Ю", "\Я", "\Ё"];
+for (var index = 0; index <= 32; index++) {
   if (String.fromCharCode(CharacterCode[index]) !== NonEscapeCharacter[index]) {
     $ERROR('#' + NonEscapeCharacter[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T7.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T7.js
index f42cde27efd329a0ded27692f4e5ae8aaed9d70f..c63ceacbca03fd9a500914b68efb01c460776711 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T7.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.2_T7.js
@@ -4,14 +4,14 @@
 /**
  * @name: S7.8.4_A4.2_T7;
  * @section: 7.8.4;
- * @assertion: CharacterEscapeSequnce :: NonEscapeSequence; 
+ * @assertion: CharacterEscapeSequnce :: NonEscapeSequence;
  * @description: NonEscapeSequence :: RUSSIAN SMALL ALPHABET;
 */
 
 //CHECK#а-я
-CharacterCode = [0x0430, 0x0431, 0x0432, 0x0433, 0x0434, 0x0435, 0x0436, 0x0437, 0x0438, 0x0439, 0x043A, 0x043B, 0x043C, 0x043D, 0x043E, 0x043F, 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446, 0x0447, 0x0448, 0x0449, 0x044A, 0x044B, 0x044C, 0x044D, 0x044E, 0x044F, 0x0451];
-NonEscapeCharacter = ["\а", "\б", "\в", "\г", "\д", "\е", "\ж", "\з", "\и", "\й", "\к", "\л", "\м", "\н", "\о", "\п", "\р", "\с", "\т", "\у", "\ф", "\х", "\ц", "\ч", "\ш", "\щ", "\ъ", "\ы", "\ь", "\э", "\ю", "\я", "\ё"];
-for (index = 0; index <= 32; index++) {
+var CharacterCode = [0x0430, 0x0431, 0x0432, 0x0433, 0x0434, 0x0435, 0x0436, 0x0437, 0x0438, 0x0439, 0x043A, 0x043B, 0x043C, 0x043D, 0x043E, 0x043F, 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446, 0x0447, 0x0448, 0x0449, 0x044A, 0x044B, 0x044C, 0x044D, 0x044E, 0x044F, 0x0451];
+var NonEscapeCharacter = ["\а", "\б", "\в", "\г", "\д", "\е", "\ж", "\з", "\и", "\й", "\к", "\л", "\м", "\н", "\о", "\п", "\р", "\с", "\т", "\у", "\ф", "\х", "\ц", "\ч", "\ш", "\щ", "\ъ", "\ы", "\ь", "\э", "\ю", "\я", "\ё"];
+for (var index = 0; index <= 32; index++) {
   if (String.fromCharCode(CharacterCode[index]) !== NonEscapeCharacter[index]) {
     $ERROR('#' + NonEscapeCharacter[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T7.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T7.js
index e4e9db352a84c2e0b206250d3b871179f9c132a2..6ce01acb2c627043ebf4407429b4fd23912d544e 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T7.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T7.js
@@ -10,26 +10,26 @@
 
 //CHECK#bfnrtv
 if ("b" === "\b") {
-  $ERROR('#b')
+  $ERROR('#b');
 }
 
 if ("f" === "\f") {
-  $ERROR('#f')
+  $ERROR('#f');
 }
 
 if ("n" === "\n") {
-  $ERROR('#n')
+  $ERROR('#n');
 }
 
 if ("r" === "\r") {
-  $ERROR('#r')
+  $ERROR('#r');
 }
 
 if ("t" === "\t") {
-  $ERROR('#t')
+  $ERROR('#t');
 }
 
 if ("v" === "\v") {
-  $ERROR('#v')
+  $ERROR('#v');
 }
 
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T2.js
index 4825c125e37f7c0955c0ca1d41a4935ef86f8118..19a52d278b374c8bda57af9ae3bbb9ebdb81bf50 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T2.js
@@ -9,9 +9,9 @@
 */
 
 //CHECK#A-Z
-hex = ["\x41", "\x42", "\x43", "\x44", "\x45", "\x46", "\x47", "\x48", "\x49", "\x4A", "\x4B", "\x4C", "\x4D", "\x4E", "\x4F", "\x50", "\x51", "\x52", "\x53", "\x54", "\x55", "\x56", "\x57", "\x58", "\x59", "\x5A"];
-character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
-for (index = 0; index <= 25; index++) {
+var hex = ["\x41", "\x42", "\x43", "\x44", "\x45", "\x46", "\x47", "\x48", "\x49", "\x4A", "\x4B", "\x4C", "\x4D", "\x4E", "\x4F", "\x50", "\x51", "\x52", "\x53", "\x54", "\x55", "\x56", "\x57", "\x58", "\x59", "\x5A"];
+var character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
+for (var index = 0; index <= 25; index++) {
   if (hex[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T3.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T3.js
index b9513c937b66f47c94deb78d0179cc5612ce21f1..f5977521d8de0a59ffd9b9bfd092a85121938aa7 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T3.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T3.js
@@ -9,9 +9,9 @@
 */
 
 //CHECK#a-z
-hex = ["\x61", "\x62", "\x63", "\x64", "\x65", "\x66", "\x67", "\x68", "\x69", "\x6A", "\x6B", "\x6C", "\x6D", "\x6E", "\x6F", "\x70", "\x71", "\x72", "\x73", "\x74", "\x75", "\x76", "\x77", "\x78", "\x79", "\x7A"];
-character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
-for (index = 0; index <= 25; index++) {
+var hex = ["\x61", "\x62", "\x63", "\x64", "\x65", "\x66", "\x67", "\x68", "\x69", "\x6A", "\x6B", "\x6C", "\x6D", "\x6E", "\x6F", "\x70", "\x71", "\x72", "\x73", "\x74", "\x75", "\x76", "\x77", "\x78", "\x79", "\x7A"];
+var character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
+for (var index = 0; index <= 25; index++) {
   if (hex[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T2.js
index ac437eb082175f94cf928b2ca112ae17d1166466..9086b69be5e2bc4159a0475c3aa49c4b02e17196 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T2.js
@@ -9,9 +9,9 @@
 */
 
 //CHECK#A-Z
-unicode = ["\u0041", "\u0042", "\u0043", "\u0044", "\u0045", "\u0046", "\u0047", "\u0048", "\u0049", "\u004A", "\u004B", "\u004C", "\u004D", "\u004E", "\u004F", "\u0050", "\u0051", "\u0052", "\u0053", "\u0054", "\u0055", "\u0056", "\u0057", "\u0058", "\u0059", "\u005A"];
-character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
-for (index = 0; index <= 25; index++) {
+var unicode = ["\u0041", "\u0042", "\u0043", "\u0044", "\u0045", "\u0046", "\u0047", "\u0048", "\u0049", "\u004A", "\u004B", "\u004C", "\u004D", "\u004E", "\u004F", "\u0050", "\u0051", "\u0052", "\u0053", "\u0054", "\u0055", "\u0056", "\u0057", "\u0058", "\u0059", "\u005A"];
+var character = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
+for (var index = 0; index <= 25; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T3.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T3.js
index bd1ddf44c377b5ef00632b0be822f1399bc99894..ad0d4883deb333f400a44d6afcfcd7930b2117a9 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T3.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T3.js
@@ -9,9 +9,9 @@
 */
 
 //CHECK#a-z
-unicode = ["\u0061", "\u0062", "\u0063", "\u0064", "\u0065", "\u0066", "\u0067", "\u0068", "\u0069", "\u006A", "\u006B", "\u006C", "\u006D", "\u006E", "\u006F", "\u0070", "\u0071", "\u0072", "\u0073", "\u0074", "\u0075", "\u0076", "\u0077", "\u0078", "\u0079", "\u007A"];
-character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
-for (index = 0; index <= 25; index++) {
+var unicode = ["\u0061", "\u0062", "\u0063", "\u0064", "\u0065", "\u0066", "\u0067", "\u0068", "\u0069", "\u006A", "\u006B", "\u006C", "\u006D", "\u006E", "\u006F", "\u0070", "\u0071", "\u0072", "\u0073", "\u0074", "\u0075", "\u0076", "\u0077", "\u0078", "\u0079", "\u007A"];
+var character = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
+for (var index = 0; index <= 25; index++) {
   if (unicode[index] !== character[index]) {
     $ERROR('#' + character[index] + ' ');
   }
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.js
index 88d4a89c9e758a13c7b2e40cada7d3449e442184..edb04085f05f83163c2f2f2a89404798a25b4fac 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.js
@@ -4,51 +4,51 @@
 /**
  * @name: S7.8.5_A1.1_T2;
  * @section: 7.8.5, 15.10.1;
- * @assertion: RegularExpressionFirstChar :: NonTerminator but not * or \ or /, 
- * RegularExpressionChars :: [empty], RegularExpressionFlags :: [empty];  
+ * @assertion: RegularExpressionFirstChar :: NonTerminator but not * or \ or /,
+ * RegularExpressionChars :: [empty], RegularExpressionFlags :: [empty];
  * @description: Complex test with eval, using syntax pattern;
 */
 
 //CHECK
-errorCount = 0;
-count = 0;
+var errorCount = 0;
+var count = 0;
 var hex = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"];
-for (i1 = 0; i1 < 16; i1++) {
-  for (i2 = 0; i2 < 16; i2++) {
-    for (i3 = 0; i3 < 16; i3++) {
-      for (i4 = 0; i4 < 16; i4++) {
-        try {    
+for (var i1 = 0; i1 < 16; i1++) {
+  for (var i2 = 0; i2 < 16; i2++) {
+    for (var i3 = 0; i3 < 16; i3++) {
+      for (var i4 = 0; i4 < 16; i4++) {
+        try {
           var uu = hex[i1] + hex[i2] + hex[i3] + hex[i4];
-	      var Elimination = 
-          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") || 
-           (uu === "003F") || (uu === "0028") || (uu === "0029") || 
+	      var Elimination =
+          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") ||
+           (uu === "003F") || (uu === "0028") || (uu === "0029") ||
            (uu === "005B") || (uu === "005D") || (uu === "007B") || (uu === "007D"));
-           /* 
+           /*
                 * \u002A     / \u002F     \ \u005C     + \u002B
                 ? \u003F     ( \u0028     ) \u0029
-                [ \u005B     ] \u005D     { \u007B     } \u007D          
+                [ \u005B     ] \u005D     { \u007B     } \u007D
            */
-          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));                      
-          if ((Elimination || LineTerminator ) === false) {              
-            var xx = String.fromCharCode("0x" + uu);          
-            var pattern = eval("/" + xx + "/");  
+          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));
+          if ((Elimination || LineTerminator ) === false) {
+            var xx = String.fromCharCode("0x" + uu);
+            var pattern = eval("/" + xx + "/");
             if (pattern.source !== xx) {
               $ERROR('#' + uu + ' ');
               errorCount++;
-            }  
+            }
           } else {
             count--;
-          }                     
-        } catch (e) {         
+          }
+        } catch (e) {
           $ERROR('#' + uu + ' ');
           errorCount++;
         }
         count++;
-      }  
+      }
     }
   }
 }
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Regular Expression First Char in ' + count);
-} 
+}
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.js
index c4e6936967229ff9605b2e0e4515f0cbca89d3e9..7ebf8b1e31b7f527213f4a93af12d9d54230697a 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.js
@@ -4,52 +4,52 @@
 /**
  * @name: S7.8.5_A2.1_T2;
  * @section: 7.8.5, 15.10.1;
- * @assertion: RegularExpressionChar :: NonTerminator but not \ or /, 
+ * @assertion: RegularExpressionChar :: NonTerminator but not \ or /,
  * RegularExpressionFlags :: [empty];
  * @description: Complex test with eval, using syntax pattern;
 */
 
 //CHECK
-errorCount = 0;
-count = 0;
+var errorCount = 0;
+var count = 0;
 var hex = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"];
-for (i1 = 0; i1 < 16; i1++) {
-  for (i2 = 0; i2 < 16; i2++) {
-    for (i3 = 0; i3 < 16; i3++) {
-      for (i4 = 0; i4 < 16; i4++) {
-        try {               
+for (var i1 = 0; i1 < 16; i1++) {
+  for (var i2 = 0; i2 < 16; i2++) {
+    for (var i3 = 0; i3 < 16; i3++) {
+      for (var i4 = 0; i4 < 16; i4++) {
+        try {
           var uu = hex[i1] + hex[i2] + hex[i3] + hex[i4];
-	      var Elimination = 
-          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") || 
-           (uu === "003F") || (uu === "0028") || (uu === "0029") || 
+	      var Elimination =
+          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") ||
+           (uu === "003F") || (uu === "0028") || (uu === "0029") ||
            (uu === "005B") || (uu === "005D") || (uu === "007B") || (uu === "007D"));
-           /* 
+           /*
                 * \u002A     / \u002F     \ \u005C     + \u002B
                 ? \u003F     ( \u0028     ) \u0029
-                [ \u005B     ] \u005D     { \u007B     } \u007D          
+                [ \u005B     ] \u005D     { \u007B     } \u007D
            */
-          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));                      
-          if ((Elimination || LineTerminator ) === false) {                       
-            var xx = "nnnn" + String.fromCharCode("0x" + uu);                  
-            var pattern = eval("/" + xx + "/");  
+          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));
+          if ((Elimination || LineTerminator ) === false) {
+            var xx = "nnnn" + String.fromCharCode("0x" + uu);
+            var pattern = eval("/" + xx + "/");
             if (pattern.source !== xx) {
               $ERROR('#' + uu + ' ');
               errorCount++;
-            }                   
-      
+            }
+
           } else {
             count--;
-          }                     
-        } catch (e) {         
+          }
+        } catch (e) {
           $ERROR('#' + uu + ' ');
           errorCount++;
         }
         count++;
-      }  
+      }
     }
   }
 }
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Regular Expression First Char in ' + count);
-} 
+}
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.js
index 19f8838772f6cdb5d8e551d8cbe4e15e275ffffc..b8d957a96d2eb9d6485e8b8dfff50150f3070c1d 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.js
@@ -4,51 +4,51 @@
 /**
  * @name: S7.8.5_A2.4_T2;
  * @section: 7.8.5, 15.10.1;
- * @assertion: RegularExpressionChar :: BackslashSequence :: \NonTerminator,  
- * RegularExpressionFlags :: [empty];  
+ * @assertion: RegularExpressionChar :: BackslashSequence :: \NonTerminator,
+ * RegularExpressionFlags :: [empty];
  * @description: Complex test with eval, using syntax pattern;
 */
 
 //CHECK
-errorCount = 0;
-count = 0;
+var errorCount = 0;
+var count = 0;
 var hex = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"];
-for (i1 = 0; i1 < 16; i1++) {
-  for (i2 = 0; i2 < 16; i2++) {
-    for (i3 = 0; i3 < 16; i3++) {
-      for (i4 = 0; i4 < 16; i4++) {
-        try {    
+for (var i1 = 0; i1 < 16; i1++) {
+  for (var i2 = 0; i2 < 16; i2++) {
+    for (var i3 = 0; i3 < 16; i3++) {
+      for (var i4 = 0; i4 < 16; i4++) {
+        try {
           var uu = hex[i1] + hex[i2] + hex[i3] + hex[i4];
-	      var Elimination = 
-          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") || 
-           (uu === "003F") || (uu === "0028") || (uu === "0029") || 
+	      var Elimination =
+          ((uu === "002A") || (uu === "002F") || (uu === "005C") || (uu === "002B") ||
+           (uu === "003F") || (uu === "0028") || (uu === "0029") ||
            (uu === "005B") || (uu === "005D") || (uu === "007B") || (uu === "007D"));
-           /* 
+           /*
                 * \u002A     / \u002F     \ \u005C     + \u002B
                 ? \u003F     ( \u0028     ) \u0029
-                [ \u005B     ] \u005D     { \u007B     } \u007D          
+                [ \u005B     ] \u005D     { \u007B     } \u007D
            */
-          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));                      
-          if ((Elimination || LineTerminator ) === false) {              
-            var xx = "a\\" + String.fromCharCode("0x" + uu);          
-            var pattern = eval("/" + xx + "/");  
+          var LineTerminator = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));
+          if ((Elimination || LineTerminator ) === false) {
+            var xx = "a\\" + String.fromCharCode("0x" + uu);
+            var pattern = eval("/" + xx + "/");
             if (pattern.source !== xx) {
               $ERROR('#' + uu + ' ');
               errorCount++;
-            }                   
+            }
           } else {
             count--;
-          }                     
-        } catch (e) {         
+          }
+        } catch (e) {
           $ERROR('#' + uu + ' ');
           errorCount++;
         }
         count++;
-      }  
+      }
     }
   }
 }
 
-if (errorCount > 0) {    
+if (errorCount > 0) {
   $ERROR('Total error: ' + errorCount + ' bad Regular Expression First Char in ' + count);
-} 
+}
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js
index e0dfa0e2f00eba34175437a5f7a8017dfee946b5..e489e8837977220fe4dadc1f0125e63adb362896 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js
@@ -9,7 +9,7 @@
 */
 
 //CHECK#1
-x = 0;
+var x = 0;
 if (false) x = 1
 if (x !== 0) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js
index 06516121b79ec784c76adf96214cf7008d7a9b23..235474f855e8bf8bbffb0470e82e2136a68bc3c3 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js
@@ -9,7 +9,7 @@
 */
 
 //CHECK#1
-x = 0;
+var x = 0;
 if (false) {x = 1} else {x = -1}
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js
index e6cbccf17815e0c12483c792ed5c4e3ebf58bb1c..9ccd11f1f035a6e3b428fbc05a33a6db127d1874 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js
@@ -9,8 +9,8 @@
 */
 
 //CHECK#1
-x = 0;
-if (false) {{x = 1};} 
+var x = 0;
+if (false) {{x = 1};}
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js
index 7608d3dd48592889e9527209f21c6ea04cab602d..1afe6ba14759767be137e00c8697bf0ce3d9e557 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js
@@ -5,12 +5,12 @@
  * @name: S7.9_A11_T2;
  * @section: 7.9, 12.5;
  * @assertion: Check If Statement for automatic semicolon insertion;
- * @description: Use if (false) \n x = 1 and check x; 
+ * @description: Use if (false) \n x = 1 and check x;
 */
 
 //CHECK#1
-x = 0;
-if (false) 
+var x = 0;
+if (false)
 x = 1
 if (x !== 0) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js
index 780341bdb1d2bc7a4ff0519c4ab85d5241c541c0..87f6ad09b9518b9feb2f768bbace906c01120e15 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js
@@ -9,8 +9,8 @@
 */
 
 //CHECK#1
-x = 0;
-if (false); 
+var x = 0;
+if (false);
 x = 1
 if (x !== 1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js
index 946ba54861dd9a10b2187c58411a5f31c055aa0c..558fdd6de5513ff8142814a4c3a5a63952ba8403 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js
@@ -10,5 +10,5 @@
 */
 
 //CHECK#1
-x = 0;
+var x = 0;
 if (false) x = 1 else x = -1
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js
index fd3d27c54c9d62ad284b7f66aca86fa8cafc386b..7866eb9cb1b68499d07ce3808dec0d8a50de20f9 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js
@@ -9,7 +9,7 @@
 */
 
 //CHECK#1
-x = 0;
+var x = 0;
 if (false) x = 1; else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js
index a55e909f61474b03a5ddf17dd36a43cf60fa8832..2bded25a209c0495eecb326ead1f024fb53e14d0 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js
@@ -9,8 +9,8 @@
 */
 
 //CHECK#1
-x = 0;
-if (false) x = 1 
+var x = 0;
+if (false) x = 1
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js
index 419fb77277a24517afd55b71d67652633e8cbfd5..7ae5db57c54ae16947e81a44bc077782a9e44bd1 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js
@@ -9,8 +9,8 @@
 */
 
 //CHECK#1
-x = 0;
-if (false) x = 1; 
+var x = 0;
+if (false) x = 1;
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js
index 218371929b272d0d1aec74fbb2ffa27261fd2bda..94c83168fb9a2f1268d51ef1c3d13f0cf7c82465 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js
@@ -10,8 +10,8 @@
 */
 
 //CHECK#1
-x = 0;
-if (false) {x = 1}; 
+var x = 0;
+if (false) {x = 1};
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js
index 24522a93c306ee5a1e83a10f1513daa6b6915f6c..438b5e17a46a13a84a3c04a90d88879f32fd1d39 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js
@@ -9,8 +9,8 @@
 */
 
 //CHECK#1
-x = 0;
-if (false) {x = 1} 
+var x = 0;
+if (false) {x = 1}
 else x = -1
 if (x !== -1) {
   $ERROR('#1: Check If Statement for automatic semicolon insertion');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js
index 2da8bc0d5f9e81bfb9ae84fcb7f01b2eb1ca92e1..6b0651595f1107c5b942824f468c52fd291be0e6 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js
@@ -11,7 +11,7 @@
 */
 
 var x=0, y=0;
-z=
+var z=
 x
 ++
 ++
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js
index 370e5f8e009afc095132820ec9ffabd076cc783e..3489a265861248cf6fb7bbaaaf86adae8e068793 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js
@@ -4,15 +4,15 @@
 /**
 * @name: S7.9_A5.8_T1;
 * @section: 7.9;
-* @assertion: Since LineTerminator(LT) between Postfix Increment/Decrement Operator(I/DO) and operand is admitted, 
+* @assertion: Since LineTerminator(LT) between Postfix Increment/Decrement Operator(I/DO) and operand is admitted,
 * Additive/Substract Operator(A/SO) in combination with I/DO separated by LT or white spaces after automatic semicolon insertion gives valid result;
 * @description: Try use Variable1 \n + \n ++ \n Variable2 construction;
 */
 
 var x=0, y=0;
-z=
+var z=
 x
-+ 
++
 ++
 y
 
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js
index e0c8b83b08b6558d107916d1333551146ee056bd..18662de01ad830b16ffa8c0831c304a1720433b7 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js
@@ -10,9 +10,9 @@
 */
 
 var x=1, y=1;
-z=
+var z=
 x
-+ 
++
 +
 +
 y
diff --git a/test/suite/sputnik/Conformance/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js b/test/suite/sputnik/Conformance/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js
index 385a4860f2752950a0960961371ca3e9a1b76a8b..74081ae2ac883e6eee2546852a61d4314f38b493 100644
--- a/test/suite/sputnik/Conformance/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js
+++ b/test/suite/sputnik/Conformance/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js
@@ -5,12 +5,12 @@
  * @name: S8.2_A1_T2;
  * @section: 8.2;
  * @assertion: The Null Type has one value, called null;
- * @description: Checking if execution of "x = null" passes; 
+ * @description: Checking if execution of "x = null" passes;
 */
 
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
-x = null;
+var x = null;
 //
 //////////////////////////////////////////////////////////////////////////////
 
diff --git a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js
index 618f394128ff1e3694ceac76832d64fc84c63303..f441e455d62d3651ac4171df337c60df143670d3 100644
--- a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js
+++ b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js
@@ -4,13 +4,12 @@
 /**
  * @name: S8.6.2_A2;
  * @section: 8.6.2, 15.2.4;
- * @assertion: Properties of the [[Prototype]] object 
+ * @assertion: Properties of the [[Prototype]] object
  * are visible as properties of the child object for the purposes of get access, but not for put access;
  * @description: Check visibility properties of the child object for the purposes of get access, but not for put access;
- * @strict_mode_negative
 */
- 
-//Establish foo object 
+
+//Establish foo object
 function FooObj(){};
 FooObj.prototype.prop="some";
 
diff --git a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js
index 13989bbde5c6b94a8229b49967f59df9566c7c4b..33073d2217cfd88c785195a0d5144c2320fb0bd4 100644
--- a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js
+++ b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js
@@ -11,7 +11,7 @@
 
 this.count=0;
 
-screen = {touch:function(){count++}};
+var screen = {touch:function(){count++}};
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
 screen.touch();
diff --git a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js
index 6a2209a916115fd53d567044eaf44f708b8eed70..7a02b801e5d6334b903e4dda9e5af8723ddc1c85 100644
--- a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js
+++ b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js
@@ -10,7 +10,7 @@
 */
 
 this.position=0;
-seat = {};
+var seat = {};
 seat['move']=function(){position++};
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
diff --git a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js
index 9044ef90ca86fe7ae9f6d15da652a92d5bad3ddb..925082bbe8f09e3f73aa898d8066fed908549f0b 100644
--- a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js
+++ b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js
@@ -9,8 +9,8 @@
 *  as knock=function(){count++};
 */
 
-count=0;
-knock=function(){count++};
+var count=0;
+var knock=function(){count++};
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
 knock();
diff --git a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js
index 72dda5a8895b5e04cb9e6cdb7ad60435486c4221..cc7a2ddb222259b57bad588b8dbb77610f6a0755 100644
--- a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js
+++ b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js
@@ -9,7 +9,7 @@
 *  as this['beep']=function(){__count++};
 */
 
-__count=0;
+var __count=0;
 
 this["beep"]=function(){__count++};
 //////////////////////////////////////////////////////////////////////////////
diff --git a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js
index 2b0631bb7a4a9ed96ab8c17b2a319d4e974a6ab4..b67f6b9c4d93c1f48c9c049150e344f7bb37502f 100644
--- a/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js
+++ b/test/suite/sputnik/Conformance/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js
@@ -10,9 +10,9 @@
 
 ///////////////////////////////////////////////////////
 // CHECK#1
-obj = {bar:true, some:1, foo:"a"};
+var obj = {bar:true, some:1, foo:"a"};
 
-count=0;
+var count=0;
 
 for (property in obj)	count++;
 
@@ -24,7 +24,7 @@ if (count !== 3){
 
 ///////////////////////////////////////////////////////
 // CHECK#2
-obj_ = {bar:true};
+var obj_ = {bar:true};
 obj_.some = 1;
 obj_.foo = "a";
 
@@ -40,7 +40,7 @@ if (count !== 3){
 
 ///////////////////////////////////////////////////////
 // CHECK#3
-obj__ = new Object();
+var obj__ = new Object();
 obj__.bar = true;
 obj__.some = 1;
 obj__.foo = "a";
diff --git a/test/suite/sputnik/Conformance/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js b/test/suite/sputnik/Conformance/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js
index fbf71072bed28d3d1f6b9516b88210c0062e3cba..72672b409fad052943bd4a6dd74eb49b728c402a 100644
--- a/test/suite/sputnik/Conformance/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js
+++ b/test/suite/sputnik/Conformance/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js
@@ -5,7 +5,8 @@
 * @name: S8.7.1_A2;
 * @section: 8.7.1;
 * @assertion: Delete operator can't delete reference, so it returns false to be applyed to reference;
-* @description: Try to delete y, where y is var y=1; 
+* @description: Try to delete y, where y is var y=1;
+* @non_strict_only
 */
 
 var y = 1;
diff --git a/test/suite/sputnik/Conformance/09_Type_Conversion/9.9_ToObject/S9.9_A1.js b/test/suite/sputnik/Conformance/09_Type_Conversion/9.9_ToObject/S9.9_A1.js
index 5e6be1d8f7238693437b2e627e7cda9185e91364..b1d8c857fe6343e29c832edfc6a46c56ec6f3bf7 100644
--- a/test/suite/sputnik/Conformance/09_Type_Conversion/9.9_ToObject/S9.9_A1.js
+++ b/test/suite/sputnik/Conformance/09_Type_Conversion/9.9_ToObject/S9.9_A1.js
@@ -5,14 +5,15 @@
  * @name: S9.9_A1;
  * @section: 9.9;
  * @assertion: ToObject conversion from undefined value must throw TypeError;
- * @description: Trying to convert undefined to Object; 
+ * @description: Trying to convert undefined to Object;
+ * @non_strict_only
 */
 
 // CHECK#1
 try{
   undefined['foo'];
   $ERROR('#1.1: undefined[\'foo\'] must throw TypeError. Actual: ' + (undefined['foo']));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#1.2: undefined[\'foo\'] must throw TypeError. Actual: ' + (e));
@@ -23,7 +24,7 @@ catch(e){
 try{
   with(undefined) x = 2;
   $ERROR('#2.1: with(undefined) x = 2 must throw TypeError. Actual: x === ' + (x));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#2.2: with(undefined) x = 2 must throw TypeError. Actual: ' + (e));
@@ -34,7 +35,7 @@ catch(e){
 try{
   for(var y in undefined) y = 2;
   $ERROR('#3.1: for(var y in undefined) y = 2 must throw TypeError. Actual: y === ' + (y));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#3.2: for(var y in undefined) y = 2 must throw TypeError. Actual: ' + (e));
@@ -45,7 +46,7 @@ catch(e){
 try{
   for(var z in this.foo) z = 2;
   $ERROR('#4.1: for(var z in this.foo) z = 2 must throw TypeError. Actual: z === ' + (z));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#4.2: for(var z in this.foo) z = 2 must throw TypeError. Actual: ' + (e));
diff --git a/test/suite/sputnik/Conformance/09_Type_Conversion/9.9_ToObject/S9.9_A2.js b/test/suite/sputnik/Conformance/09_Type_Conversion/9.9_ToObject/S9.9_A2.js
index a2519178d076b92ff98d83d7bfdc8f0da2ad125b..6cb73c5768abcf77c33785bd6467134b7475001a 100644
--- a/test/suite/sputnik/Conformance/09_Type_Conversion/9.9_ToObject/S9.9_A2.js
+++ b/test/suite/sputnik/Conformance/09_Type_Conversion/9.9_ToObject/S9.9_A2.js
@@ -6,13 +6,14 @@
  * @section: 9.9;
  * @assertion: ToObject conversion from null value must throw TypeError;
  * @description: Trying to convert null to Object;
+ * @non_strict_only
 */
 
 // CHECK#1
 try{
   null['foo'];
   $ERROR('#1.1: null[\'foo\'] throw TypeError. Actual: ' + (null['foo']));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#1.2: null[\'foo\'] must throw TypeError. Actual: ' + (e));
@@ -23,7 +24,7 @@ catch(e){
 try{
   with(null) x = 2;
   $ERROR('#2.1: with(null) x = 2 must throw TypeError. Actual: x === . Actual: ' + (x));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#2.2: with(null) x = 2 must throw TypeError. Actual: ' + (e));
@@ -31,10 +32,10 @@ catch(e){
 }
 
 // CHECK#3
-try{  
+try{
   for(var y in null) y = 2;
   $ERROR('#3.1:  for(var y in null) y = 2 must throw TypeError. Actual: y === . Actual: ' + (y));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#3.2:  for(var y in null) y = 2 must throw TypeError. Actual: ' + (e));
@@ -45,7 +46,7 @@ catch(e){
 try{
   for(var z in 'bbb'.match(/aaa/)) z = 2;
   $ERROR('#4.1: for(var z in \'bbb\'.match(/aaa/)) z = 2 must throw TypeError. Actual: z === . Actual: ' + (z));
-} 
+}
 catch(e){
   if((e instanceof TypeError) !== true){
     $ERROR('#4.2: for(var z in \'bbb\'.match(/aaa/)) z = 2 must throw TypeError. Actual: ' + (e));
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js
index 19239bd08dcb9261b93775259acac87e29b6988b..e3a661ebeb33ccd70972d384156111fe52058d9b 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js
@@ -4,10 +4,11 @@
 /**
  * @name: S10.1.3_A2;
  * @section: 10.1.3;
- * @assertion: If two or more formal parameters share the same name, hence 
- * the same property, the corresponding property is given the value that was 
+ * @assertion: If two or more formal parameters share the same name, hence
+ * the same property, the corresponding property is given the value that was
  * supplied for the last parameter with this name;
  * @description: Creating functions initialized with two or more formal parameters, which have the same name;
+ * @non_strict_only
 */
 
 //CHECK#1
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js
index e838981f5a2ece9798a9aeaa7d52b1d7e36c9433..a837c279f6905748422e1a966c08c07ac74dab70 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js
@@ -4,17 +4,18 @@
 /**
  * @name: S10.1.3_A4_T1;
  * @section: 10.1.3;
- * @assertion: Function declaration in function code - If the variable object 
- * already has a property with the name of Function Identifier, replace its 
- * value and attributes. Semantically, this step must follow the creation of 
+ * @assertion: Function declaration in function code - If the variable object
+ * already has a property with the name of Function Identifier, replace its
+ * value and attributes. Semantically, this step must follow the creation of
  * FormalParameterList properties;
  * @description: Checking existence of a function with passed parameter;
+ * @non_strict_only
 */
 
 //CHECK#1
 function f1(x){
   return x;
-  
+
   function x(){
     return 7;
   }
@@ -26,7 +27,7 @@ if(!(f1().constructor.prototype === Function.prototype)){
 //CHECK#2
 function f2(x){
   return typeof x;
-  
+
   function x(){
     return 7;
   }
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js
index 3d87add1f40c5f2a1cd80022fdcbf80471ea3e2e..58cce64bef0320b8dc6dd4226664711c97335142 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js
@@ -4,10 +4,11 @@
 /**
  * @name: S10.1.4_A1_T5;
  * @section: 10.1.4;
- * @assertion: Every execution context has associated with it a scope chain. 
- * A scope chain is a list of objects that are searched when evaluating an 
+ * @assertion: Every execution context has associated with it a scope chain.
+ * A scope chain is a list of objects that are searched when evaluating an
  * Identifier;
  * @description: Checking scope chain containing function declarations and "with";
+ * @non_strict_only
 */
 
 var x = 0;
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js
index a95b9448dfad100e6a31d8da0f5292975abb0b11..5758eeef7b5eb0b999be5b3095e4641fe93ec265 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js
@@ -4,10 +4,11 @@
 /**
  * @name: S10.1.4_A1_T6;
  * @section: 10.1.4;
- * @assertion: Every execution context has associated with it a scope chain. 
- * A scope chain is a list of objects that are searched when evaluating an 
+ * @assertion: Every execution context has associated with it a scope chain.
+ * A scope chain is a list of objects that are searched when evaluating an
  * Identifier;
  * @description: Checking scope chain containing function declarations and "with";
+ * @non_strict_only
 */
 
 var x = 0;
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js
index 8e4d7faca0b1accc9b24a70f1dd9620e5f154e14..82decbdf0cc98f382bbd8293381c5662b8cba42e 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js
@@ -4,10 +4,11 @@
 /**
  * @name: S10.1.4_A1_T7;
  * @section: 10.1.4;
- * @assertion: Every execution context has associated with it a scope chain. 
- * A scope chain is a list of objects that are searched when evaluating an 
+ * @assertion: Every execution context has associated with it a scope chain.
+ * A scope chain is a list of objects that are searched when evaluating an
  * Identifier;
  * @description: Checking scope chain containing function declarations and "with";
+ * @non_strict_only
 */
 
 var x = 0;
@@ -21,7 +22,7 @@ function f1(){
     }
   };
   return f2();
-  
+
   var x = 1;
 }
 
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js
index b17ef6ba2be13ef27ba15d0a0c562bbabcf010fb..67839cc79045ecee8ab4822da9a26f4dee5f57d1 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js
@@ -4,10 +4,11 @@
 /**
  * @name: S10.1.4_A1_T8;
  * @section: 10.1.4;
- * @assertion: Every execution context has associated with it a scope chain. 
- * A scope chain is a list of objects that are searched when evaluating an 
+ * @assertion: Every execution context has associated with it a scope chain.
+ * A scope chain is a list of objects that are searched when evaluating an
  * Identifier;
  * @description: Checking scope chain containing function declarations and "with";
+ * @non_strict_only
 */
 
 var x = 0;
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js
index 83bfa2204ae80bd7d896a5b98c17b56bbd3d4620..7f5ee7cc47baa0764190bf9f62c1fcc019c8a4cd 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js
@@ -4,10 +4,11 @@
 /**
  * @name: S10.1.4_A1_T9;
  * @section: 10.1.4;
- * @assertion: Every execution context has associated with it a scope chain. 
- * A scope chain is a list of objects that are searched when evaluating an 
+ * @assertion: Every execution context has associated with it a scope chain.
+ * A scope chain is a list of objects that are searched when evaluating an
  * Identifier;
  * @description: Checking scope chain containing function declarations and "with";
+ * @non_strict_only
 */
 
 var x = 0;
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js
index e2b6560e94794d7e15b9ca7ef746542323c7f492..5f2fd5a33ce3d0c61850c27fabf79727ba6d0d32 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js
@@ -4,14 +4,15 @@
 /**
  * @name: S10.1.8_A3_T3;
  * @section: 10.1.8;
- * @assertion: A property is created with name callee with property 
+ * @assertion: A property is created with name callee with property
  * attributes { DontEnum } and no others;
- * @description: Checking if deleting arguments.callee property fails;  
+ * @description: Checking if deleting arguments.callee property fails;
+ * @non_strict_only
 */
 
 //CHECK#1
 function f1(){
-  return (delete arguments.callee); 
+  return (delete arguments.callee);
 }
 
 try{
@@ -25,7 +26,7 @@ catch(e){
 
 //CHECK#2
 var f2 = function(){
-  return (delete arguments.callee); 
+  return (delete arguments.callee);
 }
 
 try{
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js
index c52ff9f056f18ac3ef3b7687b287deb3473c3787..fb51ddc8a33bb34beea23732a2a830d67c038d6a 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js
@@ -4,16 +4,17 @@
 /**
  * @name: S10.1.8_A3_T4;
  * @section: 10.1.8;
- * @assertion: A property is created with name callee with property 
+ * @assertion: A property is created with name callee with property
  * attributes { DontEnum } and no others;
- * @description: Overriding arguments.callee property;  
+ * @description: Overriding arguments.callee property;
+ * @non_strict_only
 */
 
 var str = "something different";
 //CHECK#1
 function f1(){
   arguments.callee = str;
-  return arguments; 
+  return arguments;
 }
 
 try{
@@ -28,7 +29,7 @@ catch(e){
 //CHECK#2
 var f2 = function(){
     arguments.callee = str;
-    return arguments; 
+    return arguments;
   }
 try{
   if(f2().callee !== str){
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js
index 2ceac9d044494dfbd07218272f0bfe506354cdab..178adfcf29849d8da4473578d0a66514d301f561 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js
@@ -4,9 +4,10 @@
 /**
  * @name: S10.1.8_A4;
  * @section: 10.1.8;
- * @assertion: The initial value of the created property callee is the  
+ * @assertion: The initial value of the created property callee is the
  * Function object being executed;
  * @description: Checking that arguments.callee === function object;
+ * @non_strict_only
 */
 
 //CHECK#1
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js
index ca47955802cd664bb46aedfbcbb8c890858cc67c..f378452b347568c1add3589a2e5ccbe15c29b276 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js
@@ -4,16 +4,16 @@
 /**
  * @name: S10.1.8_A5_T4;
  * @section: 10.1.8;
- * @assertion: A property is created with name length with property 
+ * @assertion: A property is created with name length with property
  * attributes { DontEnum } and no others;
- * @description: Overriding arguments.length property;  
+ * @description: Overriding arguments.length property;
 */
 
 var str = "something different";
 //CHECK#1
 function f1(){
   arguments.length = str;
-  return arguments; 
+  return arguments;
 }
 
 try{
@@ -28,8 +28,8 @@ catch(e){
 //CHECK#2
 var f2 = function(){
     arguments.length = str;
-    return arguments; 
-  }
+    return arguments;
+  };
 try{
   if(f2().length !== str){
     $ERROR("#2: A property length have attribute { ReadOnly }");
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js
index 2761bf8613101adfac3adfb50a3aeb382e314b4d..3668fc458b1fef023e4a53eaf09016c8721cf6cf 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js
@@ -5,7 +5,8 @@
  * @name: S10.1.6_A1_T1;
  * @section: 10.1.6;
  * @assertion: The activation object is initialised with a property with name arguments and attributes {DontDelete};
- * @description: Checking ifdeleting function parameter is possible;
+ * @description: Checking if deleting function parameter is possible;
+ * @non_strict_only
 */
 
 //CHECK#1
@@ -15,4 +16,4 @@ function f1(a){
 }
 if (f1(1) !== 1)
   $ERROR('#1: Function parameter was deleted');
-  
+
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js
index 0c2d67704adfe450e7983465c8a5c2d6bc0d5a18..eda9d8ac51ec3ad3c7ad4ac4af0ae9db1b7a4e32 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js
@@ -6,6 +6,7 @@
  * @section: 10.1.6;
  * @assertion: The activation object is initialised with a property with name arguments and attributes {DontDelete};
  * @description: Checking function which returns "this";
+ * @non_strict_only
 */
 
 function f1() {
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js
index 00f81b92d2daad1c8a159ea8d4cc05b4628d9d5c..a45cca6ee765a0cd21cf192452ccadb20b7c769c 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js
@@ -4,9 +4,10 @@
 /**
  * @name: S10.2.1_A1_T1;
  * @section: 10.2.1;
- * @assertion: Variable instantiation is performed using the global object as 
+ * @assertion: Variable instantiation is performed using the global object as
  * the variable object and using property attributes { DontDelete };
- * @description: Checking if deleting variable x, that is defined as var x = 1, fails; 
+ * @description: Checking if deleting variable x, that is defined as var x = 1, fails;
+ * @non_strict_only
 */
 
 var x = 1;
diff --git a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js
index 285dc134adfa633983aaacef5cf8348de56a3ae8..7e080aa4ffad6d16314ba27a873527fb62a6944b 100644
--- a/test/suite/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js
+++ b/test/suite/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js
@@ -4,9 +4,10 @@
 /**
  * @name: S10.2.1_A1_T2;
  * @section: 10.2.1;
- * @assertion: Variable instantiation is performed using the global object as 
+ * @assertion: Variable instantiation is performed using the global object as
  * the variable object and using property attributes { DontDelete };
  * @description: Checking if deleting variable x, that is defined as x = 1, fails;
+ * @non_strict_only
 */
 
 x = 1;
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js b/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js
index 6bcedce6268683cdf75986200ed5dee12066c4ea..ed4263979a545c93f75c58ec4efd6707719c60ee 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js
@@ -6,16 +6,17 @@
  * @section: 11.10.1;
  * @assertion: First expression is evaluated first, and then second expression;
  * @description: Checking with undeclarated variables;
+ * @non_strict_only
 */
 
 //CHECK#1
 try {
   x & (x = 1);
-  $ERROR('#1.1: x & (x = 1) throw ReferenceError. Actual: ' + (x & (x = 1)));  
+  $ERROR('#1.1: x & (x = 1) throw ReferenceError. Actual: ' + (x & (x = 1)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x & (x = 1) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x & (x = 1) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js b/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js
index 1cdd0cf686f9286be7b53af24f4a52196a822ef3..c3c53121062dfceb11e039ce96c15a30e982f46d 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js
@@ -6,16 +6,17 @@
  * @section: 11.10.2;
  * @assertion: First expression is evaluated first, and then second expression;
  * @description: Checking with undeclarated variables;
+ * @non_strict_only
 */
 
 //CHECK#1
 try {
   x ^ (x = 1);
-  $ERROR('#1.1: x ^ (x = 1) throw ReferenceError. Actual: ' + (x ^ (x = 1)));  
+  $ERROR('#1.1: x ^ (x = 1) throw ReferenceError. Actual: ' + (x ^ (x = 1)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x ^ (x = 1) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x ^ (x = 1) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js b/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js
index b820b1d22ad9155bf2469dbe6111b78f2a6c1c7d..73cd2e03f96822de18827a57da9059d37e09fe4e 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js
@@ -6,16 +6,17 @@
  * @section: 11.10.3;
  * @assertion: First expression is evaluated first, and then second expression;
  * @description: Checking with undeclarated variables;
+ * @non_strict_only
 */
 
 //CHECK#1
 try {
   x | (x = 1);
-  $ERROR('#1.1: x | (x = 1) throw ReferenceError. Actual: ' + (x | (x = 1)));  
+  $ERROR('#1.1: x | (x = 1) throw ReferenceError. Actual: ' + (x | (x = 1)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x | (x = 1) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x | (x = 1) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js b/test/suite/sputnik/Conformance/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js
index 971481242b3af5eb98c59efa3148784230a5a31e..1dc1ded9b1c81926e402b81b012bbb7484cc3795 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js
@@ -6,16 +6,17 @@
  * @section: 11.11.1;
  * @assertion: First expression is evaluated first, and then second expression;
  * @description: Checking with undeclarated variables;
+ * @non_strict_only
 */
 
 //CHECK#1
 try {
   x && (x = true);
-  $ERROR('#1.1: x && (x = true) throw ReferenceError. Actual: ' + (x && (x = true)));  
+  $ERROR('#1.1: x && (x = true) throw ReferenceError. Actual: ' + (x && (x = true)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x && (x = true) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x && (x = true) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js b/test/suite/sputnik/Conformance/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js
index 8fe84c018a121f079b007f593ffe8616fae43d5b..91906298f0e8a6c040aab3f1fba3bb07a5836c0a 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js
@@ -6,16 +6,17 @@
  * @section: 11.11.2;
  * @assertion: First expression is evaluated first, and then second expression;
  * @description: Checking with undeclarated variables;
+ * @non_strict_only
 */
 
 //CHECK#1
 try {
   x || (x = true);
-  $ERROR('#1.1: x || (x = true) throw ReferenceError. Actual: ' + (x || (x = true)));  
+  $ERROR('#1.1: x || (x = true) throw ReferenceError. Actual: ' + (x || (x = true)));
 }
 catch (e) {
   if ((e instanceof ReferenceError) !== true) {
-    $ERROR('#1.2: x || (x = true) throw ReferenceError. Actual: ' + (e));  
+    $ERROR('#1.2: x || (x = true) throw ReferenceError. Actual: ' + (e));
   }
 }
 
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js b/test/suite/sputnik/Conformance/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js
index 01dab25949498656b4881e34103ad80019d6e3f5..3165ce3685634b250875a20c3ec616798210bf13 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js
@@ -6,6 +6,7 @@
 * @section: 11.13.1;
 * @assertion: White Space and Line Terminator between LeftHandSideExpression and "=" or between "=" and AssignmentExpression are allowed;
 * @description: Checking by using eval;
+* @non_strict_only
 */
 
 //CHECK#1
@@ -15,7 +16,7 @@ if ((eval("x\u0009=\u0009true")) !== true) {
 
 //CHECK#2
 if ((eval("x\u000B=\u000Btrue")) !== true) {
-  $ERROR('#2: (x\\u000B=\\u000Btrue) === true');  
+  $ERROR('#2: (x\\u000B=\\u000Btrue) === true');
 }
 
 //CHECK#3
@@ -35,7 +36,7 @@ if ((eval("x\u00A0=\u00A0true")) !== true) {
 
 //CHECK#6
 if ((eval("x\u000A=\u000Atrue")) !== true) {
-  $ERROR('#6: (x\\u000A=\\u000Atrue) === true');  
+  $ERROR('#6: (x\\u000A=\\u000Atrue) === true');
 }
 
 //CHECK#7
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js
index 983f15947f0f3d23f18c44b640374ca503164a83..3b836b5ad4709b4d21cc80e945f17cd28fd6c6d2 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js
@@ -5,15 +5,16 @@
  * @name: S11.1.1_A2;
  * @section: 11.1.1;
  * @assertion: Being in global code, "this" and "eval("this")" return the global object;
- * @description: Checking if execution of "this" and eval("this"), which are in global code, return the global object by using toString function;	
+ * @description: Checking if execution of "this" and eval("this"), which are in global code, return the global object by using toString function;
+ * @non_strict_only
 */
 
 //CHECK#1
 if (this.toString() !== toString()) {
-  $ERROR('#1: this.toString() === toString(). Actual: ' + (this.toString()));  
+  $ERROR('#1: this.toString() === toString(). Actual: ' + (this.toString()));
 }
 
 //CHECK#2
 if (eval("this").toString() !== toString()) {
-  $ERROR('#2: eval("this").toString() === toString(). Actual: ' + (this.toString()));  
+  $ERROR('#2: eval("this").toString() === toString(). Actual: ' + (this.toString()));
 }
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js
index 8c168a87eb649055ed32f47cb74697b085eded99..a45f547f720b6b794b10fd3429dc9acbec310cde 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js
@@ -6,18 +6,19 @@
  * @section: 11.1.1;
  * @assertion: Being in function code, "this" and eval("this"), called as a functions, return the global object;
  * @description: Creating function which returns "this" or eval("this");
+ * @non_strict_only
 */
 
 //CHECK#1
 function MyFunction() {return this}
 if (MyFunction() !== this) {
-  $ERROR('#1: function MyFunction() {return this} MyFunction() === this. Actual: ' + (MyFunction()));  
+  $ERROR('#1: function MyFunction() {return this} MyFunction() === this. Actual: ' + (MyFunction()));
 }
 
 //CHECK#2
 function MyFunction() {return eval("this")}
 if (MyFunction() !== this) {
-  $ERROR('#2: function MyFunction() {return eval("this")} MyFunction() === this. Actual: ' + (MyFunction()));  
+  $ERROR('#2: function MyFunction() {return eval("this")} MyFunction() === this. Actual: ' + (MyFunction()));
 }
 
 
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js
index 96361b6da4b15cc0a6f2c08d5f4c1df209d50705..6c591b0c6966188199a535fbb2034be621fa218c 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js
@@ -6,17 +6,18 @@
  * @section: 11.1.1;
  * @assertion: Being in function code, "this" and eval("this"), called as a constructors, return the object;
  * @description: Create function. It have property, that returned "this";
+ * @non_strict_only
 */
 
 //CHECK#1
 function MyFunction() {this.THIS = this}
 if ((new MyFunction()).THIS.toString() !== "[object Object]") {
-  $ERROR('#1: function MyFunction() {this.THIS = this} (new MyFunction()).THIS.toString() !== "[object Object]". Actual: ' + ((new MyFunction()).THIS.toString()));  
+  $ERROR('#1: function MyFunction() {this.THIS = this} (new MyFunction()).THIS.toString() !== "[object Object]". Actual: ' + ((new MyFunction()).THIS.toString()));
 }
 
 //CHECK#2
 function MyFunction() {this.THIS = eval("this")}
 if ((new MyFunction()).THIS.toString() !== "[object Object]") {
-  $ERROR('#2: function MyFunction() {this.THIS = eval("this")} (new MyFunction()).THIS.toString() !== "[object Object]". Actual: ' + ((new MyFunction()).THIS.toString()));  
+  $ERROR('#2: function MyFunction() {this.THIS = eval("this")} (new MyFunction()).THIS.toString() !== "[object Object]". Actual: ' + ((new MyFunction()).THIS.toString()));
 }
 
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js
index 5b7c1c87a4baa43f4cfbd7677cb057604e334a41..8acf412c596dc2c80a9422d8f81bc187a11d87a2 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js
@@ -11,13 +11,13 @@
 //CHECK#1
 var MyFunction = new Function("return this");
 if (MyFunction() !== this) {
-  $ERROR('#1: var MyFunction = new Function("return this"); MyFunction() === this. Actual: ' + (MyFunction()));  
+  $ERROR('#1: var MyFunction = new Function("return this"); MyFunction() === this. Actual: ' + (MyFunction()));
 }
 
 //CHECK#2
-var MyFunction = new Function("return eval(\'this\')");
+MyFunction = new Function("return eval(\'this\')");
 if (MyFunction() !== this) {
-  $ERROR('#2: var MyFunction = new Function("return eval(\'this\')"); MyFunction() === this. Actual: ' + (MyFunction()));  
+  $ERROR('#2: var MyFunction = new Function("return eval(\'this\')"); MyFunction() === this. Actual: ' + (MyFunction()));
 }
 
 
diff --git a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js
index 279d81775c750d2ffd34f0faf249da10f72b16ca..877ab1b5fd66868bbccc27c95c1766177f6df9bc 100644
--- a/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js
+++ b/test/suite/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js
@@ -12,13 +12,13 @@
 var MyFunction = new Function("this.THIS = this");
 var MyObject = new MyFunction();
 if (MyObject.THIS.toString() !== "[object Object]") {
-  $ERROR('#1: var MyFunction = new Function("this.THIS = this"); var MyObject = new MyFunction(); MyObject.THIS.toString() === "[object Object]". Actual: ' + (MyObject.THIS.toString()));  
+  $ERROR('#1: var MyFunction = new Function("this.THIS = this"); var MyObject = new MyFunction(); MyObject.THIS.toString() === "[object Object]". Actual: ' + (MyObject.THIS.toString()));
 }
 
 //CHECK#2
-var MyFunction = new Function("this.THIS = eval(\'this\')");
-var MyObject = new MyFunction();
+MyFunction = new Function("this.THIS = eval(\'this\')");
+MyObject = new MyFunction();
 if (MyObject.THIS.toString() !== "[object Object]") {
-  $ERROR('#2: var MyFunction = new Function("this.THIS = eval(\'this\')"); var MyObject = new MyFunction(); MyObject.THIS.toString() === "[object Object]". Actual: ' + (MyObject.THIS.toString()));  
+  $ERROR('#2: var MyFunction = new Function("this.THIS = eval(\'this\')"); var MyObject = new MyFunction(); MyObject.THIS.toString() === "[object Object]". Actual: ' + (MyObject.THIS.toString()));
 }
 
diff --git a/test/suite/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A3.js b/test/suite/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A3.js
index 21bac20239f74d243329fcdbbb1c6d3d2dde7cbd..9d2c52cea1124738127c580f05a4cd4fd99ead39 100644
--- a/test/suite/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A3.js
+++ b/test/suite/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A3.js
@@ -14,7 +14,7 @@ LABEL_DO_LOOP : do {
     LABEL_IN : x=2;
     continue ;
     LABEL_IN_2 : var y=2;
-    
+
     function IN_DO_FUNC(){}
 } while(0);
 
diff --git a/test/suite/sputnik/Conformance/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js b/test/suite/sputnik/Conformance/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js
index e1c3038a57267f8052402539703b680f99884dcc..59a14970c72a75cb3de32532cf4c23b7c5e75d03 100644
--- a/test/suite/sputnik/Conformance/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js
+++ b/test/suite/sputnik/Conformance/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js
@@ -4,12 +4,13 @@
 /**
 * @name: S13.2.1_A7_T3;
 * @section: 13.2.1;
-* @assertion: When the [[Call]] property for a Function object F is called, the following steps are taken: 
-* 2. Evaluate F's FunctionBody; 
+* @assertion: When the [[Call]] property for a Function object F is called, the following steps are taken:
+* 2. Evaluate F's FunctionBody;
 * if Result.type is returned  then Result.value is returned too;
 * @description: Returning number. Declaring a function with "function __func()";
 */
 
+var x;
 function __func(){
     x = 1;
     return x;
@@ -27,7 +28,7 @@ try {
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
 try{
-    var __x=__func()
+    var __x=__func();
 } catch(e){
     $ERROR('#1: var __x=__func() does not lead to throwing exception. Actual: exception is '+e);
 }
diff --git a/test/suite/sputnik/Conformance/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js b/test/suite/sputnik/Conformance/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js
index b5594124e7872a0b98546ba5560203491b3227fa..c668d6bdf82e6f06ef1b3d8d5a7f8ff2af2665f7 100644
--- a/test/suite/sputnik/Conformance/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js
+++ b/test/suite/sputnik/Conformance/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js
@@ -6,15 +6,16 @@
 * @section: 13.2.2;
 * @assertion: Calling a function as a constructor is inadmissible as long as this.any_Function is declared by eval and called;
 * @description: Calling a function as a constructor after it has been declared by eval;
+* @non_strict_only
 */
 
 function FACTORY(){
    this.id = 0;
-   
+
    eval("function func(){return \"id_string\";}");
-      
+
    this.id = func();
-     
+
 }
 //////////////////////////////////////////////////////////////////////////////
 //CHECK#1
diff --git a/tools/converter/convert.js b/tools/converter/convert.js
index 902551e72d70fa09bdf665f701b31ae69e3fcc5c..b9f47763a1cd8c462fc2e694851e4a9f04d05f82 100644
--- a/tools/converter/convert.js
+++ b/tools/converter/convert.js
@@ -39,11 +39,13 @@
    var captureCommentPattern = /\/\*\*?((?:\s|\S)*?)\*\/\s*\n/;
    var anyPattern = /(?:\s|\S)*/;
    var blanksPattern = /(?:\s|\n)*/;
+   var captureStrictPattern = /\s*('use strict'|"use strict");/;
 
    // Should match anything
    var testEnvelopePattern =
      regExp('^(', headerPattern,
             ')(?:', captureCommentPattern,
+            ')?(?:', captureStrictPattern,
             ')?(', anyPattern,
             ')$');
 
@@ -102,7 +104,6 @@
        throw new Error('unrecognized: ' + name);
      }
      envelope.header = trim(envelopeMatch[1]);
-
      if (envelopeMatch[2]) {
        var propTexts = envelopeMatch[2].split(/\s*\n\s*\*\s*@/);
        envelope.comment = stripStars(propTexts.shift()), // notice side effect
@@ -120,7 +121,10 @@
          envelope.testRecord[propName] = propVal;
        });
      }
-     envelope.rest = envelopeMatch[3]; // Do not trim
+     if (envelopeMatch[3]) {
+       envelope.testRecord.strict_only = '';
+     }
+     envelope.rest = envelopeMatch[4]; // Do not trim
 
      var registerMatch = registerPattern.exec(envelope.rest);
      if (registerMatch) {
@@ -247,7 +251,7 @@
        if (!('strict_only' in testRecord)) {
          testRecord.strict_only = '';
        }
-       if (!'negative' in testRecord) {
+       if (!('negative' in testRecord)) {
          testRecord.negative = testRecord.strict_mode_negative;
          delete testRecord.strict_mode_negative;
        }
diff --git a/tools/test262.py b/tools/test262.py
index a247e86b6f2425984b5c40387af832ed4dcfbe08..061c813fbd656418df3f6b12a529d5a7eddf7f67 100644
--- a/tools/test262.py
+++ b/tools/test262.py
@@ -36,8 +36,10 @@ def BuildOptions():
                     help="Print summary after running tests")
   result.add_option("--full-summary", default=False, action="store_true",
                     help="Print summary and test output after running tests")
-  result.add_option("--enable-strict-mode", default=False, action="store_true", 
-                    help="Run the mode also in ES5 strict mode")
+  result.add_option("--strict_only", default=False, action="store_true", 
+                    help="Test only strict mode")
+  result.add_option("--non_strict_only", default=False, action="store_true", 
+                    help="Test only non-strict mode")
 
   return result
 
@@ -122,16 +124,15 @@ class TestResult(object):
 
   def ReportOutcome(self, long_format):
     name = self.case.GetName()
+    mode = self.case.GetMode()
     if self.HasUnexpectedOutcome():
       if self.case.IsNegative():
-        print "%s was expected to fail but didn't" % name
-      elif (self.case.strict_mode and self.case.IsStrictModeNegative()):
-        print "%s was expected to fail in strict mode, but didn't" % name
+        print "%s was expected to fail in %s, but didn't" % (name, mode)
       else:
         if long_format:
-          print "=== %s failed ===" % name
+          print "=== %s failed in %s ===" % (name, mode)
         else:
-          print "%s: " % name
+          print "%s in %s: " % (name, mode)
         out = self.stdout.strip()
         if len(out) > 0:
           print "--- output ---"
@@ -143,14 +144,9 @@ class TestResult(object):
         if long_format:
           print "==="
     elif self.case.IsNegative():
-      print "%s failed as expected" % name
-    elif self.case.strict_mode:
-      if self.case.IsStrictModeNegative():
-        print "%s failed in strict mode as expected" % name
-      else: 
-        print "%s passed in strict mode" % name
+      print "%s failed in %s as expected" % (name, mode)
     else:
-      print "%s passed" % name
+      print "%s passed in %s" % (name, mode)
 
   def HasFailed(self):
     return self.exit_code != 0
@@ -158,26 +154,31 @@ class TestResult(object):
   def HasUnexpectedOutcome(self):
     if self.case.IsNegative():
        return not self.HasFailed()
-    if self.case.IsStrictModeNegative():
-       return not self.HasFailed()
     else:
        return self.HasFailed()
 
 
 class TestCase(object):
 
-  def __init__(self, suite, name, full_path, strict_mode=False):
+  def __init__(self, suite, name, full_path, strict_mode):
     self.suite = suite
     self.name = name
     self.full_path = full_path
     self.contents = None
     self.is_negative = None
     self.strict_mode = strict_mode
-    self.is_strict_mode_negative = None
+    self.is_strict_only = None
+    self.is_non_strict_only = None
 
   def GetName(self):
     return path.join(*self.name)
 
+  def GetMode(self):
+    if self.strict_mode:
+      return "strict mode"
+    else:
+      return "non-strict mode"
+
   def GetPath(self):
     return self.name
 
@@ -193,11 +194,15 @@ class TestCase(object):
       self.is_negative = ("@negative" in self.GetRawContents())
     return self.is_negative
 
-  def IsStrictModeNegative(self):
-    if self.strict_mode and self.is_strict_mode_negative is None:
-      self.is_strict_mode_negative = \
-          ("@strict_mode_negative" in self.GetRawContents())
-    return self.is_strict_mode_negative
+  def IsStrictOnly(self):
+    if self.is_strict_only is None:
+      self.is_strict_only = ("@strict_only" in self.GetRawContents())
+    return self.is_strict_only
+
+  def IsNonStrictOnly(self):
+    if self.is_non_strict_only is None:
+      self.is_non_strict_only = ("@non_strict_only" in self.GetRawContents())
+    return self.is_non_strict_only
 
   def GetSource(self):
     source = self.suite.GetInclude("framework.js", False) + \
@@ -293,12 +298,11 @@ def MakePlural(n):
 
 class TestSuite(object):
 
-  def __init__(self, root, stric_mode):
-#    self.test_root = path.join(root, 'test', 'suite', 'Sputnik', 'Conformance')
-#    self.test_root = path.join(root, 'test', 'suite', 'other')
+  def __init__(self, root, strict_only, non_strict_only):
     self.test_root = path.join(root, 'test', 'suite', 'converted')
     self.lib_root = path.join(root, 'test', 'harness')
-    self.strict_mode = stric_mode
+    self.strict_only = strict_only
+    self.non_strict_only = non_strict_only
     self.include_cache = { }
 
   def Validate(self):
@@ -375,9 +379,14 @@ class TestSuite(object):
           if self.ShouldRun(rel_path, tests):
             basename = path.basename(full_path)[:-3]
             name = rel_path.split(path.sep)[:-1] + [basename]
-            cases.append(TestCase(self, name, full_path, False))
-            if self.strict_mode:
-              cases.append(TestCase(self, name, full_path, True))
+            if not self.non_strict_only:
+              strict_case = TestCase(self, name, full_path, True)
+              if not strict_case.IsNonStrictOnly():
+                cases.append(strict_case)
+            if not self.strict_only:
+              non_strict_case = TestCase(self, name, full_path, False)
+              if not non_strict_case.IsStrictOnly():
+                cases.append(non_strict_case)
     logging.info("Done listing tests")
     return cases
 
@@ -401,12 +410,12 @@ class TestSuite(object):
         print
         print "Failed tests"
         for result in positive:
-          print "  %s" % result.case.GetName()
+          print "  %s in %s" % (result.case.GetName(), result.case.GetMode())
       if len(negative) > 0:
         print
         print "Expected to fail but passed ---"
         for result in negative:
-          print " %s" % result.case.GetName()
+          print " %s in %s" % (result.case.GetName(), result.case.GetMode())
 
   def PrintFailureOutput(self, progress):
     for result in progress.failed_tests:
@@ -512,7 +521,9 @@ def Main():
   parser = BuildOptions()
   (options, args) = parser.parse_args()
   ValidateOptions(options)
-  test_suite = TestSuite(options.tests, options.enable_strict_mode)
+  test_suite = TestSuite(options.tests, 
+                         options.strict_only, 
+                         options.non_strict_only)
   test_suite.Validate()
   if options.cat:
     test_suite.Print(args)