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

Framebuffer and renderbuffer fixes #21313

Merged
merged 2 commits into from Aug 2, 2018
Merged

Framebuffer and renderbuffer fixes #21313

merged 2 commits into from Aug 2, 2018

Conversation

@jdm
Copy link
Member

jdm commented Aug 1, 2018

This commits address two separate panics that occur when running the framebuffer-object-attachment.html test. The test still panics due to another framebuffer completion status problem, so the overall test results don't demonstrate any improvement.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #21252
  • There are tests for these changes

This change is Reviewable

@highfive
Copy link

highfive commented Aug 1, 2018

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/dom/webgl_extensions/ext/oesstandardderivatives.rs, components/script/dom/webgl_extensions/ext/oeselementindexuint.rs, components/script/dom/webglframebuffer.rs, components/script/dom/webglrenderingcontext.rs, components/script/dom/webglrenderbuffer.rs and 1 more
  • @KiChjang: components/script/dom/webgl_extensions/ext/oesstandardderivatives.rs, components/script/dom/webgl_extensions/ext/oeselementindexuint.rs, components/script/dom/webglframebuffer.rs, components/script/dom/webglrenderingcontext.rs, components/script/dom/webglrenderbuffer.rs and 1 more
@highfive
Copy link

highfive commented Aug 1, 2018

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!
@jdm
Copy link
Member Author

jdm commented Aug 1, 2018

r? @nox

@highfive highfive assigned nox and unassigned avadacatavra Aug 1, 2018
@nox
Copy link
Member

nox commented Aug 1, 2018

r=me once the tidy issue is fixed.

@jdm jdm force-pushed the jdm:glstuff branch from 82394ad to d7c736e Aug 1, 2018
@jdm
Copy link
Member Author

jdm commented Aug 1, 2018

@bors-servo r=nox

@bors-servo
Copy link
Contributor

bors-servo commented Aug 1, 2018

📌 Commit d7c736e has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Aug 2, 2018

Testing commit d7c736e with merge 376e43f...

bors-servo added a commit that referenced this pull request Aug 2, 2018
Framebuffer and renderbuffer fixes

This commits address two separate panics that occur when running the framebuffer-object-attachment.html test. The test still panics due to another framebuffer completion status problem, so the overall test results don't demonstrate any improvement.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21252
- [x] There are tests for these changes

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

bors-servo commented Aug 2, 2018

💔 Test failed - mac-dev-unit

@jdm jdm force-pushed the jdm:glstuff branch from d7c736e to d85954a Aug 2, 2018
@jdm
Copy link
Member Author

jdm commented Aug 2, 2018

@bors-servo r=nox

@bors-servo
Copy link
Contributor

bors-servo commented Aug 2, 2018

📌 Commit d85954a has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Aug 2, 2018

Testing commit d85954a with merge 2acbc3f...

bors-servo added a commit that referenced this pull request Aug 2, 2018
Framebuffer and renderbuffer fixes

This commits address two separate panics that occur when running the framebuffer-object-attachment.html test. The test still panics due to another framebuffer completion status problem, so the overall test results don't demonstrate any improvement.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21252
- [x] There are tests for these changes

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

bors-servo commented Aug 2, 2018

💔 Test failed - linux-rel-css

@bors-servo
Copy link
Contributor

bors-servo commented Aug 2, 2018

💔 Test failed - linux-rel-wpt

@jdm jdm force-pushed the jdm:glstuff branch from 79b67d8 to 03eb7e4 Aug 2, 2018
@jdm
Copy link
Member Author

jdm commented Aug 2, 2018

@bors-servo r=nox

@bors-servo
Copy link
Contributor

bors-servo commented Aug 2, 2018

📌 Commit 03eb7e4 has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Aug 2, 2018

Testing commit 03eb7e4 with merge 84488d8...

bors-servo added a commit that referenced this pull request Aug 2, 2018
Framebuffer and renderbuffer fixes

This commits address two separate panics that occur when running the framebuffer-object-attachment.html test. The test still panics due to another framebuffer completion status problem, so the overall test results don't demonstrate any improvement.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21252
- [x] There are tests for these changes

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

bors-servo commented Aug 2, 2018

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member Author

jdm commented Aug 2, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Aug 2, 2018

Testing commit 03eb7e4 with merge bde8a1e...

bors-servo added a commit that referenced this pull request Aug 2, 2018
Framebuffer and renderbuffer fixes

This commits address two separate panics that occur when running the framebuffer-object-attachment.html test. The test still panics due to another framebuffer completion status problem, so the overall test results don't demonstrate any improvement.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21252
- [x] There are tests for these changes

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

bors-servo commented Aug 2, 2018

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member Author

jdm commented Aug 2, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Aug 2, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Aug 2, 2018

@bors-servo bors-servo merged commit 03eb7e4 into servo:master Aug 2, 2018
3 of 4 checks passed
3 of 4 checks passed
Taskcluster (pull_request) TaskGroup: failure
Details
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.