Reviewers: rossberg,
Description:
Drop deprecated --es5-readonly flag from test suite.
[email protected]
Please review this at https://codereview.chromium.org/377273002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+2, -7 lines):
M test/mjsunit/object-define-property.js
M test/mjsunit/override-read-only-property.js
M test/mjsunit/readonly.js
M test/mjsunit/with-readonly.js
Index: test/mjsunit/object-define-property.js
diff --git a/test/mjsunit/object-define-property.js
b/test/mjsunit/object-define-property.js
index
ebdf89961e0f76913df300bdf5ca0cfe812c69c6..4c495c6824f5ca65d702173b791e56150f26b52b
100644
--- a/test/mjsunit/object-define-property.js
+++ b/test/mjsunit/object-define-property.js
@@ -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;
Index: test/mjsunit/override-read-only-property.js
diff --git a/test/mjsunit/override-read-only-property.js
b/test/mjsunit/override-read-only-property.js
index
2876ae1f849999992245d9f41b5ea1b4e2e690ec..f8114a66016ca6a81ade6a865a341ae800b0588e
100644
--- a/test/mjsunit/override-read-only-property.js
+++ b/test/mjsunit/override-read-only-property.js
@@ -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.
Index: test/mjsunit/readonly.js
diff --git a/test/mjsunit/readonly.js b/test/mjsunit/readonly.js
index
050e2562759ee004e0d08b3a1135a3ea68342bd2..084e9ffe23d54264314b63ad1dab84270341803a
100644
--- a/test/mjsunit/readonly.js
+++ b/test/mjsunit/readonly.js
@@ -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.
Index: test/mjsunit/with-readonly.js
diff --git a/test/mjsunit/with-readonly.js b/test/mjsunit/with-readonly.js
index
29982b34746dd0136808154c5d5ad58960cb5212..43583348e95e9a59c617bad912b1413774ff33b4
100644
--- a/test/mjsunit/with-readonly.js
+++ b/test/mjsunit/with-readonly.js
@@ -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.