Skip to content

Commit 34f3643

Browse files
committed
Disable pt recursion test
The platinum searcher is non-deterministic because it uses multiple threads in its search. An ideal workaround for this problem would be to have an option in pt that specifies the number of cores to use; a lot of tools have a -j option like this.
1 parent 467f282 commit 34f3643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/vimgrep.suite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ recursion_ack.vim
2828
recursion_ag.vim
2929
recursion_findstr.vim
3030
recursion_grep.vim
31-
recursion_pt.vim
31+
# recursion_pt.vim # disabled; output is non-deterministic
3232
recursion_vimgrep.vim
3333

3434
# simpleregex

0 commit comments

Comments
 (0)