wohali commented on a change in pull request #2345: port to spidermonkey 60
URL: https://github.com/apache/couchdb/pull/2345#discussion_r359098987
##########
File path: test/javascript/tests/view_errors.js
##########
@@ -154,7 +154,7 @@ couchTests.view_errors = function(debug) {
db.view("infinite/infinite_loop");
T(0 == 1);
} catch(e) {
- T(e.error == "os_process_error");
+ T(e.error == "os_process_error" || e.error == "unnamed_error");
Review comment:
Is this a difference between 1.8.5 and 60? If so, is there any better error
message we can emit? `unnamed_error` is a bit worrying, but if we really don't
know, there's not much we can do.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services