Closed Bug 1051227 Opened 10 years ago Closed 9 years ago

Intermittent system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Decodes even when records other than "cr"/"ac" are present | expected null to not equal null

Categories

(Firefox OS Graveyard :: NFC, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: RyanVM, Assigned: kamituel)

References

Details

(Keywords: intermittent-failure)

https://tbpl.mozilla.org/php/getParsedLog.php?id=45591365&tree=Mozilla-Inbound

b2g_ubuntu64_vm mozilla-inbound opt test gaia-unit on 2014-08-08 21:27:21 PDT for push 5832624a0c03
slave: tst-linux64-spot-412

21:59:06     INFO -  gaia-unit-tests TEST-START | system/test/unit/ndef_utils_test.js | parseHandoverNDEF() tests
21:59:06     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Transitive with encodeHandoverSelect()
21:59:06     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Transitive with encodeHandoverRequest()
21:59:06     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Decodes AC record correctly
21:59:06     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Parses multiple Alternative Carrier (AC) records
21:59:06     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Parses Collision Resolution Record
21:59:06     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Returns null when no input given
21:59:07     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Returns null when TNF of first record invalid
21:59:07     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Returns null when no collision resolution record in Hr
21:59:07     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Returns null when invalid collision resolution record
21:59:07     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Do not attempt to parse records other that Hs/Hr
21:59:07     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Return null if Hs/Hr record contains unexpected bytes.
21:59:07     INFO -  gaia-unit-tests TEST-UNEXPECTED-FAIL | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Decodes even when records other than "cr"/"ac" are present | expected null to not equal null
21:59:07     INFO -  gaia-unit-tests INFO       | stack trace:
21:59:07     INFO -      Error: expected null to not equal null
21:59:07     INFO -          at chaiAssert (app://system.gaiamobile.org/common/test/helper.js:31:1)
21:59:07     INFO -          at equal (app://system.gaiamobile.org/common/vendor/chai/chai.js:504:1)
21:59:07     INFO -          at isNotNull (app://system.gaiamobile.org/common/vendor/chai/chai.js:1420:5)
21:59:07     INFO -          at (anonymous) (app://system.gaiamobile.org/test/unit/ndef_utils_test.js:237:7)
21:59:07     INFO -          at wrapper (app://system.gaiamobile.org/common/test/mocha_generators.js:62:19)
21:59:07     INFO -          at run (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:3709:7)
21:59:07     INFO -          at runTest (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:4081:5)
21:59:07     INFO -          at (anonymous) (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:4127:7)
21:59:07     INFO -          at next (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:4007:1)
21:59:07     INFO -          at (anonymous) (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:4016:7)
21:59:07     INFO -          at next (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:3964:1)
21:59:07     INFO -          at (anonymous) (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:3979:7)
21:59:07     INFO -          at done (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:3700:5)
21:59:07     INFO -          at (anonymous) (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:3712:9)
21:59:07     INFO -          at (anonymous) (app://system.gaiamobile.org/common/test/mocha_generators.js:46:20)
21:59:07     INFO -          at wrapper (app://system.gaiamobile.org/common/test/mocha_generators.js:73:15)
21:59:07     INFO -          at run (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:3709:7)
21:59:07     INFO -          at next (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:3973:5)
21:59:07     INFO -          at (anonymous) (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:3984:5)
21:59:07     INFO -          at (anonymous) (app://system.gaiamobile.org/common/vendor/mocha/mocha.js:4932:28)
21:59:07     INFO -  gaia-unit-tests TEST-PASS  | system/test/unit/ndef_utils_test.js | NDEFUtils tests parseHandoverNDEF() tests Return null when ID in AC record does not match ID of any records
21:59:07     INFO -  gaia-unit-tests TEST-END   | system/test/unit/ndef_utils_test.js | parseHandoverNDEF() tests
Kamil, can you check this problem?
Assignee: nobody → kamituel
I tried to replicate this earlier locally and I wasn't able to do this. I don't understand why this error is not visible each time a Gaia-Try build is run when we're sending pull requests to gaia master.
Inactive; closing (see bug 1180138).
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.