Changeset 155187 in webkit


Ignore:
Timestamp:
Sep 6, 2013 5:07:47 AM (11 years ago)
Author:
allan.jensen@digia.com
Message:

REGRESSION(r155140) Broke pixel tests on EFL/GTK/Qt
https://bugs.webkit.org/show_bug.cgi?id=120843

Reviewed by Csaba Osztrogonác.

Call notifyDone like the platform specific forceRepaintDoneCallback methods
it replaced did. The method is empty on the Apple ports.

  • WebKitTestRunner/TestInvocation.cpp:

(WTR::TestInvocation::forceRepaintDoneCallback):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r155182 r155187  
     12013-09-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>
     2
     3        REGRESSION(r155140) Broke pixel tests on EFL/GTK/Qt
     4        https://bugs.webkit.org/show_bug.cgi?id=120843
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        Call notifyDone like the platform specific forceRepaintDoneCallback methods
     9        it replaced did. The method is empty on the Apple ports.
     10
     11        * WebKitTestRunner/TestInvocation.cpp:
     12        (WTR::TestInvocation::forceRepaintDoneCallback):
     13
    1142013-09-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>
    215
  • trunk/Tools/WebKitTestRunner/TestInvocation.cpp

    r155140 r155187  
    315315    TestInvocation* testInvocation = static_cast<TestInvocation*>(context);
    316316    testInvocation->m_gotRepaint = true;
     317    TestController::shared().notifyDone();
    317318}
    318319
Note: See TracChangeset for help on using the changeset viewer.