Revision: 21898
Author: [email protected]
Date: Fri Jun 20 10:47:50 2014 UTC
Log: Remove obsolete --harmony-promises flag from tests.
[email protected]
Review URL: https://codereview.chromium.org/345053002
http://code.google.com/p/v8/source/detail?r=21898
Modified:
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-caught-all.js
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-caught-late.js
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-caught-uncaught.js
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-reentry.js
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-throw-in-constructor.js
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-throw-in-reject.js
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-uncaught-all.js
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-undefined-reject.js
/branches/bleeding_edge/test/mjsunit/es6/mirror-promises.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/es6/debug-promises-caught-all.js
Wed Apr 30 15:17:51 2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/es6/debug-promises-caught-all.js
Fri Jun 20 10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we listen to all exceptions and
// there is a catch handler for the exception thrown in a Promise.
=======================================
--- /branches/bleeding_edge/test/mjsunit/es6/debug-promises-caught-late.js
Wed Apr 30 15:17:51 2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/es6/debug-promises-caught-late.js
Fri Jun 20 10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we only listen to uncaught exceptions, the
Promise
// throws, and a catch handler is installed right before throwing.
=======================================
---
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-caught-uncaught.js
Wed Apr 30 15:17:51 2014 UTC
+++
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-caught-uncaught.js
Fri Jun 20 10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we only listen to uncaught exceptions and
// there is a catch handler for the exception thrown in a Promise.
=======================================
--- /branches/bleeding_edge/test/mjsunit/es6/debug-promises-reentry.js Wed
Apr 30 15:17:51 2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/es6/debug-promises-reentry.js Fri
Jun 20 10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test reentry of special try catch for Promises.
=======================================
---
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-throw-in-constructor.js
Wed Apr 30 15:17:51 2014 UTC
+++
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-throw-in-constructor.js
Fri Jun 20 10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we only listen to uncaught exceptions and
// an exception is thrown in the the Promise constructor.
=======================================
---
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-throw-in-reject.js
Wed Apr 30 15:17:51 2014 UTC
+++
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-throw-in-reject.js
Fri Jun 20 10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when an exception is thrown inside a Promise, which is
// caught by a custom promise, which throws a new exception in its reject
=======================================
--- /branches/bleeding_edge/test/mjsunit/es6/debug-promises-uncaught-all.js
Wed Apr 30 15:17:51 2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/es6/debug-promises-uncaught-all.js
Fri Jun 20 10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we listen to all exceptions and
// there is a catch handler for the exception thrown in a Promise.
=======================================
---
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
Wed Apr 30 15:17:51 2014 UTC
+++
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
Fri Jun 20 10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we only listen to uncaught exceptions and
// there is a catch handler for the exception thrown in a Promise.
=======================================
---
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-undefined-reject.js
Wed Apr 30 15:17:51 2014 UTC
+++
/branches/bleeding_edge/test/mjsunit/es6/debug-promises-undefined-reject.js
Fri Jun 20 10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when an exception is thrown inside a Promise, which is
// caught by a custom promise, which has no reject handler.
=======================================
--- /branches/bleeding_edge/test/mjsunit/es6/mirror-promises.js Fri May 16
13:06:20 2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/es6/mirror-promises.js Fri Jun 20
10:47:50 2014 UTC
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --expose-debug-as debug --harmony-promises
+// Flags: --expose-debug-as debug
// Test the mirror object for promises.
function MirrorRefCache(json_refs) {
--
--
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.