From 261c66668269588a26757a0bfe28a3a3eac07665 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Thu, 2 Jan 2014 16:19:53 +0000 Subject: Make tests output spin on the same line by default. -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 Finished 193 tests, 0 failures, 0 skipped. (622610 internal tests) BUG= R=halcanary@google.com, mtklein@google.com, bungeman@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/109513002 git-svn-id: http://skia.googlecode.com/svn/trunk@12860 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/dm.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp') diff --git a/gyp/dm.gyp b/gyp/dm.gyp index e56cf16d65..3cc51a09ba 100644 --- a/gyp/dm.gyp +++ b/gyp/dm.gyp @@ -16,6 +16,7 @@ '../src/pipe/utils/', '../src/utils', '../src/utils/debugger', + '../tools', ], 'includes': [ 'gmslides.gypi' ], 'sources': [ -- cgit v1.2.3