Skip to content

Commit

Permalink
Start running plugins tests in WebKit2 on Windows
Browse files Browse the repository at this point in the history
Fixes <http://webkit.org/b/46675> <rdar://problem/8484269>

Reviewed by John Sullivan.

* platform/win-wk2/Skipped: Removed the plugins and
platform/win/plugins directories and added individual failing tests.
plugins/geturlnotify-during-document-teardown.html and
plugins/mouse-events-fixedpos.html will also fail on SnowLeopard, but
they're already skipped there on both WebKit1 and WebKit2 thanks to
platform/mac-snowleopard/Skipped.

Canonical link: https://commits.webkit.org/59206@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@68519 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
aroben committed Sep 28, 2010
1 parent 69b962a commit 93ac100
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 deletions.
15 changes: 15 additions & 0 deletions LayoutTests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2010-09-28 Adam Roben <aroben@apple.com>

Start running plugins tests in WebKit2 on Windows

Fixes <http://webkit.org/b/46675> <rdar://problem/8484269>

Reviewed by John Sullivan.

* platform/win-wk2/Skipped: Removed the plugins and
platform/win/plugins directories and added individual failing tests.
plugins/geturlnotify-during-document-teardown.html and
plugins/mouse-events-fixedpos.html will also fail on SnowLeopard, but
they're already skipped there on both WebKit1 and WebKit2 thanks to
platform/mac-snowleopard/Skipped.

2010-09-28 Andreas Kling <andreas.kling@nokia.com>

Reviewed by Kenneth Rohde Christiansen.
Expand Down
29 changes: 24 additions & 5 deletions LayoutTests/platform/win-wk2/Skipped
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,30 @@ platform/win/fast/events/panScroll-preventDefault.html
fast/workers/storage
storage

# WebKit2 needs plugins support
# <https://bugs.webkit.org/show_bug.cgi?id=42196>
plugins
platform/win/plugins
dom/html/level2/html/AppletsCollection.html
# Assertion failure in Node::document
# http://webkit.org/b/46672
plugins/embed-attributes-style.html

# Assertion failure in NetscapePlugin::platformDestroy
# http://webkit.org/b/46673
plugins/mouse-events.html

# http://webkit.org/b/46711
platform/win/plugins/plugin-delayed-destroy.html

# http://webkit.org/b/46712
plugins/document-open.html

# http://webkit.org/b/46715
plugins/npruntime/invoke-failure.html

# WebKitTestRunner needs layoutTestController.setCallCloseOnWebViews
# http://webkit.org/b/46714
plugins/geturlnotify-during-document-teardown.html

# WebKitTestRunner needs an implementation of eventSender
# <https://bugs.webkit.org/show_bug.cgi?id=42194>
plugins/mouse-events-fixedpos.html

# Pasteboard doesn't work in WebKit2
# <https://bugs.webkit.org/show_bug.cgi?id=42317>
Expand Down

0 comments on commit 93ac100

Please sign in to comment.