qmlweb / qmlweb

A QML engine in a web browser. Current state: fixing things…
https://qmlweb.github.io/
Other
774 stars 100 forks source link

«QtQuick.Timer can roughly set short intervals» is flaky #229

Open ChALkeR opened 8 years ago

ChALkeR commented 8 years ago

I had to re-start several Travis CI tasks because of that lately. Perhaps we should increase the allowed marging again for now.

/cc @henrikrudstrom

henrikrudstrom commented 8 years ago

We could, although i think marking it as "not working" would be more appropriate, its already at +/- 100%. I suspect that the inaccuracy could be due to the JIT not being warmed up, running the interval a time or two before measuring might help. Ill see if i can get to that one of these days.

henrikrudstrom commented 8 years ago

btw: regarding failing tests. there are aliases in jasmine xit and xdescribe that can be used instead of it and describe, the tests are not run, but show up as 'pending' in the stats....

ChALkeR commented 8 years ago

I temporary disabled that test in 97bf659bb28213b573f547b490416218ae0a665c.