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

chore: suppress EGL Driver message in electron 32 #30663

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

ryanthemanuel
Copy link
Collaborator

@ryanthemanuel ryanthemanuel commented Nov 21, 2024

Additional details

This suppresses a message that started showing up on the release 14.0.0 branch with the electron upgrade. Calling it a chore since it is not fixing anything that has been released yet.

Steps to test

How has the user experience changed?

PR Tasks

@cypress-app-bot
Copy link
Collaborator

# @cypress/angular-signals

Mount Angular components in the open source [Cypress.io](https://www.cypress.io/) test runner. This package is an extension of `@cypress/angular`, but with [signals](https://angular.dev/guide/signals) support.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like these files got checked in since the harness is now deleted on 14. Might need to do a git reset HEAD~ and a git clean -fd or something and recommit?

@@ -0,0 +1,7 @@
# @cypress/vue2

Mount Vue 2 components in the open source [Cypress.io](https://www.cypress.io/) test runner
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here with the checked in files

*/
const isEGLDriverMessage = /^\[[^\]]+gl_display\.cc[^\]]+\] EGL Driver message \(Error\) eglQueryDeviceAttribEXT: Bad attribute\./

const GARBAGE_WARNINGS = [isXlibOrLibudevRe, isHighSierraWarningRe, isRenderWorkerRe, isDbusWarning, isCertVerifyProcBuiltin, isHostVulkanDriverWarning, isContainerVulkanDriverWarning, isContainerVulkanStack, isDebugScenario4, isEGLDriverMessage]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably after this merges we test the binary on intel mac?

Copy link

cypress bot commented Nov 21, 2024

cypress    Run #58543

Run Properties:  status check passed Passed #58543  •  git commit 628282af4a: remove bad files
Project cypress
Branch Review ryanm/fix/filter-message
Run status status check passed Passed #58543
Run duration 17m 22s
Commit git commit 628282af4a: remove bad files
Committer Ryan Manuel
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 2
Tests that did not run due to a developer annotating a test with .skip  Pending 73
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 5591
View all changes introduced in this branch ↗︎

Warning

No Report: Something went wrong and we could not generate a report for the Application Quality products.

@ryanthemanuel ryanthemanuel merged commit 39274f4 into release/14.0.0 Nov 21, 2024
81 of 83 checks passed
@ryanthemanuel ryanthemanuel deleted the ryanm/fix/filter-message branch November 21, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants