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

Added gstreamer support to the magicleap port #23929

Merged
merged 1 commit into from Aug 9, 2019

Conversation

@asajeffrey
Copy link
Member

asajeffrey commented Aug 7, 2019

With this PR we can watch videos in magicleap servo.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes do not require tests because I'm not sure how we'd test it

This change is Reviewable

@highfive
Copy link

highfive commented Aug 7, 2019

Heads up! This PR modifies the following files:

  • @wafflespeanut: python/servo/package_commands.py, python/servo/build_commands.py
@asajeffrey
Copy link
Member Author

asajeffrey commented Aug 7, 2019

@bors-servo try=magicleap

@bors-servo
Copy link
Contributor

bors-servo commented Aug 7, 2019

Trying commit 41b44dc with merge 9af2ffc...

bors-servo added a commit that referenced this pull request Aug 7, 2019
Added gstreamer support to the magicleap port

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

With this PR we can watch videos in magicleap servo.

---
<!-- 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 do not require tests because I'm not sure how we'd test it

<!-- 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/23929)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 7, 2019

💔 Test failed - status-taskcluster

@asajeffrey
Copy link
Member Author

asajeffrey commented Aug 7, 2019

Gstreamer needs the homebrew bison, not the system one.

@bors-servo try=magicleap

@bors-servo
Copy link
Contributor

bors-servo commented Aug 7, 2019

Trying commit a91640a with merge 34e8586...

bors-servo added a commit that referenced this pull request Aug 7, 2019
Added gstreamer support to the magicleap port

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

With this PR we can watch videos in magicleap servo.

---
<!-- 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 do not require tests because I'm not sure how we'd test it

<!-- 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/23929)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 7, 2019

💔 Test failed - status-taskcluster

@asajeffrey
Copy link
Member Author

asajeffrey commented Aug 7, 2019

Argh, it was still picking up the system bison, I suspect because the env isn't being passed through, including the custom $PATH. @bors-servo try=magicleap

@bors-servo
Copy link
Contributor

bors-servo commented Aug 7, 2019

Trying commit 08fb4da with merge 30e0704...

bors-servo added a commit that referenced this pull request Aug 7, 2019
Added gstreamer support to the magicleap port

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

With this PR we can watch videos in magicleap servo.

---
<!-- 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 do not require tests because I'm not sure how we'd test it

<!-- 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/23929)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 7, 2019

💔 Test failed - status-taskcluster

@asajeffrey
Copy link
Member Author

asajeffrey commented Aug 7, 2019

Well we got further this time... My guess is that the CFLAGS being set by mach and there ones being set by meson aren't playing well together.

@asajeffrey
Copy link
Member Author

asajeffrey commented Aug 7, 2019

Ah, also the SDK version is v0.20.0+ndk19c which isn't going to work anyway.

@highfive highfive removed the S-tests-failed label Aug 7, 2019
@asajeffrey
Copy link
Member Author

asajeffrey commented Aug 7, 2019

Added the meson log file as a build artifact. @bors-servo try=magicleap

@bors-servo
Copy link
Contributor

bors-servo commented Aug 7, 2019

Trying commit 7daefd6 with merge 7ccc16e...

bors-servo added a commit that referenced this pull request Aug 7, 2019
Added gstreamer support to the magicleap port

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

With this PR we can watch videos in magicleap servo.

---
<!-- 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 do not require tests because I'm not sure how we'd test it

<!-- 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/23929)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 7, 2019

💔 Test failed - status-taskcluster

@bors-servo
Copy link
Contributor

bors-servo commented Aug 8, 2019

Testing commit 11b3d78 with merge b551610...

bors-servo added a commit that referenced this pull request Aug 8, 2019
Added gstreamer support to the magicleap port

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

With this PR we can watch videos in magicleap servo.

---
<!-- 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 do not require tests because I'm not sure how we'd test it

<!-- 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/23929)
<!-- Reviewable:end -->
@jdm
Copy link
Member

jdm commented Aug 8, 2019

@bors-servo retry

@bors-servo
Copy link
Contributor

bors-servo commented Aug 8, 2019

Testing commit 11b3d78 with merge b3a57fd...

bors-servo added a commit that referenced this pull request Aug 8, 2019
Added gstreamer support to the magicleap port

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

With this PR we can watch videos in magicleap servo.

---
<!-- 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 do not require tests because I'm not sure how we'd test it

<!-- 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/23929)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 8, 2019

💔 Test failed - linux-rel-wpt

@asajeffrey
Copy link
Member Author

asajeffrey commented Aug 8, 2019

I think that's #9087. @bors-servo retry

@bors-servo
Copy link
Contributor

bors-servo commented Aug 8, 2019

Testing commit 11b3d78 with merge 05512e8...

bors-servo added a commit that referenced this pull request Aug 8, 2019
Added gstreamer support to the magicleap port

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

With this PR we can watch videos in magicleap servo.

---
<!-- 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 do not require tests because I'm not sure how we'd test it

<!-- 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/23929)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 9, 2019

💔 Test failed - linux-rel-wpt

@asajeffrey
Copy link
Member Author

asajeffrey commented Aug 9, 2019

Hmm, that's #18655, but it's marked as closed? @bors-servo retry

@bors-servo
Copy link
Contributor

bors-servo commented Aug 9, 2019

Testing commit 11b3d78 with merge 337703e...

bors-servo added a commit that referenced this pull request Aug 9, 2019
Added gstreamer support to the magicleap port

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

With this PR we can watch videos in magicleap servo.

---
<!-- 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 do not require tests because I'm not sure how we'd test it

<!-- 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/23929)
<!-- Reviewable:end -->
@jdm
Copy link
Member

jdm commented Aug 9, 2019

The failure reported was actually:

{
    "status": "FAIL", 
    "group": "default", 
    "message": "/css/css-transforms/css-transforms-3d-on-anonymous-block-001.html a31aa4b7e008f5f3f2b3c1369e830823183c2789\n/css/css-transforms/reference/css-transforms-3d-anonymous-block-ref.html 7ae3c0e5bd54592e74a2ed814239ef034b85b02a", 
    "stack": null, 
    "subtest": null, 
    "test": "/css/css-transforms/css-transforms-3d-on-anonymous-block-001.html", 
    "line": 31480, 
    "action": "test_result", 
    "expected": "PASS"
}

Not sure what you were looking at.

@asajeffrey
Copy link
Member Author

asajeffrey commented Aug 9, 2019

Oops, I meant #18865 not #18655.

@bors-servo
Copy link
Contributor

bors-servo commented Aug 9, 2019

☀️ Test successful - linux-rel-css, linux-rel-wpt, status-taskcluster
Approved by: jdm
Pushing 337703e to master...

@bors-servo bors-servo merged commit 11b3d78 into servo:master Aug 9, 2019
3 checks passed
3 checks passed
Taskcluster (pull_request) TaskGroup: success
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
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.

None yet

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