Web Worker test is crash on Tizen mobile device.
+ Reply to Thread
Results 1 to 4 of 4

Thread: Web Worker test is crash on Tizen mobile device.

  1. Top | #1
    Fresh Member
    Join Date
    Aug 2012
    Posts
    3
    Threads
    1

    Web Worker test is crash on Tizen mobile device.

    Tizen(www.tizen.org) Mobile Device supports WebWorker. But WebWorker test in PeaceKeeper is not working on it.
    Because this test consumes too much memomry(over 500MB), our device is crash.
    Currently, in case of other mobile devices such as iphone, ipad and Nokia, WebWoker test is passed by checking the user-agent.
    So, could you please add Tizen UA also for passing the WebWorker test?

    eq.

    http://peacekeeper.futuremark.com/js...rContrast01.js
    • 104 : // Not working on Tizen device.
    • 105 : if (/.*Tizen.*/.test(navigator.userAgent))
    • 106 : return false.

    http://peacekeeper.futuremark.com/js/tests/html5/workerContrast02.js
    • 114 : // Not working on Tizen device.
    • 115 : if (/.*Tizen.*/.test(navigator.userAgent))
    • 116 : return false.

    thanks.

  2. Top | #2
    Administrator
    Join Date
    Apr 2000
    Location
    Espoo, Finland, Finland
    Posts
    389
    Threads
    15

    Re: Web Worker test is crash on Tizen mobile device.

    Thanks,

    I'll make sure this exception goes into the next build. We have a few pending bug fixes to go into the next build and it should go out early next week.

  3. Top | #3
    Fresh Member
    Join Date
    Aug 2012
    Posts
    3
    Threads
    1

    Re: Web Worker test is crash on Tizen mobile device.

    Thank you for your support.

  4. Top | #4
    Fresh Member
    Join Date
    Aug 2012
    Posts
    3
    Threads
    1

    Re: Web Worker test is crash on Tizen mobile device.

    Dear Demi,

    I can see you've changed workerContrast02.js.
    You are checking the UA has the string "mobi" or not.
    Thank you very much what you've done.

    But, I still have problem with workerContrast01.js.
    Can you do same thing in that?


    Thanks.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts