Status: Accepted Owner: [email protected] CC: [email protected] Labels: Type-Bug Priority-Medium
New issue 271 by [email protected]: Exception propagation tests fail on arm simulator http://code.google.com/p/v8/issues/detail?id=271 In a recent changelist (http://codereview.chromium.org/43070) a bug in exception propagation was fixed. The fix consists of comparing the address of a C++ TryCatch handler with the stack pointer of the top-most JavaScript frame. This test fails for the simulator because the C++ and JavaScript stacks are not combined. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
