Csound Csound-dev Csound-tekno Search About

[Csnd-dev] regression and csdtests

Date2019-12-04 20:41
FromJohn
Subject[Csnd-dev] regression and csdtests
both work here as expected, after I fixed a couple of return codes and
linked missing beats.wav and fox.wav

Date2019-12-04 21:00
FromVictor Lazzarini
SubjectRe: [Csnd-dev] regression and csdtests
So can we reinstate these?

Prof. Victor Lazzarini
Maynooth University
Ireland

> On 4 Dec 2019, at 20:42, John  wrote:
> 
> both work here as expected, after I fixed a couple of return codes and
> linked missing beats.wav and fox.wav

Date2019-12-04 21:19
Fromjohn
SubjectRe: [Csnd-dev] regression and csdtests
They work for me here on Linux if I link bets.wav and fox.wav to the copies 
at top level.  I do not know if SSDIR or something is set in the tests but 
without theses links 2 csdtests and 1 regression failed.

On Wed, 4 Dec 2019, Victor Lazzarini wrote:

> So can we reinstate these?
>
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 4 Dec 2019, at 20:42, John  wrote:
>>
>> both work here as expected, after I fixed a couple of return codes and
>> linked missing beats.wav and fox.wav
>> ==John ffitch

Date2019-12-04 21:26
FromVictor Lazzarini
SubjectRe: [Csnd-dev] regression and csdtests
I’ll try here.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 4 Dec 2019, at 21:19, john  wrote:
> 
> They work for me here on Linux if I link bets.wav and fox.wav to the copies at top level.  I do not know if SSDIR or something is set in the tests but without theses links 2 csdtests and 1 regression failed.
> 
> On Wed, 4 Dec 2019, Victor Lazzarini wrote:
> 
>> So can we reinstate these?
>> 
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>> 
>>> On 4 Dec 2019, at 20:42, John  wrote:
>>> 
>>> both work here as expected, after I fixed a couple of return codes and
>>> linked missing beats.wav and fox.wav
>>> ==John ffitch

Date2019-12-04 21:28
FromVictor Lazzarini
SubjectRe: [Csnd-dev] regression and csdtests
So, two regression test fails here

/Users/victor/src/csound/debug/csound -Wd -n bugs.csd 2> /tmp/csound_test_output.txt
[FAIL] - Test 10: multipe strings in score (bugs.csd)
	Return Code: 256	Expected: 0

/Users/victor/src/csound/debug/csound -Wd -n vbapa.csd 2> /tmp/csound_test_output.txt
[FAIL] - Test 39: array case of vbap (vbapa.csd)
	Return Code: 256	Expected: 0

========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 4 Dec 2019, at 21:26, Victor Lazzarini  wrote:
> 
> I’ll try here.
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
>> On 4 Dec 2019, at 21:19, john  wrote:
>> 
>> They work for me here on Linux if I link bets.wav and fox.wav to the copies at top level.  I do not know if SSDIR or something is set in the tests but without theses links 2 csdtests and 1 regression failed.
>> 
>> On Wed, 4 Dec 2019, Victor Lazzarini wrote:
>> 
>>> So can we reinstate these?
>>> 
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>> 
>>>> On 4 Dec 2019, at 20:42, John  wrote:
>>>> 
>>>> both work here as expected, after I fixed a couple of return codes and
>>>> linked missing beats.wav and fox.wav
>>>> ==John ff

Date2019-12-04 21:30
FromVictor Lazzarini
SubjectRe: [Csnd-dev] regression and csdtests
and two csdtests

/Users/victor/src/csound/debug/csound  -nd test25.csd 2> /tmp/csound_test_output.txt
[FAIL] - Test 25: polymorphic test, 0xfffd (peak) (test25.csd)
	Return Code: 256	Expected: 0

/Users/victor/src/csound/debug/csound  -nd test_polymorphic_udo.csd 2> /tmp/csound_test_output.txt
[FAIL] - Test 73: test polymorphic udo (test_polymorphic_udo.csd)
	Return Code: 256	Expected: 0


