Remove obsolete --harmony-promises flag from tests.

R=yangguo@chromium.org

Review URL: https://codereview.chromium.org/345053002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21898 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent dda110fd
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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 // Test debug events when we listen to all exceptions and
// there is a catch handler for the exception thrown in a Promise. // there is a catch handler for the exception thrown in a Promise.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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 // Test debug events when we only listen to uncaught exceptions, the Promise
// throws, and a catch handler is installed right before throwing. // throws, and a catch handler is installed right before throwing.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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 // Test debug events when we only listen to uncaught exceptions and
// there is a catch handler for the exception thrown in a Promise. // there is a catch handler for the exception thrown in a Promise.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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. // Test reentry of special try catch for Promises.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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 // Test debug events when we only listen to uncaught exceptions and
// an exception is thrown in the the Promise constructor. // an exception is thrown in the the Promise constructor.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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 // 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 // caught by a custom promise, which throws a new exception in its reject
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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 // Test debug events when we listen to all exceptions and
// there is a catch handler for the exception thrown in a Promise. // there is a catch handler for the exception thrown in a Promise.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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 // Test debug events when we only listen to uncaught exceptions and
// there is a catch handler for the exception thrown in a Promise. // there is a catch handler for the exception thrown in a Promise.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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 // Test debug events when an exception is thrown inside a Promise, which is
// caught by a custom promise, which has no reject handler. // caught by a custom promise, which has no reject handler.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// Flags: --expose-debug-as debug --harmony-promises // Flags: --expose-debug-as debug
// Test the mirror object for promises. // Test the mirror object for promises.
function MirrorRefCache(json_refs) { function MirrorRefCache(json_refs) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment