Changeset 74480 in webkit


Ignore:
Timestamp:
Dec 22, 2010 8:22:58 AM (13 years ago)
Author:
loislo@chromium.org
Message:

2010-12-22 Ilya Tikhonovsky <loislo@chromium.org>

Reviewed by Yury Semikhatsky.

Web Inspector: [chromium] DRT inspector layout tests are flaky in debug.

DevTools window should be closed explicitly because it has custom deinitialization code.

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

  • DumpRenderTree/chromium/TestShell.cpp: (TestShell::closeRemainingWindows):
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r74478 r74480  
     12010-12-22  Ilya Tikhonovsky  <loislo@chromium.org>
     2
     3        Reviewed by Yury Semikhatsky.
     4
     5        Web Inspector: [chromium] DRT inspector layout tests are flaky in debug.
     6
     7        DevTools window should be closed explicitly because it has custom deinitialization code.
     8
     9        https://bugs.webkit.org/show_bug.cgi?id=50722
     10
     11        * DumpRenderTree/chromium/TestShell.cpp:
     12        (TestShell::closeRemainingWindows):
     13
    1142010-12-22  David Levin  <levin@chromium.org>
    215
  • trunk/Tools/DumpRenderTree/chromium/TestShell.cpp

    r71928 r74480  
    599599void TestShell::closeRemainingWindows()
    600600{
     601    // Just close devTools window manually because we have custom deinitialization code for it.
     602    closeDevTools();
     603
    601604    // Iterate through the window list and close everything except the main
    602605    // window. We don't want to delete elements as we're iterating, so we copy
Note: See TracChangeset for help on using the changeset viewer.