1 ## Check that --skip-test-time-recording skips .lit_test_times.txt recording.
3 # RUN: %{lit-no-order-opt} --skip-test-time-recording %{inputs}/time-tests
4 # RUN: not ls %{inputs}/time-tests/.lit_test_times.txt
6 ## Check that --time-tests generates a printed histogram.
8 # RUN: %{lit-no-order-opt} --time-tests %{inputs}/time-tests > %t.out
9 # RUN: FileCheck < %t.out %s
10 # RUN: rm %{inputs}/time-tests/.lit_test_times.txt
13 # CHECK-NEXT: --------------------------------------------------------------------------
14 # CHECK-NEXT: [ Range ] :: [ Percentage ] :: [Count]
15 # CHECK-NEXT: --------------------------------------------------------------------------