ARM-software / bsa-acs

Arm SystemReady : BSA Architecture Compliance Suite
Apache License 2.0
14 stars 40 forks source link

Add "\n" back on tag outputs #279

Closed hrw closed 1 month ago

hrw commented 2 months ago

When test fail/skip tags related to test are printed. In the same line:

 303 : Check SMMU Large Physical Addr SupportB_SMMU_06                                                                                                                                       
       Checkpoint --  1                           : Result:  SKIPPED                                                                                                                         

 403 : Memory mapped timer check             B_TIME_07, B_TIME_10                                                                                                                            
       Checkpoint --  1                           : Result:  SKIPPED                                                                                                                         

 505 : Wake from System Timer Int            B_WAK_01, B_WAK_02, B_WAK_03, B_WAK_04, B_WAK_05                                                                                                

       B_WAK_06, B_WAK_07, B_WAK_10, B_WAK_11                                                                                                                                                
       Checkpoint --  1                           : Result:  SKIPPED                                                                                                                         

In past tags were printed in separate line. Please restore such behaviour.