https://codereview.chromium.org/960343002/diff/160001/test/mjsunit/es7/object-observe.js
File test/mjsunit/es7/object-observe.js (right):
https://codereview.chromium.org/960343002/diff/160001/test/mjsunit/es7/object-observe.js#newcode1001
test/mjsunit/es7/object-observe.js:1001:
assertTrue(Object.getOwnPropertyDescriptor(obj, prop).configurable);
On 2015/02/27 15:44:33, arv wrote:
This happens in the stress test. Not sure why yet. Still
investigating.
I figured it out. This failing has nothing to do with the C++ code. It
is becase F.p.name is non writable so line 993, 994, 995 do not create
an own property. The we hit line 996 and create a non configurable
property. Yikes.
I'll black list Function name and write a dedicated test for it instead.
https://codereview.chromium.org/960343002/
--
--
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.