Changes between Initial Version and Version 1 of Ticket #62516, comment 8


Ignore:
Timestamp:
Mar 25, 2021, 2:39:16 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62516, comment 8

    initial v1  
    55  ccache @4.2_0 (active) platform='darwin 9' archs='ppc' date='2021-03-23T11:47:24-0700'
    66}}}
    7 test suite looks -- OK I guess -- maybe you can tell me what you think of the failures. I'll put up the patch I used, and the detailed test logs, as attachments to this ticket.
     7test suite looks quite good.
    88{{{
    9 89% tests passed, 4 tests failed out of 36
     994% tests passed, 2 tests failed out of 36
    1010
    11 Total Test time (real) = 176.59 sec
     11Total Test time (real) = 227.44 sec
    1212
    1313The following tests did not run:
     
    3030
    3131The following tests FAILED:
    32           2 - test.base (Failed)
    3332          9 - test.depend (Failed)
    34          20 - test.nocpp2 (Failed)
    3533         28 - test.profiling_gcc (Failed)
    36 Errors while running CTest
     34
    3735}}}
     36
     37one probably real error (test 9):
     38{{{
     39 9/36 Test  #9: test.depend ......................***Failed    6.64 sec
     40Compiler:         gcc (/usr/bin/gcc)
     41Compiler version: powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
     42CUDA compiler:    not available
     43
     44Running test suite depend.......
     45FAILED
     46
     47Test suite:     depend
     48Test case:      Source file with special characters
     49Failure reason: file with$special#characters.d and reference.d differ
     50}}}
     51and one bogus error (test 28):
     52{{{
     53Running test suite profiling_gcc..cc1: error: unrecognized command line option "-fprofile-dir=data"
     54}}}