To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69818
                 Issue #|69818
                 Summary|dmake 4.6 fails testsuite
               Component|tools
                 Version|680
                Platform|PowerPC
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|dmake
             Assigned to|vq
             Reported by|rene





------- Additional comments from [EMAIL PROTECTED] Sun Sep 24 10:58:34 -0700 
2006 -------
Hi,

while looking whether I should update Debians dmake from 4.5 to 4.6 now (~1
month to general freeze), I got a failure in its testsuite:

Making check in tests
make[2]: Entering directory `/home/rene/dmake-4.6/tests'
/usr/bin/make  check-TESTS
make[3]: Entering directory `/home/rene/dmake-4.6/tests'
Found "test" program.
Found "echo" program.
Found "dmake" program.
'Generating mytestfile'
touch mytestfile
Success - Cleaning up
PASS: infra-0
$(and ...) section
test "::" = "::"
test ":t:" = ":t:"
test "::" = "::"
test "::" = "::"
-e \n$(assign ...) section
test ":A:" =  ":A:"
test "B" = "B"
test ":A:" = ":A:"
test "C" = "C"
-e \n$(echo ...) section
test ":123:" = ":123:"
test ":123:" = ":123:"
test ":123:" = ":123:"
test ":123:" = ":123:"
-e \n$(eq ...) section
test ":true:" = ":true:"
test ":true:" = ":true:"

$(foreach ...) section
test ":[a] [b] [c]:" = ":[a] [b] [c]:"
test ":[a] [b] [c]:" = ":[a] [b] [c]:"
test ":[a] [b] [c]:" = ":[a] [b] [c]:"
test ":[a] [b] [c]:" = ":[a] [b] [c]:"
-e \n$(nil ...) section
test "::" = "::"
test "::" = "::"
-e \n$(not ...) section
test "::" = "::"
test ":t:" = ":t:"
test ":t:" = ":t:"
test ":t:" = ":t:"
-e \n$(null ...) section
test ":true:" = ":true:"
test ":false:" = ":false:"
test ":false:" = ":false:"
test ":false:" = ":false:"
test ":true:" = ":true:"
-e \n$(or ...) section
test "::" = "::"
test ":t:" = ":t:"
test "::" = "::"
test "::" = "::"
Success - Cleaning up
PASS: function_macros-1

$(shell ...) section
dmake: Executing shell macro: echo 123
test ":123:" = ":123:"
dmake: Executing shell macro: echo 123
test ":123:" = ":123:"
dmake: Executing shell macro: echo      123
test ":123:" = ":123:"

$(sort ...) section
test ":a b c:" = ":a b c:"
test ":a b c:" = ":a b c:"
test ":a b c:" = ":a b c:"

$(strip ...) section
test ":c a b:" = ":c a b:"
test ":c a b:" = ":c a b:"

$(subst ...) section
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"

$(uniq ...) section
test ":a b c:" = ":a b c:"
test ":a b c:" = ":a b c:"
Success - Cleaning up
PASS: function_macros-2
dmake: Executing shell macro: +echo shellexec
b0
b1
b2
Success - Cleaning up
PASS: function_macros-3
echo b0
b0
echo b1
echo teststring > stdout.txt
dmake: Executing shell macro: cat stdout.txt
b1
echo AteststringA
AteststringA
Success - Cleaning up
PASS: function_macros-4
Before the sleeps ...
A
B
C
D
E
After the sleeps ...
XDYNMACX
Z(shellpre) (shellpost)Z
Success - Cleaning up
PASS: function_macros-5
Success - Cleaning up
PASS: function_macros-6
Success - Cleaning up
PASS: function_macros-7

$(SPACECHAR) section
test ": :" = ": :"

$(MACRO:s/pat/rep/) section
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"
Success - Cleaning up
PASS: macros-1
Success - Cleaning up
PASS: macros-2
Success - Cleaning up
PASS: macros-3
Success - Cleaning up
PASS: macros-4
Success - Cleaning up
PASS: recipes-1
Success - Cleaning up
PASS: recipes-2
Success - Cleaning up
PASS: recipes-3
Success - Cleaning up
PASS: recipes-4
echo "aa\\\naa"
aa\\naa
Success - Cleaning up
PASS: misc-1
echo aaa
aaa
Success - Cleaning up
PASS: misc-2
Success - Cleaning up
PASS: misc-3
making testfile2
making testfile3
making testfile1
Success - Cleaning up
PASS: misc-4
Success - Cleaning up
PASS: misc-5
Success - Cleaning up
PASS: misc-6
Success - Cleaning up
PASS: misc-7
Success - Cleaning up
PASS: misc-8
Success - Cleaning up
PASS: misc-9
Success - Cleaning up
PASS: misc-10
Success - Cleaning up
PASS: misc-11
Success - Cleaning up
PASS: misc-12
Success - Cleaning up
PASS: targets-1
Success - Cleaning up
PASS: targets-2
Success - Cleaning up
PASS: targets-3
Success - Cleaning up
PASS: targets-4
Success - Cleaning up
PASS: targets-5
Success - Cleaning up
PASS: targets-6
Success - Cleaning up
PASS: targets-7
Success - Cleaning up
PASS: targets-8
Success - Cleaning up
PASS: targets-9
Success - Cleaning up
PASS: targets-10
Success - Cleaning up
PASS: targets-11
Test 1: Wrong result: OK

Failure! dmake failed to issue a warning.
FAIL: targets-12
Success - Cleaning up
PASS: targets-13
Success - Cleaning up
PASS: targets-14
====================
1 of 42 tests failed
====================
make[3]: *** [check-TESTS] Fehler 1
make[3]: Leaving directory `/home/rene/dmake-4.6/tests'
make[2]: *** [check-am] Fehler 2
make[2]: Leaving directory `/home/rene/dmake-4.6/tests'
make[1]: *** [check-recursive] Fehler 1

Regards,

Rene

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to