Bug 94939 - [EFL] fast/dom/navigator-vibration.html is failing after r126562
Summary: [EFL] fast/dom/navigator-vibration.html is failing after r126562
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sudarsana Nagineni (babu)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 08:16 PDT by Sudarsana Nagineni (babu)
Modified: 2012-08-24 09:42 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2012-08-24 08:30 PDT, Sudarsana Nagineni (babu)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sudarsana Nagineni (babu) 2012-08-24 08:16:09 PDT
fast/dom/navigator-vibration.html is failing after r126562. Expected results needs to updated for this test.

--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/fast/dom/navigator-vibration-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/fast/dom/navigator-vibration-actual.txt
@@ -8,7 +8,7 @@
 PASS navigator.vibrate(1000); is undefined
 PASS navigator.vibrate([1000, 300, 500]); is undefined
 PASS navigator.vibrate(4294967295); is undefined
-PASS navigator.vibrate(); threw exception TypeError: Type error.
+PASS navigator.vibrate(); threw exception TypeError: Not enough arguments.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Sudarsana Nagineni (babu) 2012-08-24 08:30:57 PDT
Created attachment 160423 [details]
Patch
Comment 2 Kentaro Hara 2012-08-24 08:35:41 PDT
Comment on attachment 160423 [details]
Patch

OK. Thanks for the fix.
Comment 3 WebKit Review Bot 2012-08-24 09:42:00 PDT
Comment on attachment 160423 [details]
Patch

Clearing flags on attachment: 160423

Committed r126592: <http://trac.webkit.org/changeset/126592>
Comment 4 WebKit Review Bot 2012-08-24 09:42:03 PDT
All reviewed patches have been landed.  Closing bug.