Rajat Dua 8 anos atrás
pai
commit
4360825823
2 arquivos alterados com 6 adições e 2 exclusões
  1. 5 1
      test/typedarray/floathelperaccess.js
  2. 1 1
      test/utf8/rlexe.xml

+ 5 - 1
test/typedarray/floathelperaccess.js

@@ -1,4 +1,8 @@
-	var evil_array = new Array(0x38/*dataview type id*/,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
+//-------------------------------------------------------------------------------------------------------
+// Copyright (C) Microsoft Corporation and contributors. All rights reserved.
+// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
+//-------------------------------------------------------------------------------------------------------
+var evil_array = new Array(0x38/*dataview type id*/, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
 	g_lo = 0;
 	g_hi = 0;
 	var b = [1.1,2.2];

+ 1 - 1
test/utf8/rlexe.xml

@@ -32,7 +32,7 @@
   <test>
     <default>
       <files>bugGH2656.js</files>
-      <compile-flags>-args summary</compile-flags>
+      <compile-flags>-args summary -endargs</compile-flags>
     </default>
   </test>
 </regress-exe>