RESOLVED FIXED 115235
[Qt] REGRESSION(r149001): It made two fast/dom/DeviceMotion tests fail.
https://bugs.webkit.org/show_bug.cgi?id=115235
Summary [Qt] REGRESSION(r149001): It made two fast/dom/DeviceMotion tests fail.
Ádám Kallai
Reported 2013-04-26 01:32:04 PDT
* fast/dom/DeviceMotion/window-property.html diff: --- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/dom/DeviceMotion/window-property-expected.txt +++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/dom/DeviceMotion/window-property-actual.txt @@ -5,7 +5,7 @@ PASS typeof window.DeviceMotionEvent == 'object' is true PASS typeof window.DeviceMotionEvent == 'function' is false -PASS hasDeviceMotionEventProperty() is true +FAIL hasDeviceMotionEventProperty() should be true. Was false. PASS 'DeviceMotionEvent' in window is true PASS window.hasOwnProperty('DeviceMotionEvent') is true PASS typeof window.ondevicemotion == 'object' is true * fast/dom/DeviceOrientation/window-property.html diff: --- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/dom/DeviceOrientation/window-property-expected.txt +++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/dom/DeviceOrientation/window-property-actual.txt @@ -5,7 +5,7 @@ PASS typeof window.DeviceOrientationEvent == 'object' is true PASS typeof window.DeviceOrientationEvent == 'function' is false -PASS hasDeviceOrientationEventProperty() is true +FAIL hasDeviceOrientationEventProperty() should be true. Was false. PASS 'DeviceOrientationEvent' in window is true PASS window.hasOwnProperty('DeviceOrientationEvent') is true PASS typeof window.ondeviceorientation == 'object' is true
Attachments
Patch (4.56 KB, patch)
2013-04-26 01:44 PDT, Chris Dumez
no flags
Ádám Kallai
Comment 1 2013-04-26 01:33:02 PDT
Could you check what happened to it, please?
Chris Dumez
Comment 2 2013-04-26 01:34:08 PDT
I'm on it.
Chris Dumez
Comment 3 2013-04-26 01:44:41 PDT
Created attachment 199802 [details] Patch Sorry about that, those tests are skipped on EFL so I did not notice the failure.
Kentaro Hara
Comment 4 2013-04-26 01:48:10 PDT
Comment on attachment 199802 [details] Patch Thanks for the quick fix!
WebKit Commit Bot
Comment 5 2013-04-26 02:15:29 PDT
Comment on attachment 199802 [details] Patch Clearing flags on attachment: 199802 Committed r149171: <http://trac.webkit.org/changeset/149171>
WebKit Commit Bot
Comment 6 2013-04-26 02:15:32 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.