========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 4 Dec 2019, at 21:28, Victor Lazzarini  wrote:
> 
> So, two regression test fails here
> 
> /Users/victor/src/csound/debug/csound -Wd -n bugs.csd 2> /tmp/csound_test_output.txt
> [FAIL] - Test 10: multipe strings in score (bugs.csd)
> 	Return Code: 256	Expected: 0
> 
> /Users/victor/src/csound/debug/csound -Wd -n vbapa.csd 2> /tmp/csound_test_output.txt
> [FAIL] - Test 39: array case of vbap (vbapa.csd)
> 	Return Code: 256	Expected: 0
> 
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
>> On 4 Dec 2019, at 21:26, Victor Lazzarini  wrote:
>> 
>> I’ll try here.
>> ========================
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>> 
>>> On 4 Dec 2019, at 21:19, john  wrote:
>>> 
>>> They work for me here on Linux if I link bets.wav and fox.wav to the copies at top level.  I do not know if SSDIR or something is set in the tests but without theses links 2 csdtests and 1 regression failed.
>>> 
>>> On Wed, 4 Dec 2019, Victor Lazzarini wrote:
>>> 
>>>> So can we reinstate these?
>>>> 
>>>> Prof. Victor Lazzarini
>>>> Maynooth University
>>>> Ireland
>>>> 
>>>>> On 4 Dec 2019, at 20:42, John  wrote:
>>>>> 
>>>>> both work here as expected, after I fixed a couple of return codes and
>>>>> linked missing beats.wav and fox.wav
>>>>> ==John ffitch

Date2019-12-04 21:37
Fromjohn
SubjectRe: [Csnd-dev] regression and csdtests
Those two I fixed.  vbapa.csd needs beats.wav

Cannot remember what bugs.csd was about -- investigating, but does run 
here.




On Wed, 4 Dec 2019, Victor Lazzarini wrote:

> So, two regression test fails here
>
> /Users/victor/src/csound/debug/csound -Wd -n bugs.csd 2> /tmp/csound_test_output.txt
> [FAIL] - Test 10: multipe strings in score (bugs.csd)
> 	Return Code: 256	Expected: 0
>
> /Users/victor/src/csound/debug/csound -Wd -n vbapa.csd 2> /tmp/csound_test_output.txt
> [FAIL] - Test 39: array case of vbap (vbapa.csd)
> 	Return Code: 256	Expected: 0
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 4 Dec 2019, at 21:26, Victor Lazzarini  wrote:
>>
>> I’ll try here.
>> ========================
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>>> On 4 Dec 2019, at 21:19, john  wrote:
>>>
>>> They work for me here on Linux if I link bets.wav and fox.wav to the copies at top level.  I do not know if SSDIR or something is set in the tests but without theses links 2 csdtests and 1 regression failed.
>>>
>>> On Wed, 4 Dec 2019, Victor Lazzarini wrote:
>>>
>>>> So can we reinstate these?
>>>>
>>>> Prof. Victor Lazzarini
>>>> Maynooth University
>>>> Ireland
>>>>
>>>>> On 4 Dec 2019, at 20:42, John  wrote:
>>>>>
>>>>> both work here as expected, after I fixed a couple of return codes and
>>>>> linked missing beats.wav and fox.wav
>>>>> ==John ffitch
>>>>
>>
>
>

Date2019-12-04 21:39
Fromjohn
SubjectRe: [Csnd-dev] regression and csdtests
Thiose are e two needs fox.wav and beats.wav


On Wed, 4 Dec 2019, Victor Lazzarini wrote:

