Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`wrench --save yaml load capture` doesn't work #2583
Closed
Comments
|
note: this appears to not work because |
bors-servo
added a commit
that referenced
this issue
Sep 11, 2018
Basic recording support for loaded captures Fixes #2583 (more follow-up is expected though for correctness) This change makes the capture infrastructure play better with the display-list-based recording. It produces a fake `SetDisplayList` message to be recorded based on the (already) loaded scene. Result isn't always consumable by the YAML reader (there are correctness issues, and I bet the YAML reading-writing loop isn't sinless either, given that it was never tested on big scenes, typically produced by capturing from Gecko). Here is the `basic` example replayed from YAML:  YAML is at least always generated, and it gives an easier workflow for developers trying to reproduce a captured bug in a YAML reftest. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3038) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The example renders fine, and the yaml_frames dir is created, but it's empty.