Reviewers: danno,
Description:
Turn get-own-property-descriptor.js test into a regression
test for an issue.
Please review this at
https://chromiumcodereview.appspot.com/10985017/
SVN Base:
http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M test/mjsunit/get-own-property-descriptor.js
Index: test/mjsunit/get-own-property-descriptor.js
===================================================================
--- test/mjsunit/get-own-property-descriptor.js (revision 12595)
+++ test/mjsunit/get-own-property-descriptor.js (working copy)
@@ -30,6 +30,8 @@
// A range of more elaborate tests are performed in
// object-define-property.js
+// Flags: --stress-runs=5
+
function get() { return x; }
function set(x) { this.x = x; }