Skip to content

Commit

Permalink
i3346 test: Fix regex failure when crash doesn't occur
Browse files Browse the repository at this point in the history
Issue: #3346
  • Loading branch information
prasun3 committed Oct 13, 2023
1 parent 15afdf4 commit aaee847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Hit delay threshold: enabling tracing.
Exiting process after .* references.
Trace invariant checks passed
4 changes: 3 additions & 1 deletion suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4309,7 +4309,9 @@ if (BUILD_CLIENTS)
torunonly_drcacheoff(invariant_checker_pthreads ${ci_pthreads_app}
"" "@-simulator_type@invariant_checker" "")
torunonly_drcacheoff(pthreads_exit_after_tracing ${ci_pthreads_app}
" -trace_after_instrs 2M -exit_after_tracing 100K" "" "1000000")
" -trace_after_instrs 2M -exit_after_tracing 100K"
"@-simulator_type@invariant_checker"
"1000000")
endif ()

# Test the standalone histogram tool.
Expand Down

0 comments on commit aaee847

Please sign in to comment.