File: bail-fail-spawn--buffer.tap

package info (click to toggle)
node-tap 12.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,916 kB
  • sloc: makefile: 84; sh: 75
file content (30 lines) | stat: -rw-r--r-- 1,081 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TAP version 13
not ok 1 - bail fail ___/# time=[0-9.]+(ms)?/~~~ {
    not ok 1 - ___/.*(node(js)?|iojs)(.exe)?/~~~ ./test-legacy/test/nesting.js ___/# time=[0-9.]+(ms)?/~~~
      ---
      {"args":["___/.*/~~~nesting.js"],"command":"___/.*(node(js)?|iojs)(.exe)?/~~~","cwd":"___/.*/~~~","exitCode":1}
      ...
    {
        not ok 1 - nesting ___/# time=[0-9.]+(ms)?/~~~ {
            1..2
            ok 1 - first ___/# time=[0-9.]+(ms)?/~~~ {
                1..2
                ok 1 - true is ok
                ok 2 - doag is also okay
            }
            
            not ok 2 - second ___/# time=[0-9.]+(ms)?/~~~ {
                ok 1 - but that is ok
                ok 2 - this passes
                not ok 3 - nested failure
                  ---
                  {"at":{"column":10,"file":"test-legacy/test/nesting.js","line":14},"compare":"===","found":1,"source":"tt.equal(1, '1', 'nested failure')\n","wanted":"1"}
                  ...
                
                Bail out! # nested failure
            }
        }
    }
}
Bail out! # nested failure