google/googletest

Support --gtest_stream_result_to on Windows

Open

#3.935 aberto em 10 de jul. de 2022

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (10.772 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (38.603 stars)
Métricas de merge de PR
 (Mesclagem média 7d 8h) (1 fundiu PR em 30d)

Description

Does the feature exist in the most recent commit?

No

Why do we need this feature?

There is no other built-in streaming support, and currently this feature excludes Windows. This feature provides the best way to communicate results back from a compiled test exe in a programmatic way while the test is running.

Describe the proposal

Update StreamingListener to include this define on Windows (and make other changes needed for compilation to succeed on Windows; Windows supports sockets but some includes/APIs may be different).

Is the feature specific to an operating system, compiler, or build system version?

Yes; Windows (but not any specific version).

Guia do colaborador