This patch adds "nice-to-have" feature in lit. it prints the total number of discovered tests at the beginning. It is covenient to see the total number of tests and avoid scrolling up to the beginning of log. Further, this patch also prints %ge of tests. This patch fixes tests pointed by previous attempt of landing this patch. Reviewed By: RoboTux, jdenny-ornl Co-authored-by: Madhur A <madhura@nvidia.com>
9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
# DEFINE: %{foo}=Hello World
|
|
# DEFINE: %{foo}=Hello \
|
|
# DEFINE: World
|
|
# RUN: echo '%{foo}'
|
|
|
|
# CHECK: ValueError: Substitution whose pattern contains '%{foo}' is already defined before '{{DEFINE}}:' directive from line [[#@LINE-4]] to [[#@LINE-3]]
|
|
|
|
# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}
|