Revision: 22306
Author: [email protected]
Date: Wed Jul 9 14:37:58 2014 UTC
Log: Drop deprecated --es5-readonly flag from test suite.
[email protected]
Review URL: https://codereview.chromium.org/377273002
http://code.google.com/p/v8/source/detail?r=22306
Modified:
/branches/bleeding_edge/test/mjsunit/object-define-property.js
/branches/bleeding_edge/test/mjsunit/override-read-only-property.js
/branches/bleeding_edge/test/mjsunit/readonly.js
/branches/bleeding_edge/test/mjsunit/with-readonly.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/object-define-property.js Fri Jun
27 13:48:37 2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/object-define-property.js Wed Jul
9 14:37:58 2014 UTC
@@ -27,7 +27,7 @@
// Tests the object.defineProperty method - ES 15.2.3.6
-// Flags: --allow-natives-syntax --es5-readonly
+// Flags: --allow-natives-syntax
// Check that an exception is thrown when null is passed as object.
var exception = false;
=======================================
--- /branches/bleeding_edge/test/mjsunit/override-read-only-property.js Tue
Jun 5 12:39:07 2012 UTC
+++ /branches/bleeding_edge/test/mjsunit/override-read-only-property.js Wed
Jul 9 14:37:58 2014 UTC
@@ -25,8 +25,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --es5_readonly
-
// According to ECMA-262, sections 8.6.2.2 and 8.6.2.3 you're not
// allowed to override read-only properties, not even if the read-only
// property is in the prototype chain.
=======================================
--- /branches/bleeding_edge/test/mjsunit/readonly.js Fri Feb 28 14:26:32
2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/readonly.js Wed Jul 9 14:37:58
2014 UTC
@@ -25,8 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --allow-natives-syntax --es5_readonly
-// Flags: --harmony-proxies
+// Flags: --allow-natives-syntax --harmony-proxies
// Different ways to create an object.
=======================================
--- /branches/bleeding_edge/test/mjsunit/with-readonly.js Tue Jun 5
16:56:53 2012 UTC
+++ /branches/bleeding_edge/test/mjsunit/with-readonly.js Wed Jul 9
14:37:58 2014 UTC
@@ -27,8 +27,6 @@
// Test that readonly variables are treated correctly.
-// Flags: --es5_readonly
-
// Create an object with a read-only length property in the prototype
// chain by putting the string split function in the prototype chain.
var o = {};
--
--
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.