Changeset 190265 in webkit


Ignore:
Timestamp:
Sep 26, 2015, 1:40:35 AM (10 years ago)
Author:
Carlos Garcia Campos
Message:

REGRESSION(r188639): [GTK] Several inspector tests started to time out in GTK+ bots after r188639
https://bugs.webkit.org/show_bug.cgi?id=148569

Reviewed by Darin Adler.

Source/WebKit2:

  • PlatformGTK.cmake: Add missing inspector files required for

layout tests.

LayoutTests:

  • platform/gtk/TestExpectations: Unskip the inspector tests.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r190264 r190265  
     12015-09-26  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        REGRESSION(r188639): [GTK] Several inspector tests started to time out in GTK+ bots after r188639
     4        https://bugs.webkit.org/show_bug.cgi?id=148569
     5
     6        Reviewed by Darin Adler.
     7
     8        * platform/gtk/TestExpectations: Unskip the inspector tests.
     9
    1102015-09-25  Alexey Proskuryakov  <ap@apple.com>
    211
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r190238 r190265  
    13931393webkit.org/b/148567 fast/mediastream/getusermedia.html [ Timeout ]
    13941394webkit.org/b/148567 fast/mediastream/success.html [ Timeout ]
    1395 
    1396 # REGRESSION(r188639): Web Inspector: split TestStub.js into multiple files and modernize it
    1397 webkit.org/b/148569 inspector [ Timeout ]
    13981395
    13991396#////////////////////////////////////////////////////////////////////////////////////////
  • trunk/Source/WebKit2/ChangeLog

    r190262 r190265  
     12015-09-26  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        REGRESSION(r188639): [GTK] Several inspector tests started to time out in GTK+ bots after r188639
     4        https://bugs.webkit.org/show_bug.cgi?id=148569
     5
     6        Reviewed by Darin Adler.
     7
     8        * PlatformGTK.cmake: Add missing inspector files required for
     9        layout tests.
     10
    1112015-09-25  Eric Carlson  <eric.carlson@apple.com>
    212
  • trunk/Source/WebKit2/PlatformGTK.cmake

    r189098 r190265  
    448448    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Models/*.js
    449449    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Protocol/*.js
     450    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Test/*.js
    450451    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.css
    451452    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.js
Note: See TracChangeset for help on using the changeset viewer.