> and two csdtests
>
> /Users/victor/src/csound/debug/csound  -nd test25.csd 2> /tmp/csound_test_output.txt
> [FAIL] - Test 25: polymorphic test, 0xfffd (peak) (test25.csd)
> 	Return Code: 256	Expected: 0
>
> /Users/victor/src/csound/debug/csound  -nd test_polymorphic_udo.csd 2> /tmp/csound_test_output.txt
> [FAIL] - Test 73: test polymorphic udo (test_polymorphic_udo.csd)
> 	Return Code: 256	Expected: 0
>
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 4 Dec 2019, at 21:28, Victor Lazzarini  wrote:
>>
>> So, two regression test fails here
>>
>> /Users/victor/src/csound/debug/csound -Wd -n bugs.csd 2> /tmp/csound_test_output.txt
>> [FAIL] - Test 10: multipe strings in score (bugs.csd)
>> 	Return Code: 256	Expected: 0
>>
>> /Users/victor/src/csound/debug/csound -Wd -n vbapa.csd 2> /tmp/csound_test_output.txt
>> [FAIL] - Test 39: array case of vbap (vbapa.csd)
>> 	Return Code: 256	Expected: 0
>>
>> ========================
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>>> On 4 Dec 2019, at 21:26, Victor Lazzarini  wrote:
>>>
>>> I’ll try here.
>>> ========================
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>>
>>>> On 4 Dec 2019, at 21:19, john  wrote:
>>>>
>>>> They work for me here on Linux if I link bets.wav and fox.wav to the copies at top level.  I do not know if SSDIR or something is set in the tests but without theses links 2 csdtests and 1 regression failed.
>>>>
>>>> On Wed, 4 Dec 2019, Victor Lazzarini wrote:
>>>>
>>>>> So can we reinstate these?
>>>>>
>>>>> Prof. Victor Lazzarini
>>>>> Maynooth University
>>>>> Ireland
>>>>>
>>>>>> On 4 Dec 2019, at 20:42, John  wrote:
>>>>>>
>>>>>> both work here as expected, after I fixed a couple of return codes and
>>>>>> linked missing beats.wav and fox.wav
>>>>>> ==John ffitch
>>>>>
>>>
>>
>
>

Date2019-12-04 21:42
FromVictor Lazzarini
SubjectRe: [Csnd-dev] regression and csdtests
Ok I’ve added those files to csdtests and regression.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 4 Dec 2019, at 21:39, john  wrote:
> 
> Thiose are e two needs fox.wav and beats.wav
> 
> 
> On Wed, 4 Dec 2019, Victor Lazzarini wrote:
> 
>> and two csdtests
>> 
>> /Users/victor/src/csound/debug/csound  -nd test25.csd 2> /tmp/csound_test_output.txt
>> [FAIL] - Test 25: polymorphic test, 0xfffd (peak) (test25.csd)
>> 	Return Code: 256	Expected: 0
>> 
>> /Users/victor/src/csound/debug/csound  -nd test_polymorphic_udo.csd 2> /tmp/csound_test_output.txt
>> [FAIL] - Test 73: test polymorphic udo (test_polymorphic_udo.csd)
>> 	Return Code: 256	Expected: 0
>> 
>> 
>> ========================
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>> 
>>> On 4 Dec 2019, at 21:28, Victor Lazzarini  wrote:
>>> 
>>> So, two regression test fails here
>>> 
>>> /Users/victor/src/csound/debug/csound -Wd -n bugs.csd 2> /tmp/csound_test_output.txt
>>> [FAIL] - Test 10: multipe strings in score (bugs.csd)
>>> 	Return Code: 256	Expected: 0
>>> 
>>> /Users/victor/src/csound/debug/csound -Wd -n vbapa.csd 2> /tmp/csound_test_output.txt
>>> [FAIL] - Test 39: array case of vbap (vbapa.csd)
>>> 	Return Code: 256	Expected: 0
>>> 
>>> ========================
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>> 
>>>> On 4 Dec 2019, at 21:26, Victor Lazzarini  wrote:
>>>> 
>>>> I’ll try here.
>>>> ========================
>>>> Prof. Victor Lazzarini
>>>> Maynooth University
>>>> Ireland
>>>> 
>>>>> On 4 Dec 2019, at 21:19, john  wrote:
>>>>> 
>>>>> They work for me here on Linux if I link bets.wav and fox.wav to the copies at top level.  I do not know if SSDIR or something is set in the tests but without theses links 2 csdtests and 1 regression failed.
>>>>> 
>>>>> On Wed, 4 Dec 2019, Victor Lazzarini wrote:
>>>>> 
>>>>>> So can we reinstate these?
>>>>>> 
>>>>>> Prof. Victor Lazzarini
>>>>>> Maynooth University
>>>>>> Ireland
>>>>>> 
>>>>>>> On 4 Dec 2019, at 20:42, John  wrote:
>>>>>>> 
>>>>>>> both work here as expected, after I fixed a couple of return codes and
>>>>>>> linked missing beats.wav and fox.wav
>>>>>>> ==John ffitch
>>>>>> 
>

