Bug 43438 - REGRESSION: plugins/npruntime/remove-property.html is flaky
Summary: REGRESSION: plugins/npruntime/remove-property.html is flaky
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-03 11:52 PDT by Eric Seidel (no email)
Modified: 2022-07-01 11:35 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-08-03 11:52:20 PDT
REGRESSION: plugins/npruntime/remove-property.html is flaky

This happened very recently.

http://trac.webkit.org/browser/trunk/LayoutTests/plugins/npruntime/remove-property.html

http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r64570%20(14805)/plugins/npruntime/remove-property-diffs.txt


--- /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/plugins/npruntime/remove-property-expected.txt	2010-08-03 11:37:21.000000000 -0700
+++ /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/plugins/npruntime/remove-property-actual.txt	2010-08-03 11:37:21.000000000 -0700
@@ -5,7 +5,7 @@
 
 
 PASS 'property' in obj is true
-PASS 'property' in obj is false
+FAIL 'property' in obj should be false. Was true.
 PASS array[1] is 2
-PASS array[1] is undefined
+FAIL array[1] should be undefined (of type undefined). Was 2 (of type number).
 

Is an example failure.
Comment 1 Darin Adler 2010-08-03 12:44:54 PDT
New test just added by Anders during WebKit2 work; unknown why it fails. It’s in the Skipped list now.
Comment 2 Alexey Proskuryakov 2022-07-01 11:35:24 PDT
Mass closing plug-in bugs, as plug-in support has been removed from WebKit.

Please comment and/or reopen if this still affects WebKit in some way.