Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vows regression tests fails #6

Closed
jonassmedegaard opened this issue Dec 22, 2011 · 4 comments
Closed

vows regression tests fails #6

jonassmedegaard opened this issue Dec 22, 2011 · 4 comments

Comments

@jonassmedegaard
Copy link

running "vows --spec" emits the following:

  parsing
    ✗ simple document
    TypeError: Object [object Object] has no method 'addListener'
    at new  (/srv/data/jonas-src/GITauth/alioth/pkg-javascript/ltx/lib/parse.js:17:17)
    at Object.parse (/srv/data/jonas-src/GITauth/alioth/pkg-javascript/ltx/lib/parse.js:67:13)
    at Object. (/srv/data/jonas-src/GITauth/alioth/pkg-javascript/ltx/test/parse-test.js:8:26)
    at runTest (/usr/lib/nodejs/vows.js:132:26)
    at EventEmitter. (/usr/lib/nodejs/vows.js:78:9)
    at EventEmitter. (events.js:81:20)
    at EventEmitter.emit (/usr/lib/nodejs/vows.js:236:24)
    at Array.0 (/usr/lib/nodejs/vows/suite.js:162:45)
    at EventEmitter._tickCallback (node.js:126:26)
    ✗ text with commas
    TypeError: Object [object Object] has no method 'addListener'
    at new  (/srv/data/jonas-src/GITauth/alioth/pkg-javascript/ltx/lib/parse.js:17:17)
    at Object.parse (/srv/data/jonas-src/GITauth/alioth/pkg-javascript/ltx/lib/parse.js:67:13)
    at Object. (/srv/data/jonas-src/GITauth/alioth/pkg-javascript/ltx/test/parse-test.js:13:19)
    at runTest (/usr/lib/nodejs/vows.js:132:26)
    at EventEmitter. (/usr/lib/nodejs/vows.js:78:9)
    at EventEmitter. (events.js:81:20)
    at EventEmitter.emit (/usr/lib/nodejs/vows.js:236:24)
    at Array.0 (/usr/lib/nodejs/vows/suite.js:162:45)
    at EventEmitter._tickCallback (node.js:126:26)
    ✓ erroneous document raises error
    ✓ incomplete document raises error
 
@astro
Copy link
Member

astro commented Dec 22, 2011

Sorry, I cannot reproduce this. http://travis-ci.org/#!/astro/ltx

The object is the node-expat parser. Are you potentially running an old version of it that was not ready for node 0.6?

@jonassmedegaard
Copy link
Author

node-expat 1.4.1

nodejs 0.4.12

@astro
Copy link
Member

astro commented Jan 4, 2012

Hum, it's running fine locally and on travis-ci.org with the same versions. Do you have any scripts to replicate your environment and build process?

@lloydwatkin
Copy link
Member

Closing. If this is still a problem we can reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants