@@ -522,6 +522,8 @@ Register-ArgumentCompleter -Native -CommandName 'x' -ScriptBlock {
522522 [CompletionResult ]::new(' --no-capture' , ' --no-capture' , [CompletionResultType ]::ParameterName, ' don'' t capture stdout/stderr of tests' )
523523 [CompletionResult ]::new(' --bypass-ignore-backends' , ' --bypass-ignore-backends' , [CompletionResultType ]::ParameterName, ' Ignore `//@ ignore-backends` directives' )
524524 [CompletionResult ]::new(' --no-doc' , ' --no-doc' , [CompletionResultType ]::ParameterName, ' Deprecated. Use `--all-targets` or `--tests` instead' )
525+ [CompletionResult ]::new(' --record' , ' --record' , [CompletionResultType ]::ParameterName, ' Record all the failed tests in a file in the build directory' )
526+ [CompletionResult ]::new(' --rerun' , ' --rerun' , [CompletionResultType ]::ParameterName, ' Rerun tests that previously failed, and stored with `--record`' )
525527 [CompletionResult ]::new(' -v' , ' -v' , [CompletionResultType ]::ParameterName, ' use verbose output (-vv for very verbose)' )
526528 [CompletionResult ]::new(' --verbose' , ' --verbose' , [CompletionResultType ]::ParameterName, ' use verbose output (-vv for very verbose)' )
527529 [CompletionResult ]::new(' -i' , ' -i' , [CompletionResultType ]::ParameterName, ' use incremental compilation' )
@@ -582,6 +584,8 @@ Register-ArgumentCompleter -Native -CommandName 'x' -ScriptBlock {
582584 [CompletionResult ]::new(' --no-capture' , ' --no-capture' , [CompletionResultType ]::ParameterName, ' don'' t capture stdout/stderr of tests' )
583585 [CompletionResult ]::new(' --bypass-ignore-backends' , ' --bypass-ignore-backends' , [CompletionResultType ]::ParameterName, ' Ignore `//@ ignore-backends` directives' )
584586 [CompletionResult ]::new(' --no-doc' , ' --no-doc' , [CompletionResultType ]::ParameterName, ' Deprecated. Use `--all-targets` or `--tests` instead' )
587+ [CompletionResult ]::new(' --record' , ' --record' , [CompletionResultType ]::ParameterName, ' Record all the failed tests in a file in the build directory' )
588+ [CompletionResult ]::new(' --rerun' , ' --rerun' , [CompletionResultType ]::ParameterName, ' Rerun tests that previously failed, and stored with `--record`' )
585589 [CompletionResult ]::new(' -v' , ' -v' , [CompletionResultType ]::ParameterName, ' use verbose output (-vv for very verbose)' )
586590 [CompletionResult ]::new(' --verbose' , ' --verbose' , [CompletionResultType ]::ParameterName, ' use verbose output (-vv for very verbose)' )
587591 [CompletionResult ]::new(' -i' , ' -i' , [CompletionResultType ]::ParameterName, ' use incremental compilation' )
0 commit comments