RESOLVED FIXED 67125
[Qt] 2 tests failed after r93951
https://bugs.webkit.org/show_bug.cgi?id=67125
Summary [Qt] 2 tests failed after r93951
Fehér Zsolt
Reported 2011-08-29 06:32:12 PDT
This tests failed: fast/dom/constructed-objects-prototypes.html fast/dom/dom-constructors.html
Attachments
Fehér Zsolt
Comment 1 2011-08-29 06:37:24 PDT
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
Comment 2 2011-08-29 07:18:00 PDT
Sam Weinig
Comment 3 2011-08-29 12:57:14 PDT
Csaba Osztrogonác
Comment 4 2011-08-30 02:07:28 PDT
Reni, could you unskip them too?
Csaba Osztrogonác
Comment 5 2011-08-30 05:28:59 PDT
Note You need to log in before you can comment on or make changes to this bug.