File: README.source

package info (click to toggle)
libbpp-seq 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,008 kB
  • sloc: cpp: 18,259; perl: 2,501; makefile: 28
file content (38 lines) | stat: -rw-r--r-- 1,477 bytes parent folder | download | duplicates (7)
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
31
32
33
34
35
36
37
38
Currently one test of the test suite fails at build time.


dh_auto_test || true
	make -j1 test ARGS\+=-j1
make[2]: Verzeichnis „/home/andreas/debian-maintain/alioth/debian-med_git/build-area/libbpp-seq-2.2.0/obj-x86_64-linux-gnu“ wird betreten
Running tests...
/usr/bin/ctest --force-new-ctest-process -j1
Test project /home/andreas/debian-maintain/alioth/debian-med_git/build-area/libbpp-seq-2.2.0/obj-x86_64-linux-gnu
    Start 1: test_alphabets
1/7 Test #1: test_alphabets ...................   Passed    0.01 sec
    Start 2: test_sequences
2/7 Test #2: test_sequences ...................   Passed    0.01 sec
    Start 3: test_io
3/7 Test #3: test_io ..........................***Exception: Other  0.01 sec
terminate called after throwing an instance of 'bpp::IOException'
  what():  Fasta::appendFromStream: can't read from istream input

    Start 4: test_containers
4/7 Test #4: test_containers ..................   Passed    0.01 sec
    Start 5: test_alignment_scores
5/7 Test #5: test_alignment_scores ............   Passed    0.01 sec
    Start 6: test_walker
6/7 Test #6: test_walker ......................   Passed    0.02 sec
    Start 7: test_bowker
7/7 Test #7: test_bowker ......................   Passed   73.19 sec

86% tests passed, 1 tests failed out of 7

Total Test time (real) =  73.24 sec

The following tests FAILED:
	  3 - test_io (OTHER_FAULT)
Errors while running CTest


The build time test is ignored and upstream asked for clarification.