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

Add timeout pref to the mozilla/worklets wpt tests #20296

Merged
merged 2 commits into from Mar 15, 2018

Conversation

@asajeffrey
Copy link
Member

asajeffrey commented Mar 14, 2018


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #20292
  • These changes do not require tests because this is test infrastructure

This change is Reviewable

@jdm
Copy link
Member

jdm commented Mar 14, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2018

📌 Commit de57268 has been approved by jdm

@highfive highfive assigned jdm and unassigned Manishearth Mar 14, 2018
@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2018

Testing commit de57268 with merge fe39164...

bors-servo added a commit that referenced this pull request Mar 14, 2018
…=jdm

Add timeout pref to the mozilla/worklets wpt tests

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #20292
- [X] These changes do not require tests because this is test infrastructure

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20296)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2018

💔 Test failed - linux-rel-css

@jdm
Copy link
Member

jdm commented Mar 14, 2018

@jdm
Copy link
Member

jdm commented Mar 14, 2018

Hmm, this timeout was also observed:


  ▶ FAIL [expected PASS] /_mozilla/mozilla/worklets/test_paint_worklet_timeout.html
  └   → /_mozilla/mozilla/worklets/test_paint_worklet_timeout.html be717e2507be2f526606aae5544551c4cfc1cf5e
/_mozilla/mozilla/worklets/test_paint_worklet_timeout_ref.html bc7e16713b4b0b41e57fdf3c7d7bbfa5d5b1fa9f
Testing be717e2507be2f526606aae5544551c4cfc1cf5e == bc7e16713b4b0b41e57fdf3c7d7bbfa5d5b1fa9f

@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2018

Testing commit de57268 with merge 0adeaf0...

bors-servo added a commit that referenced this pull request Mar 14, 2018
…=jdm

Add timeout pref to the mozilla/worklets wpt tests

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #20292
- [X] These changes do not require tests because this is test infrastructure

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20296)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2018

💔 Test failed - linux-rel-css

@jdm
Copy link
Member

jdm commented Mar 14, 2018

@bors-servo retry

  • infrastructure issue
@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2018

Testing commit de57268 with merge 281b6db...

bors-servo added a commit that referenced this pull request Mar 14, 2018
…=jdm

Add timeout pref to the mozilla/worklets wpt tests

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #20292
- [X] These changes do not require tests because this is test infrastructure

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20296)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2018

💔 Test failed - linux-rel-css

@jdm
Copy link
Member

jdm commented Mar 14, 2018

The worklet timeout test seems to be failing reliably now.

@asajeffrey
Copy link
Member Author

asajeffrey commented Mar 15, 2018

Argh, of course I shouldn't bump the timeout on the test that makes sure timeouts happen promptly. D'oh!

@jdm
Copy link
Member

jdm commented Mar 15, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Mar 15, 2018

📌 Commit e3e96c6 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Mar 15, 2018

Testing commit e3e96c6 with merge 8f1783e...

bors-servo added a commit that referenced this pull request Mar 15, 2018
…=jdm

Add timeout pref to the mozilla/worklets wpt tests

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #20292
- [X] These changes do not require tests because this is test infrastructure

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20296)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Mar 15, 2018

@bors-servo bors-servo merged commit e3e96c6 into servo:master Mar 15, 2018
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

5 participants
You can’t perform that action at this time.