Skip to content

Instantly share code, notes, and snippets.

@MylesBorins
Last active September 1, 2016 17:58
Show Gist options
  • Save MylesBorins/ffdf43ad2ba96ab30083d10836703c83 to your computer and use it in GitHub Desktop.
Save MylesBorins/ffdf43ad2ba96ab30083d10836703c83 to your computer and use it in GitHub Desktop.
Broken test output from watchify
> [email protected] test /Users/thealphanerd/code/watchify
> tape test/*.js
TAP version 13
# api
ok 1 null
ok 2 should be equal
ok 3 null
ok 4 null
ok 5 should be equal
# api with brfs
ok 6 null
ok 7 should be equal
ok 8 null
ok 9 null
ok 10 should be equal
# api ignore watch
ok 11 null
ok 12 should be equal
ok 13 null
ok 14 should be equal
# api ignore watch default
ok 15 null
ok 16 should be equal
ok 17 null
ok 18 should be equal
# api ignore watch multiple paths
ok 19 null
ok 20 should be equal
ok 21 null
ok 22 should be equal
# api implicit cache
ok 23 null
ok 24 should be equal
ok 25 null
ok 26 null
ok 27 should be equal
# bin
ok 28 null
ok 29 should be equal
ok 30 null
not ok 31 should be equal
---
operator: equal
expected: '333\n'
actual: '555\n'
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/bin.js:48:9)
...
# bin brfs
ok 32 null
ok 33 should be equal
ok 34 null
not ok 35 should be equal
---
operator: equal
expected: |-
'ROBO-BOOGIE\n'
actual: |-
'BEEP\nBOOP\n'
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/bin_brfs.js:58:9)
...
# api ignore watch
ok 36 null
not ok 37 should be equal
---
operator: equal
expected: 'beep BOOP ROBOT\n'
actual: 'beep boop robot\n'
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/bin_ignore_watch.js:67:9)
...
ok 38 null
ok 39 should be equal
# api ignore watch
ok 40 null
ok 41 should be equal
ok 42 null
not ok 43 should be equal
---
operator: equal
expected: 'BEEP BOOP robot\n'
actual: 'beep boop robot\n'
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/bin_ignore_watch_default.js:67:9)
...
# api ignore watch multiple paths
ok 44 null
ok 45 should be equal
ok 46 null
not ok 47 should be equal
---
operator: equal
expected: 'beep BOOP robot\n'
actual: 'beep boop robot\n'
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/bin_ignore_watch_multiple.js:68:9)
...
# bin with pipe
ok 48 null
not ok 49 should be equal
---
operator: equal
expected: '22\n'
actual: ''
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/bin_pipe.js:52:9)
...
ok 50 null
not ok 51 should be equal
---
operator: equal
expected: '33\n'
actual: '22\n'
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/bin_pipe.js:52:9)
...
# bin plugins pipelining multiple errors
ok 52 should be equal
ok 53 should be equal
not ok 54 should be equal
---
operator: equal
expected: |-
'bad boop'
actual: |-
'(node:2424) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead.'
at: Stream.<anonymous> (/Users/thealphanerd/code/watchify/test/bin_plugins_pipelining_multiple_errors.js:49:15)
...
ok 55 should be equal
# bin with standalone
ok 56 null
ok 57 should be equal
ok 58 null
not ok 59 should be equal
---
operator: equal
expected: '333\n'
actual: '555\n'
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/bin_standalone.js:48:9)
...
# errors
ok 60 null
ok 61 should be equal
ok 62 should be error
ok 63 null
ok 64 should be equal
# errors in transform
ok 65 null
ok 66 should be equal
ok 67 should be error
ok 68 should be truthy
ok 69 null
ok 70 should be equal
# properly caches exposed files
ok 71 null
ok 72 should be equal
ok 73 null
ok 74 should be equal
# many edits
(node:2429) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead.
554 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.9159701268705456/bundle.js (0.08 seconds)
ok 75 null
ok 76 should be equal
ok 77 null
not ok 78 should be equal
---
operator: equal
expected: |-
'ROBO-BOOGIE\n'
actual: |-
'BEEP\nBOOP\n'
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/many.js:97:9)
...
ok 79 null
ok 80 null
558 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.9159701268705456/bundle.js (0.01 seconds)
ok 81 null
ok 82 should be equal
ok 83 null
ok 84 null
725 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.9159701268705456/bundle.js (0.02 seconds)
ok 85 null
ok 86 should be equal
ok 87 null
716 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.9159701268705456/bundle.js (0.01 seconds)
ok 88 null
ok 89 should be equal
ok 90 null
716 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.9159701268705456/bundle.js (0.02 seconds)
ok 91 null
ok 92 should be equal
# many immediate
(node:2436) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead.
554 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.968024940819427/bundle.js (0.08 seconds)
ok 93 null
ok 94 should be equal
ok 95 null
ok 96 null
not ok 97 should be equal
---
operator: equal
expected: |-
'ROBO-BOOGIE\n'
actual: |-
'BEEP\nBOOP\n'
at: Socket.<anonymous> (/Users/thealphanerd/code/watchify/test/many_immediate.js:95:9)
...
ok 98 null
558 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.968024940819427/bundle.js (0.01 seconds)
ok 99 null
ok 100 should be equal
ok 101 null
ok 102 null
725 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.968024940819427/bundle.js (0.02 seconds)
ok 103 null
ok 104 should be equal
ok 105 null
716 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.968024940819427/bundle.js (0.01 seconds)
ok 106 null
ok 107 should be equal
ok 108 null
716 bytes written to /var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/watchify-0.968024940819427/bundle.js (0.02 seconds)
ok 109 null
ok 110 should be equal
# __END__
1..110
# tests 110
# pass 99
# fail 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment