| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | /****************************************************************************
 | 
					
						
							|  |  |  | ** | 
					
						
							|  |  |  | ** Copyright (C) 2016 The Qt Company Ltd. | 
					
						
							|  |  |  | ** Contact: https://www.qt.io/licensing/
 | 
					
						
							|  |  |  | ** | 
					
						
							|  |  |  | ** This file is part of Qt Creator. | 
					
						
							|  |  |  | ** | 
					
						
							|  |  |  | ** Commercial License Usage | 
					
						
							|  |  |  | ** Licensees holding valid commercial Qt licenses may use this file in | 
					
						
							|  |  |  | ** accordance with the commercial license agreement provided with the | 
					
						
							|  |  |  | ** Software or, alternatively, in accordance with the terms contained in | 
					
						
							|  |  |  | ** a written agreement between you and The Qt Company. For licensing terms | 
					
						
							|  |  |  | ** and conditions see https://www.qt.io/terms-conditions. For further
 | 
					
						
							|  |  |  | ** information use the contact form at https://www.qt.io/contact-us.
 | 
					
						
							|  |  |  | ** | 
					
						
							|  |  |  | ** GNU General Public License Usage | 
					
						
							|  |  |  | ** Alternatively, this file may be used under the terms of the GNU | 
					
						
							|  |  |  | ** General Public License version 3 as published by the Free Software | 
					
						
							|  |  |  | ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT | 
					
						
							|  |  |  | ** included in the packaging of this file. Please review the following | 
					
						
							|  |  |  | ** information to ensure the GNU General Public License requirements will | 
					
						
							|  |  |  | ** be met: https://www.gnu.org/licenses/gpl-3.0.html.
 | 
					
						
							|  |  |  | ** | 
					
						
							|  |  |  | ****************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-15 17:41:41 +02:00
										 |  |  | #include "googletest.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | #include "mockrefactoringclient.h"
 | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | #include "sourcerangecontainer-matcher.h"
 | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include <refactoringserver.h>
 | 
					
						
							|  |  |  | #include <requestsourcelocationforrenamingmessage.h>
 | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | #include <requestsourcerangesanddiagnosticsforquerymessage.h>
 | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | #include <sourcelocationsforrenamingmessage.h>
 | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | #include <sourcerangesanddiagnosticsforquerymessage.h>
 | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | #include <sourcelocationscontainer.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | namespace { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | using testing::AllOf; | 
					
						
							|  |  |  | using testing::Contains; | 
					
						
							| 
									
										
										
										
											2016-11-23 13:13:38 +01:00
										 |  |  | using testing::NiceMock; | 
					
						
							| 
									
										
										
										
											2016-08-08 15:58:48 +02:00
										 |  |  | using testing::Pair; | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | using testing::PrintToString; | 
					
						
							|  |  |  | using testing::Property; | 
					
						
							| 
									
										
										
										
											2016-08-08 15:58:48 +02:00
										 |  |  | using testing::_; | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | using ClangBackEnd::FilePath; | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | using ClangBackEnd::RequestSourceLocationsForRenamingMessage; | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | using ClangBackEnd::RequestSourceRangesAndDiagnosticsForQueryMessage; | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | using ClangBackEnd::SourceLocationsContainer; | 
					
						
							|  |  |  | using ClangBackEnd::SourceLocationsForRenamingMessage; | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | using ClangBackEnd::SourceRangesAndDiagnosticsForQueryMessage; | 
					
						
							|  |  |  | using ClangBackEnd::SourceRangesContainer; | 
					
						
							|  |  |  | using ClangBackEnd::V2::FileContainer; | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | MATCHER_P2(IsSourceLocation, line, column, | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  |            std::string(negation ? "isn't " : "is ") | 
					
						
							|  |  |  |            + "(" + PrintToString(line) | 
					
						
							|  |  |  |            + ", " + PrintToString(column) | 
					
						
							|  |  |  |            + ")" | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  |            ) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  |     return arg.line() == uint(line) | 
					
						
							|  |  |  |         && arg.column() == uint(column); | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class RefactoringServer : public ::testing::Test | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     void SetUp() override; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | protected: | 
					
						
							|  |  |  |     ClangBackEnd::RefactoringServer refactoringServer; | 
					
						
							| 
									
										
										
										
											2016-11-23 13:13:38 +01:00
										 |  |  |     NiceMock<MockRefactoringClient> mockRefactoringClient; | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |     Utils::SmallString sourceContent{"void f()\n {}"}; | 
					
						
							|  |  |  |     FileContainer source{{TESTDATA_DIR, "query_simplefunction.cpp"}, | 
					
						
							|  |  |  |                          sourceContent.clone(), | 
					
						
							|  |  |  |                          {"cc", "query_simplefunction.cpp"}}; | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-04 11:39:17 +01:00
										 |  |  | using RefactoringServerSlowTest = RefactoringServer; | 
					
						
							|  |  |  | using RefactoringServerVerySlowTest = RefactoringServer; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_F(RefactoringServerSlowTest, RequestSourceLocationsForRenamingMessage) | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | { | 
					
						
							|  |  |  |     RequestSourceLocationsForRenamingMessage requestSourceLocationsForRenamingMessage{{TESTDATA_DIR, "renamevariable.cpp"}, | 
					
						
							|  |  |  |                                                                                       1, | 
					
						
							|  |  |  |                                                                                       5, | 
					
						
							|  |  |  |                                                                                       "int v;\n\nint x = v + 3;\n", | 
					
						
							|  |  |  |                                                                                       {"cc", "renamevariable.cpp"}, | 
					
						
							|  |  |  |                                                                                       1}; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     EXPECT_CALL(mockRefactoringClient, | 
					
						
							|  |  |  |                 sourceLocationsForRenamingMessage( | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  |                     AllOf(Property(&SourceLocationsForRenamingMessage::textDocumentRevision, 1), | 
					
						
							|  |  |  |                           Property(&SourceLocationsForRenamingMessage::symbolName, "v"), | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  |                           Property(&SourceLocationsForRenamingMessage::sourceLocations, | 
					
						
							| 
									
										
										
										
											2016-08-08 15:58:48 +02:00
										 |  |  |                                    AllOf(Property(&SourceLocationsContainer::sourceLocationContainers, | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  |                                             AllOf(Contains(IsSourceLocation(1, 5)), | 
					
						
							| 
									
										
										
										
											2016-08-08 15:58:48 +02:00
										 |  |  |                                                   Contains(IsSourceLocation(3, 9)))), | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  |                                          Property(&SourceLocationsContainer::filePaths, | 
					
						
							| 
									
										
										
										
											2016-08-08 15:58:48 +02:00
										 |  |  |                                                   Contains(Pair(_, FilePath(TESTDATA_DIR, "renamevariable.cpp"))))))))) | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  |         .Times(1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     refactoringServer.requestSourceLocationsForRenamingMessage(std::move(requestSourceLocationsForRenamingMessage)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-04 11:39:17 +01:00
										 |  |  | TEST_F(RefactoringServerSlowTest, RequestSingleSourceRangesAndDiagnosticsForQueryMessage) | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     RequestSourceRangesAndDiagnosticsForQueryMessage requestSourceRangesAndDiagnosticsForQueryMessage{"functionDecl()", | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |                                                                                                       {source.clone()}, | 
					
						
							|  |  |  |                                                                                                       {}}; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     EXPECT_CALL(mockRefactoringClient, | 
					
						
							|  |  |  |                 sourceRangesAndDiagnosticsForQueryMessage( | 
					
						
							|  |  |  |                     Property(&SourceRangesAndDiagnosticsForQueryMessage::sourceRanges, | 
					
						
							|  |  |  |                              Property(&SourceRangesContainer::sourceRangeWithTextContainers, | 
					
						
							|  |  |  |                                       Contains(IsSourceRangeWithText(1, 1, 2, 4, sourceContent)))))) | 
					
						
							|  |  |  |             .Times(1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     refactoringServer.requestSourceRangesAndDiagnosticsForQueryMessage(std::move(requestSourceRangesAndDiagnosticsForQueryMessage)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-04 11:39:17 +01:00
										 |  |  | TEST_F(RefactoringServerSlowTest, RequestSingleSourceRangesAndDiagnosticsWithUnsavedContentForQueryMessage) | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     Utils::SmallString unsavedContent{"void f();"}; | 
					
						
							|  |  |  |     FileContainer source{{TESTDATA_DIR, "query_simplefunction.cpp"}, | 
					
						
							|  |  |  |                          "#include \"query_simplefunction.h\"", | 
					
						
							|  |  |  |                          {"cc", "query_simplefunction.cpp"}}; | 
					
						
							|  |  |  |     FileContainer unsaved{{TESTDATA_DIR, "query_simplefunction.h"}, | 
					
						
							|  |  |  |                           unsavedContent.clone(), | 
					
						
							|  |  |  |                           {}}; | 
					
						
							|  |  |  |     RequestSourceRangesAndDiagnosticsForQueryMessage requestSourceRangesAndDiagnosticsForQueryMessage{"functionDecl()", | 
					
						
							|  |  |  |                                                                                                       {source.clone()}, | 
					
						
							|  |  |  |                                                                                                       {unsaved.clone()}}; | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     EXPECT_CALL(mockRefactoringClient, | 
					
						
							|  |  |  |                 sourceRangesAndDiagnosticsForQueryMessage( | 
					
						
							|  |  |  |                     Property(&SourceRangesAndDiagnosticsForQueryMessage::sourceRanges, | 
					
						
							|  |  |  |                              Property(&SourceRangesContainer::sourceRangeWithTextContainers, | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |                                       Contains(IsSourceRangeWithText(1, 1, 1, 9, unsavedContent)))))) | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  |             .Times(1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     refactoringServer.requestSourceRangesAndDiagnosticsForQueryMessage(std::move(requestSourceRangesAndDiagnosticsForQueryMessage)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-04 11:39:17 +01:00
										 |  |  | TEST_F(RefactoringServerSlowTest, RequestTwoSourceRangesAndDiagnosticsForQueryMessage) | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     RequestSourceRangesAndDiagnosticsForQueryMessage requestSourceRangesAndDiagnosticsForQueryMessage{"functionDecl()", | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |                                                                                                       {source.clone(), source.clone()}, | 
					
						
							|  |  |  |                                                                                                       {}}; | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     EXPECT_CALL(mockRefactoringClient, | 
					
						
							|  |  |  |                 sourceRangesAndDiagnosticsForQueryMessage( | 
					
						
							|  |  |  |                     Property(&SourceRangesAndDiagnosticsForQueryMessage::sourceRanges, | 
					
						
							|  |  |  |                              Property(&SourceRangesContainer::sourceRangeWithTextContainers, | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |                                       Contains(IsSourceRangeWithText(1, 1, 2, 4, sourceContent)))))) | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  |             .Times(2); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     refactoringServer.requestSourceRangesAndDiagnosticsForQueryMessage(std::move(requestSourceRangesAndDiagnosticsForQueryMessage)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-04 11:39:17 +01:00
										 |  |  | TEST_F(RefactoringServerVerySlowTest, RequestManySourceRangesAndDiagnosticsForQueryMessage) | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |     std::vector<FileContainer> sources; | 
					
						
							|  |  |  |     std::fill_n(std::back_inserter(sources), | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  |                 std::thread::hardware_concurrency() + 3, | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |                 source.clone()); | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  |     RequestSourceRangesAndDiagnosticsForQueryMessage requestSourceRangesAndDiagnosticsForQueryMessage{"functionDecl()", | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |                                                                                                       std::move(sources), | 
					
						
							|  |  |  |                                                                                                       {}}; | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     EXPECT_CALL(mockRefactoringClient, | 
					
						
							|  |  |  |                 sourceRangesAndDiagnosticsForQueryMessage( | 
					
						
							|  |  |  |                     Property(&SourceRangesAndDiagnosticsForQueryMessage::sourceRanges, | 
					
						
							|  |  |  |                              Property(&SourceRangesContainer::sourceRangeWithTextContainers, | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |                                       Contains(IsSourceRangeWithText(1, 1, 2, 4, sourceContent)))))) | 
					
						
							| 
									
										
										
										
											2016-11-15 15:38:12 +01:00
										 |  |  |             .Times(std::thread::hardware_concurrency() + 3); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     refactoringServer.requestSourceRangesAndDiagnosticsForQueryMessage(std::move(requestSourceRangesAndDiagnosticsForQueryMessage)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-23 13:13:38 +01:00
										 |  |  | TEST_F(RefactoringServer, CancelJobs) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     refactoringServer.cancel(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_TRUE(refactoringServer.isCancelingJobs()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-04 11:39:17 +01:00
										 |  |  | TEST_F(RefactoringServerVerySlowTest, PollEventLoopAsQueryIsRunning) | 
					
						
							| 
									
										
										
										
											2016-11-23 13:13:38 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |     std::vector<FileContainer> sources; | 
					
						
							|  |  |  |     std::fill_n(std::back_inserter(sources), | 
					
						
							| 
									
										
										
										
											2016-11-23 13:13:38 +01:00
										 |  |  |                 std::thread::hardware_concurrency() + 3, | 
					
						
							| 
									
										
										
										
											2016-11-30 15:29:36 +01:00
										 |  |  |                 source.clone()); | 
					
						
							|  |  |  |     RequestSourceRangesAndDiagnosticsForQueryMessage requestSourceRangesAndDiagnosticsForQueryMessage{"functionDecl()", | 
					
						
							|  |  |  |                                                                                                       std::move(sources), | 
					
						
							|  |  |  |                                                                                                       {}}; | 
					
						
							| 
									
										
										
										
											2016-11-23 13:13:38 +01:00
										 |  |  |     bool eventLoopIsPolled = false; | 
					
						
							|  |  |  |     refactoringServer.supersedePollEventLoop([&] () { eventLoopIsPolled = true; }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     refactoringServer.requestSourceRangesAndDiagnosticsForQueryMessage(std::move(requestSourceRangesAndDiagnosticsForQueryMessage)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_TRUE(eventLoopIsPolled); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-04 15:26:53 +02:00
										 |  |  | void RefactoringServer::SetUp() | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     refactoringServer.setClient(&mockRefactoringClient); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } |