Skip to content

Commit

Permalink
Further abbreviate test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Apr 3, 2024
1 parent 05164b1 commit ad1ffd9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4432,16 +4432,16 @@ if (BUILD_CLIENTS)
"" "" "-trace_after_instrs 1000 -trace_for_instrs 2500 -retrace_every_instrs 1000")
set(tool.drcacheoff.windows-timestamps_timeout 120)

set(tool.drcacheoff.delay-tstamp_nodr ON)
set(tool.drcacheoff.delay-tstamp_nopost ON)
set(tool.drcacheoff.delay-ts_nodr ON)
set(tool.drcacheoff.delay-ts_nopost ON)
# -subdir_prefix should match the test name to allow the precmd to cleanup
# traces from previous runs of the test. For this test, the created trace
# path is very close to the max length allowed by Windows, so we abbreviate
# the test name a tad.
torunonly_drcacheoff(delay-tstamp tool.drcacheoff.windows-timestamps "" ""
"-trace_after_instrs 10000 -subdir_prefix drmemtrace.tool.drcacheoff.delay-tstamp")
set(tool.drcacheoff.delay-tstamp_expectbase "offline-windows-timestamps")
set(tool.drcacheoff.delay-tstamp_timeout 120)
torunonly_drcacheoff(delay-ts tool.drcacheoff.windows-timestamps "" ""
"-trace_after_instrs 10000 -subdir_prefix drmemtrace.tool.drcacheoff.delay-ts")
set(tool.drcacheoff.delay-ts_expectbase "offline-windows-timestamps")
set(tool.drcacheoff.delay-ts_timeout 120)

if (LINUX) # Futex is Linux-only.
set(tool.drcacheoff.burst_futex_nodr ON)
Expand Down Expand Up @@ -6290,7 +6290,7 @@ if (UNIX AND X86 AND CPU_AMD AND NOT DR_HOST_X64)
code_api|tool.drcacheoff.warmup-pthreads-windows-split
code_api|tool.drcacheoff.windows-split
code_api|tool.drcacheoff.windows-timestamps
code_api|tool.drcacheoff.delay-tstamp
code_api|tool.drcacheoff.delay-ts
code_api|tool.drcachesim.coherence
code_api|tool.drcachesim.delay-global
code_api|tool.drcachesim.filter-d
Expand Down

0 comments on commit ad1ffd9

Please sign in to comment.