• commit-bot@chromium.org's avatar
    Make tests output spin on the same line by default. · 261c6666
    commit-bot@chromium.org authored
    -v now gives a cleaned-up version of the existing output (every test timed, useless information removed)
    
    Example output, default:
      [ 36/193] PathOpsCubicIntersectionOneOffTest
    then later when finished...
      [193/193] BlurMaskFilter
    
    Example output, -v:  (note, codereview is messing up my pretty spacing)
    Skia UnitTests: --resourcePath resources SK_RELEASE SK_SCALAR_IS_FLOAT skia_arch_width=32
    [  1/193]     0ms PathOpsSimplifyDontFailOneTest
    [  2/193]     0ms PathOpsSimplifyFailOneTest
    [  3/193]    30ms PathOpsSkpTest
    [  4/193]    21ms PathOpsSimplifyFailTest
    ....
    [182/193]  1026ms BlitRow
    [183/193]   808ms AAClip
    [184/193]  4333ms Math
    [185/193]  5068ms PackBits
    [186/193]  2265ms DrawText_DrawPosText
    [187/193]  9163ms PathOpsRectsThreadedTest
    [188/193]  5540ms GLPrograms
    [189/193]     0ms GLInterfaceValidation
    [190/193]     2ms DeferredCanvas
    [191/193]     1ms ClipCache
    [192/193]    30ms BlurMaskFilter
    [193/193] 10396ms PathOpsOpCubicsThreadedTest
    Finish...
    261c6666
dm.gyp 1.54 KB