From 0d91c4425884f6f5c1ce7616d49043bdf3e0f4f1 Mon Sep 17 00:00:00 2001 From: Alexey Utkin Date: Tue, 12 Mar 2019 19:13:14 +0300 Subject: [PATCH] CPP-5563 CPP-15695 GT cannot handle test filter which exceed command line length;Excessive memory usage during test indexing --- platform/util/resources/misc/registry.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index c021be45e704..e6e372d8e903 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -1322,6 +1322,8 @@ cidr.test.framework.showIndexingAsTask.description=Show indexing of test scopes cidr.test.framework.filePatternAsRef=true cidr.test.framework.filePatternAsRef.description=Use pattern "all-tests(fileRef)" in "All in fileRef" test run configurations instead of \ first-found test pattern. +cidr.test.framework.windows.filter.env=true +cidr.test.framework.windows.filter.env.description=Use GTEST_FILTER environment variable on Windows instead of --gtest_filter command line option. cidr.test.framework.targetTypeFromHeaderDetectionEnable=false cidr.test.framework.targetTypeFromHeaderDetectionEnable.description=Checks the test-type of target from the content of files on the first run.