Reviewers: vogelheim,

Description:
Add more output to flaky debug-references test.

[email protected]

Please review this at https://codereview.chromium.org/1006873002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+2, -1 lines):
  M test/mjsunit/debug-references.js


Index: test/mjsunit/debug-references.js
diff --git a/test/mjsunit/debug-references.js b/test/mjsunit/debug-references.js index bb339768b88043a370010b3783826f0dad1e05dc..b51e8256b74b626d8c5e951e52c449b914cf1682 100644
--- a/test/mjsunit/debug-references.js
+++ b/test/mjsunit/debug-references.js
@@ -98,7 +98,8 @@ function listener(event, exec_state, event_data, data) {
     listenerComplete = true;
   }
   } catch (e) {
-    exception = e
+    exception = e;
+    print(e + "\n" + e.stack);
   };
 };



--
--
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.

Reply via email to