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 the stacktrace when checking errors #17213

Merged

Conversation

danyao
Copy link
Contributor

@danyao danyao commented Jun 6, 2019

Fix a test regression introduced by #12713.

These tests use assert_array_equals on e.data.details. Pull/12713 changed the expected length of e.data.details by also including the error stacktrace as a 4th element. This pull request changes the tests to only check for the first 3 elements.

@danyao
Copy link
Contributor Author

danyao commented Jun 6, 2019

Hi @foolip - how do I fix the test failure "tools.wpt.run.WptrunError: Unable to locate safaridriver binary"?

@foolip
Copy link
Member

foolip commented Jun 6, 2019

@danyao, the problem was that Safari TP is no longer available for High Sierra, installed from Homebrew/homebrew-cask-versions#7450. However, #17187 was just merged pinning to an older release of Safari TP for unrelated reasons, so just rebasing the branch should fix it.

I'm attempting to upgrade the macOS version in #17219.

@danyao danyao force-pushed the danyao-allowpaymentrequest-tests branch from c02dd9b to e4bfc47 Compare June 7, 2019 15:10
@danyao danyao merged commit 4495d0f into web-platform-tests:master Jun 7, 2019
@danyao danyao deleted the danyao-allowpaymentrequest-tests branch June 18, 2019 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants