Builder linux-rel-wpt Build #4688
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 5f10a25ead8bae973ed9d5f6104f84b8dc1b8a16 |
| Got Revision | 5f10a25ead8bae973ed9d5f6104f84b8dc1b8a16 |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 3 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 8 secs )
-
compile ran build --release --with-debug-assertions warnings ( 16 mins, 40 secs )
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --always-succeed ( 12 mins, 56 secs )
- - no logs -
-
shell__2 './mach filter-intermittents ...' ( 1 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 11 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 4688 | Build |
| codebase | Build | |
| got_revision | 5f10a25ead8bae973ed9d5f6104f84b8dc1b8a16 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 5f10a25ead8bae973ed9d5f6104f84b8dc1b8a16 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | BuildSlave |
| warnings-count | 2 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-wpt | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Mon Jun 19 20:33:32 2017 |
| End | Mon Jun 19 21:03:36 2017 |
| Elapsed | 30 mins, 3 secs |
All Changes:
:
Change #52003
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Mon 19 Jun 2017 20:33:32 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 5f10a25ead8bae973ed9d5f6104f84b8dc1b8a16 Comments
Auto merge of #17410 - asajeffrey:compositor-nested-rAF-with-reftest-wait, r=jdm Support nested requestAnimationFrame in the presence of reftest-wait <!-- Please describe your changes on the following line: --> Currently, nested rAF callbacks don't get called in the presence of reftest-wait. This PR fixes that. --- <!-- 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 #17408 - [X] There are tests for these changes <!-- 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/17410) <!-- Reviewable:end -->
Changed files
- components/compositing/compositor.rs
- tests/wpt/mozilla/meta/MANIFEST.json
- tests/wpt/mozilla/tests/mozilla/request_animation_frame_reftest_wait.html
- tests/wpt/mozilla/tests/mozilla/request_animation_frame_reftest_wait_ref.html