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.

Reply With Quote

