Bug 43438
Summary: | REGRESSION: plugins/npruntime/remove-property.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | andersca, ap, darin, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
New test just added by Anders during WebKit2 work; unknown why it fails. It’s in the Skipped list now.
Alexey Proskuryakov
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.