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

Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921) #21034

Merged
merged 1 commit into from Jun 13, 2018

Conversation

@nox
Copy link
Member

nox commented Jun 11, 2018

This change is Reviewable

@highfive
Copy link

highfive commented Jun 11, 2018

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/dom/webgl_extensions/ext/oeselementindexuint.rs
  • @KiChjang: components/script/dom/webgl_extensions/ext/oeselementindexuint.rs
@highfive
Copy link

highfive commented Jun 11, 2018

warning Warning warning

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

KiChjang commented Jun 11, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2018

📌 Commit 046ee92 has been approved by KiChjang

@highfive highfive assigned KiChjang and unassigned emilio Jun 11, 2018
@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2018

Testing commit 046ee92 with merge 0fcc4c9...

bors-servo added a commit that referenced this pull request Jun 11, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

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

bors-servo commented Jun 11, 2018

💔 Test failed - linux-rel-css

@KiChjang
Copy link
Member

KiChjang commented Jun 11, 2018

{"status": "FAIL", "group": "default", "message": "assert_true: getError expected: INVALID_OPERATION. Was NO_ERROR :  expected true got false", "stack": "reportTestResultsToHarness/<@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/resources/js-test-pre.js:88:9\nTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:1538:20\ntest@http://web-platform.test:8000/resources/testharness.js:548:9\nreportTestResultsToHarness@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/resources/js-test-pre.js:87:7\ntestFailed@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/resources/js-test-pre.js:159:5\nglErrorShouldBe@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/conformance/resources/webgl-test-utils.js:1406:5\nrunIndexValidationTests@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html:304:5\n@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html:104:13\n", "subtest": "WebGL test #20: getError expected: INVALID_OPERATION. Was NO_ERROR : ", "test": "/_mozilla/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html", "line": 186196, "action": "test_result", "expected": "PASS"}
{"status": "FAIL", "group": "default", "message": "assert_true: getError expected: INVALID_OPERATION. Was NO_ERROR :  expected true got false", "stack": "reportTestResultsToHarness/<@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/resources/js-test-pre.js:88:9\nTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:1538:20\ntest@http://web-platform.test:8000/resources/testharness.js:548:9\nreportTestResultsToHarness@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/resources/js-test-pre.js:87:7\ntestFailed@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/resources/js-test-pre.js:159:5\nglErrorShouldBe@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/conformance/resources/webgl-test-utils.js:1406:5\nrunIndexValidationTests@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html:304:5\n@http://web-platform.test:8000/_mozilla/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html:104:13\n", "subtest": "WebGL test #64: getError expected: INVALID_OPERATION. Was NO_ERROR : ", "test": "/_mozilla/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html", "line": 186240, "action": "test_result", "expected": "PASS"}
@nox
Copy link
Member Author

nox commented Jun 12, 2018

This is #20599.

@nox nox force-pushed the desktop-oes-element-index-uint branch from 046ee92 to c7603bd Jun 12, 2018
@nox
Copy link
Member Author

nox commented Jun 12, 2018

@bors-servo r=KiChjang

@bors-servo
Copy link
Contributor

bors-servo commented Jun 12, 2018

📌 Commit c7603bd has been approved by KiChjang

@bors-servo
Copy link
Contributor

bors-servo commented Jun 12, 2018

Testing commit c7603bd with merge 731f52c...

bors-servo added a commit that referenced this pull request Jun 12, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

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

bors-servo commented Jun 12, 2018

💔 Test failed - linux-rel-css

@nox
Copy link
Member Author

nox commented Jun 13, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Jun 13, 2018

Testing commit c7603bd with merge 5034b4b...

bors-servo added a commit that referenced this pull request Jun 13, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

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

bors-servo commented Jun 13, 2018

💔 Test failed - mac-dev-unit

@nox
Copy link
Member Author

nox commented Jun 13, 2018

@bors-servo retry

Weird stack overflow.

@bors-servo
Copy link
Contributor

bors-servo commented Jun 13, 2018

Testing commit c7603bd with merge 3991595...

bors-servo added a commit that referenced this pull request Jun 13, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

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

bors-servo commented Jun 13, 2018

💔 Test failed - linux-rel-wpt

@nox
Copy link
Member Author

nox commented Jun 13, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Jun 13, 2018

Testing commit c7603bd with merge 5c4f54c...

bors-servo added a commit that referenced this pull request Jun 13, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

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

bors-servo commented Jun 13, 2018

💔 Test failed - linux-rel-css

@nox
Copy link
Member Author

nox commented Jun 13, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Jun 13, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Jun 13, 2018

@bors-servo bors-servo merged commit c7603bd into master Jun 13, 2018
3 of 5 checks passed
3 of 5 checks passed
Taskcluster (pull_request) TaskGroup: Exception
Details
Tidelift Failed dependency checks
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@SimonSapin SimonSapin deleted the desktop-oes-element-index-uint branch Aug 8, 2018
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

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