Bug 46715 - plugins/npruntime/invoke-failure.html fails in WebKit2 due to slightly different exception being thrown
Summary: plugins/npruntime/invoke-failure.html fails in WebKit2 due to slightly differ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2010-09-28 04:16 PDT by Adam Roben (:aroben)
Modified: 2010-09-29 16:52 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.44 KB, patch)
2010-09-29 16:14 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-09-28 04:16:19 PDT
plugins/npruntime/invoke-failure.html fails in WebKit2 due to a slightly different exception being thrown. Here's the diff:

--- /tmp/layout-test-results/plugins/npruntime/invoke-failure-expected.txt	2010-09-27 19:41:55.453000000 -0400
+++ /tmp/layout-test-results/plugins/npruntime/invoke-failure-actual.txt	2010-09-27 19:41:55.453000000 -0400
@@ -1,2 +1,2 @@
 
-SUCCESS: Exception caught: Error: Error calling method on NPObject!
+SUCCESS: Exception caught: Error: Error calling method on NPObject.
Comment 1 Adam Roben (:aroben) 2010-09-28 04:30:39 PDT
<rdar://problem/8485909>
Comment 2 Anders Carlsson 2010-09-29 16:14:49 PDT
Created attachment 69270 [details]
Patch
Comment 3 Darin Adler 2010-09-29 16:17:53 PDT
Comment on attachment 69270 [details]
Patch

Those exclamation points are horrible!
Comment 4 Anders Carlsson 2010-09-29 16:47:49 PDT
I talked to Darin and we agreed to get rid of the exclamation points everywhere instead.
Comment 5 Anders Carlsson 2010-09-29 16:48:01 PDT
Comment on attachment 69270 [details]
Patch

Clearing review flag.
Comment 6 Anders Carlsson 2010-09-29 16:52:50 PDT
Committed r68716: <http://trac.webkit.org/changeset/68716>