[Webkit-unassigned] [Bug 92318] [Chromium] WebViewTest.AutoResizeInBetweenSizes is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 23:52:40 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92318


Peter Kasting <pkasting at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pkasting at google.com




--- Comment #3 from Peter Kasting <pkasting at google.com>  2012-07-27 23:52:40 PST ---
Disabling this test did not fix the problem.  Instead the next test to get run started failing with similar output:

[ RUN      ] WebViewTest.AutoResizeOverflowSizes
/Volumes/data/b/build/slave/webkit-mac-latest-dbg/build/src/third_party/WebKit/Source/WebKit/chromium/tests/WebViewTest.cpp:213: Failure
Value of: client.testData().width()
  Actual: 90
Expected: expectedWidth
Which is: 200
/Volumes/data/b/build/slave/webkit-mac-latest-dbg/build/src/third_party/WebKit/Source/WebKit/chromium/tests/WebViewTest.cpp:214: Failure
Value of: client.testData().height()
  Actual: 95
Expected: expectedHeight
Which is: 300
/Volumes/data/b/build/slave/webkit-mac-latest-dbg/build/src/third_party/WebKit/Source/WebKit/chromium/tests/WebViewTest.cpp:215: Failure
Value of: client.testData().horizontalScrollbarState()
  Actual: 0
Expected: expectedHorizontalState
Which is: 1
/Volumes/data/b/build/slave/webkit-mac-latest-dbg/build/src/third_party/WebKit/Source/WebKit/chromium/tests/WebViewTest.cpp:216: Failure
Value of: client.testData().verticalScrollbarState()
  Actual: 0
Expected: expectedVerticalState
Which is: 1
[  FAILED  ] WebViewTest.AutoResizeOverflowSizes (277 ms)

So it may be that the issue is that the previous test (WebViewTest.AutoResizeFixedHeightAndWidthOverflow) leaves something in a bad state?

I'll try disabling this test as well and see what happens.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list