Closed Bug 607109 Opened 14 years ago Closed 14 years ago

list tests fail to run with "TypeError: this._keyValueMap is null"

Categories

(Add-on SDK Graveyard :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: myk, Unassigned)

References

Details

Attachments

(1 file)

On trunk, the `list` module's tests fail to run with the exception "TypeError: this._keyValueMap is null":

--------------------------------------------------------------------------------
(addon-sdk)myk@myk:~/Projects/addon-sdk/packages/jetpack-core$ cfx test -F list
Using binary at '/home/myk/bin/firefox'.
Using profile at '/tmp/tmpkng6Wg.mozrunner'.

(firefox-bin:4235): GLib-WARNING **: g_set_prgname() called multiple times
Traceback (most recent call last):
  File "resource://jetpack-core-jetpack-core-lib/list.js", line 151, in 
    _iterator: function _iterator(onKeys, onKeyValue) {
  File "resource://jetpack-core-jetpack-core-lib/traits.js", line 151, in compose
    return Composition(_compose.apply(null, traits.map(TraitDescriptor)));
  File "resource://jetpack-core-jetpack-core-lib/traits.js", line 75, in TraitDescriptor
    ) ? object._trait(TraitDescriptor) : _trait(object)
  File "resource://jetpack-core-jetpack-core-lib/traits/core.js", line 136, in trait
    let descriptor = getOwnPropertyDescriptor(properties, key);
  File "resource://jetpack-core-jetpack-core-lib/list.js", line 98, in 
    get length() this._keyValueMap.length,
TypeError: this._keyValueMap is null
No tests were run
FAIL
Total time: 1.430412 seconds
Program terminated unsuccessfully.
--------------------------------------------------------------------------------

It's not a test function that is failing; it's the |require('list')| statement itself.

Irakli: any idea what this might be caused by?
As with bug 607090, this looks like it is being caused by bug 607278, so marking the dependency.
Depends on: 607278
Attachment #486336 - Flags: review?(myk) → review+
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.

To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: