-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Conversation
|
cli/angular-signals/README.md
Outdated
# @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. | ||
|
There was a problem hiding this comment.
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?
cli/vue2/README.md
Outdated
@@ -0,0 +1,7 @@ | |||
# @cypress/vue2 | |||
|
|||
Mount Vue 2 components in the open source [Cypress.io](https://www.cypress.io/) test runner |
There was a problem hiding this comment.
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] |
There was a problem hiding this comment.
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?
cypress Run #58543
Run Properties:
|
Project |
cypress
|
Branch Review |
ryanm/fix/filter-message
|
Run status |
Passed #58543
|
Run duration | 17m 22s |
Commit |
628282af4a: remove bad files
|
Committer | Ryan Manuel |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
2
|
Pending |
73
|
Skipped |
0
|
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.
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-documentation
?type definitions
?