Ticket #1373: pgegrep.t.failures.txt

File pgegrep.t.failures.txt, 3.3 KB (added by jkeenan, 12 years ago)
Line 
1Class '[ 'Getopt' ; 'Obj' ]' not found
2current instr.: 'main' pc 10 (tools/util/pgegrep:92)
3
4#   Failed test 'pge reports correct version'
5#   at ./t/tools/pgegrep.t line 40.
6#                   ''
7#     doesn't match '(?-xism:pgegrep\ v0\.0\.1)'
8Class '[ 'Getopt' ; 'Obj' ]' not found
9current instr.: 'main' pc 10 (tools/util/pgegrep:92)
10
11#   Failed test 'basic sanity of matching a literal'
12#   at ./t/tools/pgegrep.t line 40.
13#                   ''
14#     doesn't match '(?-xism:keyboardcat)'
15Class '[ 'Getopt' ; 'Obj' ]' not found
16current instr.: 'main' pc 10 (tools/util/pgegrep:92)
17
18#   Failed test 'matching a literal with line number'
19#   at ./t/tools/pgegrep.t line 40.
20#                   ''
21#     doesn't match '(?-xism:1:keyboardcat)'
22Class '[ 'Getopt' ; 'Obj' ]' not found
23current instr.: 'main' pc 10 (tools/util/pgegrep:92)
24
25#   Failed test 'matching a literal with line number with long option'
26#   at ./t/tools/pgegrep.t line 40.
27#                   ''
28#     doesn't match '(?-xism:1:keyboardcat)'
29Class '[ 'Getopt' ; 'Obj' ]' not found
30current instr.: 'main' pc 10 (tools/util/pgegrep:92)
31
32#   Failed test 'matching a literal with file name'
33#   at ./t/tools/pgegrep.t line 40.
34#                   ''
35#     doesn't match '(?-xism:t/tools/testdata:keyboardcat)'
36Class '[ 'Getopt' ; 'Obj' ]' not found
37current instr.: 'main' pc 10 (tools/util/pgegrep:92)
38
39#   Failed test 'matching a literal with file name with long option'
40#   at ./t/tools/pgegrep.t line 40.
41#                   ''
42#     doesn't match '(?-xism:t/tools/testdata:keyboardcat)'
43Class '[ 'Getopt' ; 'Obj' ]' not found
44current instr.: 'main' pc 10 (tools/util/pgegrep:92)
45
46#   Failed test 'test inversion of match'
47#   at ./t/tools/pgegrep.t line 40.
48#                   ''
49#     doesn't match '(?-xism:saxophonegiraffe)'
50Class '[ 'Getopt' ; 'Obj' ]' not found
51current instr.: 'main' pc 10 (tools/util/pgegrep:92)
52
53#   Failed test 'test inversion of match with long option'
54#   at ./t/tools/pgegrep.t line 40.
55#                   ''
56#     doesn't match '(?-xism:saxophonegiraffe)'
57Class '[ 'Getopt' ; 'Obj' ]' not found
58current instr.: 'main' pc 10 (tools/util/pgegrep:92)
59
60#   Failed test 'find files that match'
61#   at ./t/tools/pgegrep.t line 40.
62#                   ''
63#     doesn't match '(?-xism:t/tools/testdata)'
64Class '[ 'Getopt' ; 'Obj' ]' not found
65current instr.: 'main' pc 10 (tools/util/pgegrep:92)
66
67#   Failed test 'find files that match with long option'
68#   at ./t/tools/pgegrep.t line 40.
69#                   ''
70#     doesn't match '(?-xism:t/tools/testdata)'
71# Looks like you failed 10 tests of 10.
72./t/tools/pgegrep.t ..
731..10
74not ok 1 - pge reports correct version
75not ok 2 - basic sanity of matching a literal
76not ok 3 - matching a literal with line number
77not ok 4 - matching a literal with line number with long option
78not ok 5 - matching a literal with file name
79not ok 6 - matching a literal with file name with long option
80not ok 7 - test inversion of match
81not ok 8 - test inversion of match with long option
82not ok 9 - find files that match
83not ok 10 - find files that match with long option
84Dubious, test returned 10 (wstat 2560, 0xa00)
85Failed 10/10 subtests
86
87Test Summary Report
88-------------------
89./t/tools/pgegrep.t (Wstat: 2560 Tests: 10 Failed: 10)
90  Failed tests:  1-10
91  Non-zero exit status: 10
92Files=1, Tests=10,  4 wallclock secs ( 0.08 usr  0.02 sys +  1.91 cusr  0.56 csys =  2.57 CPU)
93Result: FAIL