Reviewers: Hannes Payer,
Description:
After trying once to create a Realm in regress-crbug-501711.js give up
[email protected]
BUG=
Please review this at https://codereview.chromium.org/1261123003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+5, -1 lines):
M test/mjsunit/regress/regress-crbug-501711.js
Index: test/mjsunit/regress/regress-crbug-501711.js
diff --git a/test/mjsunit/regress/regress-crbug-501711.js
b/test/mjsunit/regress/regress-crbug-501711.js
index
f8eda6e8d8e26f41b79e05af891b0f5446b5cd37..b253e9c9122e6ef4a8cecb6a2f61e55ee7cbd84f
100644
--- a/test/mjsunit/regress/regress-crbug-501711.js
+++ b/test/mjsunit/regress/regress-crbug-501711.js
@@ -8,7 +8,11 @@ function f() {
try {
f();
} catch(e) {
- Realm.create();
+ try {
+ Realm.create();
+ } catch (e) {
+ quit();
+ }
}
}
f();
--
--
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.