in reply to Re^7: Benchmarking "Are all these characters in this sentence?" (Are you bored yet? :)
in thread Benchmarking "Are all these characters in this sentence?"
To see the tests run, pass a -t argument:
$ perl timeSentenceChars.pl -t ... other tests .... Testing buk4 not ok 77 # Failed test in timeSentenceChars.pl at line 103. Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 78 # Failed test in timeSentenceChars.pl at line 103. Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 79 # Failed test in timeSentenceChars.pl at line 103. Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. ok 80 ok 81 Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 82 # Failed test in timeSentenceChars.pl at line 103. Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 83 # Failed test in timeSentenceChars.pl at line 103. Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. ok 84 Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 85 # Failed test in timeSentenceChars.pl at line 103. ok 86 Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 87 # Failed test in timeSentenceChars.pl at line 103. Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. ok 88 ok 89 Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 90 # Failed test in timeSentenceChars.pl at line 103. Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 91 # Failed test in timeSentenceChars.pl at line 103. Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. ok 92 Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 93 # Failed test in timeSentenceChars.pl at line 103. Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. ok 94 Use of uninitialized value in numeric eq (==) at timeSentenceChars.pl line 103. not ok 95 # Failed test in timeSentenceChars.pl at line 103.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Benchmarking "Are all these characters in this sentence?" (Broken tests, not code!)
by BrowserUk (Patriarch) on Sep 02, 2008 at 02:13 UTC | |
by RMGir (Prior) on Sep 02, 2008 at 11:16 UTC | |
|
Re^9: Benchmarking "Are all these characters in this sentence?" (Are you bored yet? :)
by BrowserUk (Patriarch) on Sep 02, 2008 at 01:57 UTC |