lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Regression tests don't run


From: Phil Holmes
Subject: Re: Regression tests don't run
Date: Thu, 29 Dec 2011 17:08:42 -0000

----- Original Message ----- From: "Aleksandr Andreev" <address@hidden>
To: "Carl Sorensen" <address@hidden>
Cc: <address@hidden>
Sent: Wednesday, December 28, 2011 5:06 PM
Subject: Re: Regression tests don't run


Here's the contents of the relevant log file:

GNU LilyPond 2.15.24
Killed
ing ./snippet-map--1615808177
Processing 94/lily-32d78681
Processing 8d/lily-d2e2b327

[snip]

Aleksandr,

Can you check this again, please? If I deliberately put an error in a regression test, I get this output:

Child returned 1
Error ignored by lilylib
Error trapped by lilypond-book

Please see /media/IntelSSD/lilypond/lilypond-git/build/out/lybook-testdb/snippet-names--8543006967902601033.log

make[3]: *** [out-test/collated-files.texi] Error 1
make[3]: Leaving directory `/media/IntelSSD/lilypond/lilypond-git/build/input/regression'
make[2]: *** [local-test] Error 2
make[2]: Leaving directory `/media/IntelSSD/lilypond/lilypond-git/build/input/regression'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/media/IntelSSD/lilypond/lilypond-git/build'
make: *** [test-redo] Error 2

The contents of build/out/lybook-testdb/snippet-names--8543006967902601033.log is:

GNU LilyPond 2.15.24
Processing ./snippet-map--8543006967902601033
Processing 1a/lily-f6b34b60
Failed files: (1a/lily-f6b34b60.ly)

This tells me that the problem is with lybook-testdb/1a/lily-f6b34b60.ly

Opening that, I can see this:

\sourcefilename "/home/phil/lilypond-git/input/regression/accidental.ly"
\sourcefileline 0

\version "2.14.0"

\header{
 texidoc="
Accidentals work: the second note does not get a sharp. The third and
fourth show forced and cautionary accidentals.
"
}

\layout { ragged-right = ##t }

foo = \relative c'' { 47 sunset \key as \major dis4 dis dis!^"force" dis? }

<< \foo
  \context NoteNames \foo
>>

So we can see that the error is in regression test accidental.ly and it's quite clear that there's a syntax error in that file.

This is what I'd expect to see in your case.

--
Phil Holmes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]