Bug 57315 - [GTK] r82185 broke the testwebview test
Summary: [GTK] r82185 broke the testwebview test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 02:12 PDT by Philippe Normand
Modified: 2011-05-15 23:55 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2011-03-29 02:12:25 PDT
ERROR:../../Source/WebKit/gtk/tests/testwebview.c:269:do_test_webkit_web_view_adjustments: assertion failed (gtk_adjustment_get_value(adjustment) == 100.0): (0 == 100)

I will disable the ASSERT for now and try to figure out a patch.
Comment 1 Martin Robinson 2011-05-09 19:00:11 PDT
This seems to be passing now. I'm going to close this bug and update the test file.
Comment 2 Philippe Normand 2011-05-12 05:17:08 PDT
Well it's still fails on 32-bits Release...
Comment 3 Philippe Normand 2011-05-12 05:17:42 PDT
ERROR:../../Source/WebKit/gtk/tests/testwebview.c:285:do_test_webkit_web_view_adjustments: assertion failed (upper == gtk_adjustment_get_upper(adjustment)): (0 == 1235)
Comment 4 Martin Robinson 2011-05-12 08:54:14 PDT
(In reply to comment #3)
> ERROR:../../Source/WebKit/gtk/tests/testwebview.c:285:do_test_webkit_web_view_adjustments: assertion failed (upper == gtk_adjustment_get_upper(adjustment)): (0 == 1235)

 It's very weird that this only fails on the 32-bit release bot. :(
Comment 5 Martin Robinson 2011-05-12 11:19:54 PDT
(In reply to comment #4)
> (In reply to comment #3)
> > ERROR:../../Source/WebKit/gtk/tests/testwebview.c:285:do_test_webkit_web_view_adjustments: assertion failed (upper == gtk_adjustment_get_upper(adjustment)): (0 == 1235)
> 
>  It's very weird that this only fails on the 32-bit release bot. :(

This is a different assertion failing, so I don't think this is the same bug.