Closed
Bug 987435
Opened 11 years ago
Closed 8 years ago
Synthetic gesture unit tests fail on OOP B2G Desktop
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: qdot, Unassigned)
References
Details
Looks like we're receiving messages in an order we don't expect.
10) [test-agent] SyntheticGestures eventstream pinch (out):
Error: expected 'touchstart touchstart touchmove touchmove touchmove touchmove touchmove touchmove touchmove touchmove touchmove touchend touchmove touchend' to match /touchstart touchstart (touchmove )+touchend touchend/
at chaiAssert (http://test-agent.gaiamobile.org:8080/common/test/helper.js:33:1)
at match (http://test-agent.gaiamobile.org:8080/common/vendor/chai/chai.js:763:1)
at match (http://test-agent.gaiamobile.org:8080/common/vendor/chai/chai.js:1649:5)
at (anonymous) (http://test-agent.gaiamobile.org:8080/test/unit/synthetic_gestures_test.js:137:13)
at (anonymous) (http://test-agent.gaiamobile.org:8080/common/test/mocha_generators.js:40:15)
at (anonymous) (http://test-agent.gaiamobile.org:8080/test/unit/synthetic_gestures_test.js:134:11)
11) [test-agent] SyntheticGestures eventstream pinch (in):
Error: expected 'touchstart touchstart touchmove touchmove touchmove touchmove touchmove touchmove touchmove touchend touchmove touchend' to match /touchstart touchstart (touchmove )+touchend touchend/
at chaiAssert (http://test-agent.gaiamobile.org:8080/common/test/helper.js:33:1)
at match (http://test-agent.gaiamobile.org:8080/common/vendor/chai/chai.js:763:1)
at match (http://test-agent.gaiamobile.org:8080/common/vendor/chai/chai.js:1649:5)
at (anonymous) (http://test-agent.gaiamobile.org:8080/test/unit/synthetic_gestures_test.js:157:13)
at (anonymous) (http://test-agent.gaiamobile.org:8080/common/test/mocha_generators.js:40:15)
at (anonymous) (http://test-agent.gaiamobile.org:8080/test/unit/synthetic_gestures_test.js:154:11)
12) [test-agent] SyntheticGestures relative coordinates pinch (out):
Error: expected 'touchstart touchstart touchmove touchmove touchmove touchmove touchmove touchmove touchmove touchmove touchend touchmove touchend' to match /touchstart touchstart (touchmove )+touchend touchend/
at chaiAssert (http://test-agent.gaiamobile.org:8080/common/test/helper.js:33:1)
at match (http://test-agent.gaiamobile.org:8080/common/vendor/chai/chai.js:763:1)
at match (http://test-agent.gaiamobile.org:8080/common/vendor/chai/chai.js:1649:5)
at (anonymous) (http://test-agent.gaiamobile.org:8080/test/unit/synthetic_gestures_test.js:336:13)
at (anonymous) (http://test-agent.gaiamobile.org:8080/common/test/mocha_generators.js:40:15)
at (anonymous) (http://test-agent.gaiamobile.org:8080/test/unit/synthetic_gestures_test.js:333:11)
13) [test-agent] SyntheticGestures relative coordinates pinch (in):
Error: expected 'touchstart touchstart touchmove touchmove touchmove touchmove touchmove touchmove touchmove touchmove touchmove touchend touchmove touchend' to match /touchstart touchstart (touchmove )+touchend touchend/
at chaiAssert (http://test-agent.gaiamobile.org:8080/common/test/helper.js:33:1)
at match (http://test-agent.gaiamobile.org:8080/common/vendor/chai/chai.js:763:1)
at match (http://test-agent.gaiamobile.org:8080/common/vendor/chai/chai.js:1649:5)
at (anonymous) (http://test-agent.gaiamobile.org:8080/test/unit/synthetic_gestures_test.js:356:13)
at (anonymous) (http://test-agent.gaiamobile.org:8080/common/test/mocha_generators.js:40:15)
at (anonymous) (http://test-agent.gaiamobile.org:8080/test/unit/synthetic_gestures_test.js:353:11)
Note that I'm only seeing this locally at the moment, it's not showing up on tbpl and I don't have a good way to test this on travis yet. Filing this as a placeholder until we have more time to look into it.
Reporter | ||
Comment 1•8 years ago
|
||
B2G Desktop is dead, marking wontfix
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•