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

tests: Fix ViewsScrollViewTest failures #3835

Open
magreenblatt opened this issue Nov 15, 2024 · 1 comment
Open

tests: Fix ViewsScrollViewTest failures #3835

magreenblatt opened this issue Nov 15, 2024 · 1 comment
Labels
bug Bug report Tests Related to tests

Comments

@magreenblatt
Copy link
Collaborator

magreenblatt commented Nov 15, 2024

To Reproduce
Steps to reproduce the behavior:

  1. Run ceftests --use-views --gtest_filter=ViewsScrollViewTest.ScrollViewLayout\*

Expected behavior
Tests should succeed. Instead, tests fail with errors like:

../../cef/tests/ceftests/views/scroll_view_unittest.cc:123: Failure
Expected: (sb_height) > (0), actual: 0 vs 0
../../cef/tests/ceftests/views/scroll_view_unittest.cc:125: Failure
Expected: (sb_width) > (0), actual: 0 vs 0

Versions (please complete the following information):

  • OS: MacOS 15.0.1
  • CEF Version: M132

This is likely not a new failure.

@magreenblatt magreenblatt added bug Bug report macos MacOS platform Tests Related to tests labels Nov 15, 2024
@magreenblatt
Copy link
Collaborator Author

Also failing on Linux with the same error.

@magreenblatt magreenblatt removed the macos MacOS platform label Nov 15, 2024
@magreenblatt magreenblatt changed the title tests: mac: Fix ViewsScrollViewTest failures tests: Fix ViewsScrollViewTest failures Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report Tests Related to tests
Projects
None yet
Development

No branches or pull requests

1 participant