Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore ember-extension-support phantom crashes #12879

Merged
merged 2 commits into from
Jan 31, 2016

Conversation

chancancode
Copy link
Member

This is a follow up to #12878.

The additional change here is to ignore the crashes when testing the ember-extension-support package, which allows the rest of the test suite to keep running. This is likely a very specific bug in phantom 1.9.8, since the other rows in the build matrix are green (so we know Ember and the test suite runs just fine on phantom).

Hopefully we will find a solution for this soon. We have the stack trace now, so we can send a crash report to phantom. However, since there are almost 60 open issues for 1.9.8 crashes, and since they have moved on to developing phantom 2.x, I bet the chance of getting this particular issue fixed is quite low.

- [x] The current verison of phantomjs no longer prints noisy messages
      to stderr, dropping the check
- [x] Don't supress phantomjs error message when it crashes
- [x] Retry up to 3 times when phantomjs crashes
- [x] Use `minidump_stackwalk` to print the phantomjs stack trace when
      it crashes
@chancancode
Copy link
Member Author

cc @mmun @rwjblue

rwjblue added a commit that referenced this pull request Jan 31, 2016
Ignore ember-extension-support phantom crashes
@rwjblue rwjblue merged commit b915fea into master Jan 31, 2016
@rwjblue rwjblue deleted the skip-ember-extension-support branch January 31, 2016 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants