Bug 67125
Summary: | [Qt] 2 tests failed after r93951 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fehér Zsolt <feherzs> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | loki, oliver, ossy, podivilov, rhodovan.u-szeged, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Fehér Zsolt
This tests failed:
fast/dom/constructed-objects-prototypes.html
fast/dom/dom-constructors.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fehér Zsolt
http://build.webkit.org/results/Qt%20Linux%20Release/r93973%20(36895)/results.html
'fast/dom/constructed-objects-prototypes.html' diff:
--- /ramdisk/qt-linux-release/build/layout-test-results/fast/dom/constructed-objects-prototypes-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/fast/dom/constructed-objects-prototypes-actual.txt
@@ -7,6 +7,8 @@
PASS (new inner.Audio()).constructor.isInner is true
PASS (new inner.DOMParser()).isInner is true
PASS (new inner.DOMParser()).constructor.isInner is true
+PASS (new inner.Event()).isInner is true
+PASS (new inner.Event()).constructor.isInner is true
PASS (new inner.FormData()).isInner is true
PASS (new inner.FormData()).constructor.isInner is true
PASS (new inner.Image()).isInner is true
'fast/dom/dom-constructors.html' diff:
--- /ramdisk/qt-linux-release/build/layout-test-results/fast/dom/dom-constructors-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/fast/dom/dom-constructors-actual.txt
@@ -93,7 +93,7 @@
PASS TryAllocate('CSSValue') is 'exception'
PASS TryAllocate('CSSValueList') is 'exception'
PASS TryAllocate('DOMImplementation') is 'exception'
-PASS TryAllocate('Event') is 'exception'
+FAIL TryAllocate('Event') should be exception. Was [object Event].
PASS TryAllocate('HTMLCollection') is 'exception'
PASS TryAllocate('KeyboardEvent') is 'exception'
PASS TryAllocate('MediaList') is 'exception'
Fehér Zsolt
Skipped in http://trac.webkit.org/changeset/93975
Sam Weinig
I update the tests in http://trac.webkit.org/changeset/93994.
Csaba Osztrogonác
Reni, could you unskip them too?
Csaba Osztrogonác
I unskipped the tests: http://trac.webkit.org/changeset/94072