Date2019-12-04 21:46
Fromjohn
SubjectRe: [Csnd-dev] regression and csdtests
Can you send the output from regression/bugs.csd please?  I remember it 
said FAIL but when I fixed a different one it corrected itself!  It does 
need marmstk1.wav of course

On Wed, 4 Dec 2019, Victor Lazzarini wrote:

> So, two regression test fails here
>
> /Users/victor/src/csound/debug/csound -Wd -n bugs.csd 2> /tmp/csound_test_output.txt
> [FAIL] - Test 10: multipe strings in score (bugs.csd)
> 	Return Code: 256	Expected: 0
>
> /Users/victor/src/csound/debug/csound -Wd -n vbapa.csd 2> /tmp/csound_test_output.txt
> [FAIL] - Test 39: array case of vbap (vbapa.csd)
> 	Return Code: 256	Expected: 0

Date2019-12-04 21:51
FromVictor Lazzarini
SubjectRe: [Csnd-dev] regression and csdtests
Attachmentscsound_output.txt  
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 4 Dec 2019, at 21:46, john  wrote:
> 
> Can you send the output from regression/bugs.csd please?  I remember it said FAIL but when I fixed a different one it corrected itself!  It does need marmstk1.wav of course
> 
> On Wed, 4 Dec 2019, Victor Lazzarini wrote:
> 
>> So, two regression test fails here
>> 
>> /Users/victor/src/csound/debug/csound -Wd -n bugs.csd 2> /tmp/csound_test_output.txt
>> [FAIL] - Test 10: multipe strings in score (bugs.csd)
>> 	Return Code: 256	Expected: 0
>> 
>> /Users/victor/src/csound/debug/csound -Wd -n vbapa.csd 2> /tmp/csound_test_output.txt
>> [FAIL] - Test 39: array case of vbap (vbapa.csd)
>> 	Return Code: 256	Expected: 0
>> 


Date2019-12-04 21:53
Fromjohn
SubjectRe: [Csnd-dev] regression and csdtests

Date2019-12-04 21:57
FromVictor Lazzarini
SubjectRe: [Csnd-dev] regression and csdtests
could you add it to tests/regression ? I don't know where it comes from.

Prof. Victor Lazzarini
Maynooth University
Ireland

> On 4 Dec 2019, at 21:54, john  wrote:
> 

Date2019-12-04 21:58
FromVictor Lazzarini
SubjectRe: [Csnd-dev] regression and csdtests
I've reinstated csdtests in travis, and can do regression once the file is there.

Prof. Victor Lazzarini
Maynooth University
Ireland

> On 4 Dec 2019, at 21:57, Victor Lazzarini  wrote:
> 
> could you add it to tests/regression ? I don't know where it comes from.
> 
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
>> On 4 Dec 2019, at 21:54, john  wrote:
>> 

Date2019-12-04 21:59
Fromjohn
SubjectRe: [Csnd-dev] regression and csdtests
Comes from Perry Cook's physical modekaas vibrophone mallet hit