Changeset 70238 in webkit


Ignore:
Timestamp:
Oct 21, 2010 9:11:29 AM (13 years ago)
Author:
Adam Roben
Message:

Attempt to fix plugins/pass-different-npp-struct.html on GTK.

See <http://webkit.org/b/47690>.

LayoutTests:

  • platform/gtk/Skipped: Stop skipping this test.

WebKitTools:

  • GNUmakefile.am: Added PassDifferentNPPStruct.cpp.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r70236 r70238  
     12010-10-21  Adam Roben  <aroben@apple.com>
     2
     3        Attempt to fix plugins/pass-different-npp-struct.html on GTK.
     4
     5        See <http://webkit.org/b/47690>.
     6
     7        * platform/gtk/Skipped: Stop skipping this test.
     8
    192010-10-21  Andreas Kling  <kling@webkit.org>
    210
  • trunk/LayoutTests/platform/gtk/Skipped

    r70215 r70238  
    58975897# https://bugs.webkit.org/show_bug.cgi?id=47832
    58985898http/tests/inspector/console-xhr-logging.html
    5899 
    5900 # New test written for WebKit2 fails on GTK bots.
    5901 # https://bugs.webkit.org/show_bug.cgi?id=47690
    5902 plugins/pass-different-npp-struct.html
  • trunk/WebKitTools/ChangeLog

    r70230 r70238  
     12010-10-21  Adam Roben  <aroben@apple.com>
     2
     3        Attempt to fix plugins/pass-different-npp-struct.html on GTK.
     4
     5        See <http://webkit.org/b/47690>.
     6
     7        * GNUmakefile.am: Added PassDifferentNPPStruct.cpp.
     8
    192010-10-21  Gabor Rapcsanyi  <rgabor@inf.u-szeged.hu>
    210
  • trunk/WebKitTools/GNUmakefile.am

    r69718 r70238  
    170170        WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp \
    171171        WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp \
     172        WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp \
    172173        WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp \
    173174        WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp \
Note: See TracChangeset for help on using the changeset viewer.