Revision: 22833
Author:   [email protected]
Date:     Mon Aug  4 19:08:13 2014 UTC
Log:      Fix Object-getOwnPropertyNames test after turning on Symbols

[email protected]

Review URL: https://codereview.chromium.org/438103002
http://code.google.com/p/v8/source/detail?r=22833

Modified:
/branches/bleeding_edge/test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt
 /branches/bleeding_edge/test/webkit/fast/js/Object-getOwnPropertyNames.js

=======================================
--- /branches/bleeding_edge/test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt Wed Jul 16 14:00:15 2014 UTC +++ /branches/bleeding_edge/test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt Mon Aug 4 19:08:13 2014 UTC
@@ -63,7 +63,7 @@
FAIL getSortedOwnPropertyNames(decodeURIComponent) should be length,name. Was arguments,caller,length,name. FAIL getSortedOwnPropertyNames(encodeURI) should be length,name. Was arguments,caller,length,name. FAIL getSortedOwnPropertyNames(encodeURIComponent) should be length,name. Was arguments,caller,length,name. -FAIL getSortedOwnPropertyNames(Object) should be create,defineProperties,defineProperty,freeze,getOwnPropertyDescriptor,getOwnPropertyNames,getPrototypeOf,isExtensible,isFrozen,isSealed,keys,length,name,preventExtensions,prototype,seal,setPrototypeOf. Was arguments,caller,create,defineProperties,defineProperty,deliverChangeRecords,freeze,getNotifier,getOwnPropertyDescriptor,getOwnPropertyNames,getPrototypeOf,is,isExtensible,isFrozen,isSealed,keys,length,name,observe,preventExtensions,prototype,seal,setPrototypeOf,unobserve. +FAIL getSortedOwnPropertyNames(Object) should be create,defineProperties,defineProperty,freeze,getOwnPropertyDescriptor,getOwnPropertyNames,getOwnPropertySymbols,getPrototypeOf,isExtensible,isFrozen,isSealed,keys,length,name,preventExtensions,prototype,seal,setPrototypeOf. Was arguments,caller,create,defineProperties,defineProperty,deliverChangeRecords,freeze,getNotifier,getOwnPropertyDescriptor,getOwnPropertyNames,getOwnPropertySymbols,getPrototypeOf,is,isExtensible,isFrozen,isSealed,keys,length,name,observe,preventExtensions,prototype,seal,setPrototypeOf,unobserve. PASS getSortedOwnPropertyNames(Object.prototype) is ['__defineGetter__', '__defineSetter__', '__lookupGetter__', '__lookupSetter__', '__proto__', 'constructor', 'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString', 'valueOf'] FAIL getSortedOwnPropertyNames(Function) should be length,name,prototype. Was arguments,caller,length,name,prototype. FAIL getSortedOwnPropertyNames(Function.prototype) should be apply,bind,call,constructor,length,name,toString. Was apply,arguments,bind,call,caller,constructor,length,name,toString.
=======================================
--- /branches/bleeding_edge/test/webkit/fast/js/Object-getOwnPropertyNames.js Fri Jan 31 08:09:17 2014 UTC +++ /branches/bleeding_edge/test/webkit/fast/js/Object-getOwnPropertyNames.js Mon Aug 4 19:08:13 2014 UTC
@@ -71,7 +71,7 @@
     "encodeURI": "['length', 'name']",
     "encodeURIComponent": "['length', 'name']",
 // Built-in ECMA objects
-    "Object": "['create', 'defineProperties', 'defineProperty', 'freeze', 
'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getPrototypeOf', 'isExtensible', 'isFrozen', 
'isSealed', 'keys', 'length', 'name', 'preventExtensions', 'prototype', 'seal', 
'setPrototypeOf']",
+    "Object": "['create', 'defineProperties', 'defineProperty', 'freeze', 
'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getOwnPropertySymbols', 'getPrototypeOf', 
'isExtensible', 'isFrozen', 'isSealed', 'keys', 'length', 'name', 'preventExtensions', 'prototype', 
'seal', 'setPrototypeOf']",
     "Object.prototype": "['__defineGetter__', '__defineSetter__', 
'__lookupGetter__', '__lookupSetter__', '__proto__', 'constructor', 'hasOwnProperty', 
'isPrototypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString', 'valueOf']",
     "Function": "['length', 'name', 'prototype']",
     "Function.prototype": "['apply', 'bind', 'call', 'constructor', 'length', 
'name', 'toString']",

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to