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

Tests fail on OS X, Node v0.10.22 #33

Closed
feross opened this issue Nov 18, 2013 · 0 comments
Closed

Tests fail on OS X, Node v0.10.22 #33

feross opened this issue Nov 18, 2013 · 0 comments

Comments

@feross
Copy link
Contributor

feross commented Nov 18, 2013

Any ideas?

    ok 979 should be equal
    ok 980 should be equal
    ok 981 should be equal
    ok 982 should be equal
    ok 983 should be equal
    ok 984 should be equal
    ok 985 should be equal
    ok 986 should be equal
    ok 987 should be equal
    not ok 988 test/buffer.js
      ---
        exit:     143
        timedOut: true
        stderr:   |
          (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
          Trace
              at EventEmitter.addListener (events.js:160:15)
              at test (/Users/feross/code/buffer-browserify/node_modules/tape/index.js:103:11)
              at Object.<anonymous> (/Users/feross/code/buffer-browserify/test/buffer.js:104:1)
              at Module._compile (module.js:456:26)
              at Object.Module._extensions..js (module.js:474:10)
              at Module.load (module.js:356:32)
              at Function.Module._load (module.js:312:12)
              at Function.Module.runMain (module.js:497:10)
              at startup (node.js:119:16)
              at node.js:901:3
          (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
          Trace
              at EventEmitter.addListener (events.js:160:15)
              at test (/Users/feross/code/buffer-browserify/node_modules/tape/index.js:108:11)
              at Object.<anonymous> (/Users/feross/code/buffer-browserify/test/buffer.js:104:1)
              at Module._compile (module.js:456:26)
              at Object.Module._extensions..js (module.js:474:10)
              at Module.load (module.js:356:32)
              at Function.Module._load (module.js:312:12)
              at Function.Module.runMain (module.js:497:10)
              at startup (node.js:119:16)
              at node.js:901:3
          (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
          Trace
              at EventEmitter.addListener (events.js:160:15)
              at test (/Users/feross/code/buffer-browserify/node_modules/tape/index.js:110:11)
              at Object.<anonymous> (/Users/feross/code/buffer-browserify/test/buffer.js:104:1)
              at Module._compile (module.js:456:26)
              at Object.Module._extensions..js (module.js:474:10)
              at Module.load (module.js:356:32)
              at Function.Module._load (module.js:312:12)
              at Function.Module.runMain (module.js:497:10)
              at startup (node.js:119:16)
              at node.js:901:3
        command:  "node" "buffer.js"
      ...

    1..988
    # tests 988
    # pass  987
    # fail  1

ok test/indexes.js .................................... 22/22
ok test/is-encoding.js .................................. 4/4
total ............................................. 1013/1014

not ok
npm ERR! Test failed.  See above for more details.
npm ERR! not ok code 0
@toots toots closed this as completed in 558a32c Nov 18, 2013
toots added a commit that referenced this issue Nov 18, 2013
Update tap/tape deps (fixes #33)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant