Created
August 30, 2020 15:14
-
-
Save felixvd/32e8715bf7c31963437aa78443432c94 to your computer and use it in GitHub Desktop.
build error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------------------------------------------------------------- | |
Profile: default | |
Extending: [explicit] /opt/ros/melodic | |
Workspace: /root/linked_ws_moveit | |
---------------------------------------------------------------------------------------------------------------------- | |
Build Space: [exists] /root/linked_ws_moveit/build | |
Devel Space: [exists] /root/linked_ws_moveit/devel | |
Install Space: [unused] /root/linked_ws_moveit/install | |
Log Space: [missing] /root/linked_ws_moveit/logs | |
Source Space: [exists] /root/linked_ws_moveit/src | |
DESTDIR: [unused] None | |
---------------------------------------------------------------------------------------------------------------------- | |
Devel Space Layout: linked | |
Install Space Layout: None | |
---------------------------------------------------------------------------------------------------------------------- | |
Additional CMake Args: -DCMAKE_BUILD_TYPE=Release -DCXXFLAGS=-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -DCMAKE_EXPORT_COMPILE_COMMANDS=ON | |
Additional Make Args: None | |
Additional catkin Make Args: None | |
Internal Make Job Server: True | |
Cache Job Environments: False | |
---------------------------------------------------------------------------------------------------------------------- | |
Whitelisted Packages: None | |
Blacklisted Packages: None | |
---------------------------------------------------------------------------------------------------------------------- | |
Workspace configuration appears valid. | |
NOTE: Forcing CMake to run for each package. | |
---------------------------------------------------------------------------------------------------------------------- | |
[build] Found '44' packages in 0.0 seconds. | |
[build] Updating package table. | |
Starting >>> catkin_tools_prebuild | |
Finished <<< catkin_tools_prebuild [ 2.3 seconds ] | |
Starting >>> geometric_shapes | |
Starting >>> moveit_msgs | |
Starting >>> moveit_resources | |
Starting >>> rqt_logger_level | |
Starting >>> rviz_marker_tools | |
Starting >>> rviz_visual_tools | |
Starting >>> srdfdom | |
Finished <<< moveit_resources [ 1.9 seconds ] | |
_____________________________________________________________________________________________________________________ | |
Warnings << srdfdom:cmake /root/linked_ws_moveit/logs/srdfdom/build.cmake.000.log | |
CMake Warning at /root/linked_ws_moveit/src/srdfdom/CMakeLists.txt:61 (message): | |
Locale nl_NL not available. Locale test will not be meaningful. | |
cd /root/linked_ws_moveit/build/srdfdom; catkin build --get-env srdfdom | catkin env -si /usr/bin/cmake /root/linked_ws_moveit/src/srdfdom --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/linked_ws_moveit/devel/.private/srdfdom -DCMAKE_INSTALL_PREFIX=/root/linked_ws_moveit/install -DCMAKE_BUILD_TYPE=Release -DCXXFLAGS=-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -DCMAKE_EXPORT_COMPILE_COMMANDS=ON; cd - | |
..................................................................................................................... | |
Finished <<< rqt_logger_level [ 2.4 seconds ] | |
Finished <<< rviz_marker_tools [ 7.4 seconds ] | |
Finished <<< srdfdom [ 8.2 seconds ] | |
Finished <<< geometric_shapes [ 12.6 seconds ] | |
Finished <<< moveit_msgs [ 17.5 seconds ] | |
Starting >>> moveit_task_constructor_msgs | |
Starting >>> moveit_core | |
Finished <<< moveit_task_constructor_msgs [ 4.1 seconds ] | |
_____________________________________________________________________________________________________________________ | |
Errors << moveit_core:make /root/linked_ws_moveit/logs/moveit_core/build.make.000.log | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In function ‘To testing::internal::DownCast_(From*)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1381:3: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL); | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In function ‘Derived* testing::internal::CheckedDowncastToActualType(Base*)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1394:3: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(typeid(*base) == typeid(Derived)); | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In constructor ‘testing::internal::Notification::Notification()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1471:5: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In constructor ‘testing::internal::ThreadWithParam<T>::ThreadWithParam(void (*)(T), T, testing::internal::Notification*)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1608:5: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_( | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In member function ‘void testing::internal::ThreadWithParam<T>::join()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1615:7: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In member function ‘void testing::internal::MutexBase::lock()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1928:5: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_lock(&mutex_)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In member function ‘void testing::internal::MutexBase::unlock()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1940:5: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_unlock(&mutex_)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In member function ‘void testing::internal::MutexBase::assertHeld() const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1946:5: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self())) | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In constructor ‘testing::internal::Mutex::Mutex()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1980:5: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In destructor ‘testing::internal::Mutex::~Mutex()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1984:5: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_destroy(&mutex_)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In destructor ‘testing::internal::ThreadLocal<T>::~ThreadLocal()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2044:5: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In static member function ‘static pthread_key_t testing::internal::ThreadLocal<T>::createKey()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2070:5: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_( | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In member function ‘T* testing::internal::ThreadLocal<T>::getOrCreateValue() const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1310:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2084:5: note: in expansion of macro ‘GTEST_CHECK_POSIX_SUCCESS_’ | |
GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: At global scope: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2216:13: error: declaration of ‘struct std::is_pointer<T*>’ in namespace ‘testing::internal’ which does not enclose ‘std’ | |
struct std::is_pointer<T*> : public true_type {}; | |
^~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:65:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-filepath.h: In member function ‘testing::internal::FilePath& testing::internal::FilePath::operator=(const testing::internal::FilePath&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-filepath.h:69:5: error: ‘Set’ was not declared in this scope | |
Set(rhs); | |
^~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-filepath.h:69:5: note: suggested alternative: ‘set’ | |
Set(rhs); | |
^~~ | |
set | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h: In member function ‘const testing::internal::CodeLocation& testing::internal::TypedTestCasePState::getCodeLocation(const string&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:575:5: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(it != registered_tests_.end()); | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest.h:58:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h: At global scope: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:629:24: error: expected unqualified-id before ‘const’ | |
static bool register(const char* prefix, | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:629:24: error: expected ‘)’ before ‘const’ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:661:24: error: expected unqualified-id before ‘const’ | |
static bool register(const char* /*prefix*/, const CodeLocation& /*unused*/, | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:661:24: error: expected ‘)’ before ‘const’ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:675:24: error: expected unqualified-id before ‘const’ | |
static bool register(const char* prefix, CodeLocation code_location, | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:675:24: error: expected ‘)’ before ‘const’ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:707:24: error: expected unqualified-id before ‘const’ | |
static bool register(const char* /*prefix*/, const CodeLocation& /*unused*/, | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:707:24: error: expected ‘)’ before ‘const’ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-death-test.h:41:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:60, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h: In destructor ‘testing::internal::DeathTest::ReturnSentinel::~ReturnSentinel()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h:88:32: error: ‘class testing::internal::DeathTest’ has no member named ‘Abort’; did you mean ‘abort’? | |
~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } | |
^~~~~ | |
abort | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:48:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:192, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h: In member function ‘void testing::internal::LinkedPtrInternal::join(const testing::internal::LinkedPtrInternal*)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:112:5: error: ‘linked_ptr_internal’ was not declared in this scope | |
linked_ptr_internal const* p = ptr; | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:112:5: note: suggested alternative: ‘LinkedPtrInternal’ | |
linked_ptr_internal const* p = ptr; | |
^~~~~~~~~~~~~~~~~~~ | |
LinkedPtrInternal | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:113:12: error: ‘p’ was not declared in this scope | |
while (p->next_ != ptr) { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:119:5: error: ‘p’ was not declared in this scope | |
p->next_ = this; | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h: At global scope: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:147:45: error: expected ‘)’ before ‘<’ token | |
template <typename U> LinkedPtr(linked_ptr<U> /*unused*/const& ptr) { copy(&ptr); } | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:148:24: error: expected ‘)’ before ‘const’ | |
LinkedPtr(linked_ptr const& ptr) { // NOLINT | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:154:46: error: ‘linked_ptr’ was not declared in this scope | |
template <typename U> LinkedPtr& operator=(linked_ptr<U> /*unused*/const& ptr) { | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:154:46: note: suggested alternative: ‘LinkedPtr’ | |
template <typename U> LinkedPtr& operator=(linked_ptr<U> /*unused*/const& ptr) { | |
^~~~~~~~~~ | |
LinkedPtr | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:154:58: error: expected primary-expression before ‘>’ token | |
template <typename U> LinkedPtr& operator=(linked_ptr<U> /*unused*/const& ptr) { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:154:71: error: expected primary-expression before ‘const’ | |
template <typename U> LinkedPtr& operator=(linked_ptr<U> /*unused*/const& ptr) { | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:154:81: error: declaration of ‘operator=’ as non-function | |
template <typename U> LinkedPtr& operator=(linked_ptr<U> /*unused*/const& ptr) { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:160:46: error: declaration of ‘operator=’ as non-function | |
LinkedPtr& operator=(linked_ptr /*unused*/const& ptr) { | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:160:22: error: expected ‘;’ at end of member declaration | |
LinkedPtr& operator=(linked_ptr /*unused*/const& ptr) { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:160:46: error: expected ‘)’ before ‘const’ | |
LinkedPtr& operator=(linked_ptr /*unused*/const& ptr) { | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:180:19: error: ‘linked_ptr’ has not been declared | |
bool operator==(linked_ptr<U> /*unused*/const& ptr) const { | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:180:29: error: expected ‘,’ or ‘...’ before ‘<’ token | |
bool operator==(linked_ptr<U> /*unused*/const& ptr) const { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:184:19: error: ‘linked_ptr’ has not been declared | |
bool operator!=(linked_ptr<U> /*unused*/const& ptr) const { | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:184:29: error: expected ‘,’ or ‘...’ before ‘<’ token | |
bool operator!=(linked_ptr<U> /*unused*/const& ptr) const { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:204:35: error: ‘linked_ptr’ has not been declared | |
template <typename U> void copy(linked_ptr<U> /*unused*/const* ptr) { | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:204:45: error: expected ‘,’ or ‘...’ before ‘<’ token | |
template <typename U> void copy(linked_ptr<U> /*unused*/const* ptr) { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h: In member function ‘bool testing::internal::LinkedPtr<T>::operator==(int) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:181:22: error: ‘ptr’ was not declared in this scope | |
return value_ == ptr.get(); | |
^~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:181:22: note: suggested alternative: ‘putw’ | |
return value_ == ptr.get(); | |
^~~ | |
putw | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h: In member function ‘bool testing::internal::LinkedPtr<T>::operator!=(int) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:185:22: error: ‘ptr’ was not declared in this scope | |
return value_ != ptr.get(); | |
^~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:185:22: note: suggested alternative: ‘putw’ | |
return value_ != ptr.get(); | |
^~~ | |
putw | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h: In member function ‘void testing::internal::LinkedPtr<T>::capture(T*)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:201:11: error: ‘class testing::internal::LinkedPtrInternal’ has no member named ‘join_new’; did you mean ‘joinNew’? | |
link_.join_new(); | |
^~~~~~~~ | |
joinNew | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h: In member function ‘void testing::internal::LinkedPtr<T>::copy(int)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:205:14: error: ‘ptr’ was not declared in this scope | |
value_ = ptr->get(); | |
^~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:205:14: note: suggested alternative: ‘putw’ | |
value_ = ptr->get(); | |
^~~ | |
putw | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:209:13: error: ‘class testing::internal::LinkedPtrInternal’ has no member named ‘join_new’; did you mean ‘joinNew’? | |
link_.join_new(); | |
^~~~~~~~ | |
joinNew | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h: At global scope: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:214:31: error: ‘linked_ptr’ does not name a type; did you mean ‘LinkedPtr’? | |
bool operator==(T* ptr, const linked_ptr<T>& x) { | |
^~~~~~~~~~ | |
LinkedPtr | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:214:41: error: expected ‘,’ or ‘...’ before ‘<’ token | |
bool operator==(T* ptr, const linked_ptr<T>& x) { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:214:47: error: ‘bool testing::internal::operator==(T*, int)’ must have an argument of class or enumerated type | |
bool operator==(T* ptr, const linked_ptr<T>& x) { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:219:31: error: ‘linked_ptr’ does not name a type; did you mean ‘LinkedPtr’? | |
bool operator!=(T* ptr, const linked_ptr<T>& x) { | |
^~~~~~~~~~ | |
LinkedPtr | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:219:41: error: expected ‘,’ or ‘...’ before ‘<’ token | |
bool operator!=(T* ptr, const linked_ptr<T>& x) { | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:219:47: error: ‘bool testing::internal::operator!=(T*, int)’ must have an argument of class or enumerated type | |
bool operator!=(T* ptr, const linked_ptr<T>& x) { | |
^ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h: In member function ‘virtual bool testing::internal::RangeGenerator<T, IncrementT>::Iterator::equals(const testing::internal::ParamIteratorInterface<T>&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:243:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:243:20: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated) | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:243:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h: In member function ‘bool testing::internal::ValuesInIteratorRangeGenerator<T>::Iterator::equals(const testing::internal::ParamIteratorInterface<T>&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:341:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:341:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:192:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h: In function ‘std::__cxx11::string testing::internal::DefaultParamName(const testing::TestParamInfo<ParamType>&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:380:22: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return name_stream.GetString(); | |
^~~~~~~~~ | |
getString | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h: In member function ‘void testing::internal::ParameterizedTestCaseInfo<TestCase>::registerTests()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:574:11: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(isValidParamName(param_name)) | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:579:11: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(test_param_names.count(param_name) == 0) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:192:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:588:32: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
test_name_stream.GetString().c_str(), | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:592:15: error: there are no arguments to ‘GetTestCaseTypeId’ that depend on a template parameter, so a declaration of ‘GetTestCaseTypeId’ must be available [-fpermissive] | |
GetTestCaseTypeId(), | |
^~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h: In member function ‘testing::internal::ParameterizedTestCaseInfo<TestCase>* testing::internal::ParameterizedTestCaseRegistry::getTestCasePatternHolder(const char*, testing::internal::CodeLocation)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:685:27: error: ‘class testing::internal::ParameterizedTestCaseInfoBase’ has no member named ‘GetTestCaseName’; did you mean ‘getTestCaseName’? | |
if (test_case_info->GetTestCaseName() == test_case_name) { | |
^~~~~~~~~~~~~~~ | |
getTestCaseName | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:686:29: error: ‘class testing::internal::ParameterizedTestCaseInfoBase’ has no member named ‘GetTestCaseTypeId’; did you mean ‘getTestCaseTypeId’? | |
if (test_case_info->GetTestCaseTypeId() != GetTypeId<TestCase>()) { | |
^~~~~~~~~~~~~~~~~ | |
getTestCaseTypeId | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h: In member function ‘void testing::internal::ParameterizedTestCaseRegistry::registerTests()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:711:23: error: ‘class testing::internal::ParameterizedTestCaseInfoBase’ has no member named ‘RegisterTests’; did you mean ‘registerTests’? | |
test_case_info->RegisterTests(); | |
^~~~~~~~~~~~~ | |
registerTests | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In constructor ‘testing::internal::CartesianProductGenerator2<T1, T2>::Iterator::Iterator(const testing::internal::ParamGeneratorInterface<std::tuple<_T1, _T2> >*, const testing::internal::ParamGenerator<T>&, const typename testing::internal::ParamGenerator<T>::iterator&, const testing::internal::ParamGenerator<T2>&, const typename testing::internal::ParamGenerator<T2>::iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3190:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual void testing::internal::CartesianProductGenerator2<T1, T2>::Iterator::advance()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3206:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual bool testing::internal::CartesianProductGenerator2<T1, T2>::Iterator::equals(const testing::internal::ParamIteratorInterface<std::tuple<_T1, _T2> >&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3215:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3215:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3223:15: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
return (AtEnd() && typed_other->AtEnd()) || | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In copy constructor ‘testing::internal::CartesianProductGenerator2<T1, T2>::Iterator::Iterator(const testing::internal::CartesianProductGenerator2<T1, T2>::Iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3238:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘void testing::internal::CartesianProductGenerator2<T1, T2>::Iterator::computeCurrentValue()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3242:12: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
if (!AtEnd()) | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In constructor ‘testing::internal::CartesianProductGenerator3<T1, T2, T3>::Iterator::Iterator(const testing::internal::ParamGeneratorInterface<std::tuple<T1, T2, T3> >*, const testing::internal::ParamGenerator<T>&, const typename testing::internal::ParamGenerator<T>::iterator&, const testing::internal::ParamGenerator<T2>&, const typename testing::internal::ParamGenerator<T2>::iterator&, const testing::internal::ParamGenerator<T3>&, const typename testing::internal::ParamGenerator<T3>::iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3309:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual void testing::internal::CartesianProductGenerator3<T1, T2, T3>::Iterator::advance()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3329:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual bool testing::internal::CartesianProductGenerator3<T1, T2, T3>::Iterator::equals(const testing::internal::ParamIteratorInterface<std::tuple<T1, T2, T3> >&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3338:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3338:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3346:15: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
return (AtEnd() && typed_other->AtEnd()) || | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In copy constructor ‘testing::internal::CartesianProductGenerator3<T1, T2, T3>::Iterator::Iterator(const testing::internal::CartesianProductGenerator3<T1, T2, T3>::Iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3365:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘void testing::internal::CartesianProductGenerator3<T1, T2, T3>::Iterator::computeCurrentValue()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3369:12: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
if (!AtEnd()) | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In constructor ‘testing::internal::CartesianProductGenerator4<T1, T2, T3, T4>::Iterator::Iterator(const testing::internal::ParamGeneratorInterface<std::tuple<T1, T2, T3, T4> >*, const testing::internal::ParamGenerator<T>&, const typename testing::internal::ParamGenerator<T>::iterator&, const testing::internal::ParamGenerator<T2>&, const typename testing::internal::ParamGenerator<T2>::iterator&, const testing::internal::ParamGenerator<T3>&, const typename testing::internal::ParamGenerator<T3>::iterator&, const testing::internal::ParamGenerator<T4>&, const typename testing::internal::ParamGenerator<T4>::iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3446:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual void testing::internal::CartesianProductGenerator4<T1, T2, T3, T4>::Iterator::advance()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3470:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual bool testing::internal::CartesianProductGenerator4<T1, T2, T3, T4>::Iterator::equals(const testing::internal::ParamIteratorInterface<std::tuple<T1, T2, T3, T4> >&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3479:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3479:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3487:15: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
return (AtEnd() && typed_other->AtEnd()) || | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In copy constructor ‘testing::internal::CartesianProductGenerator4<T1, T2, T3, T4>::Iterator::Iterator(const testing::internal::CartesianProductGenerator4<T1, T2, T3, T4>::Iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3510:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘void testing::internal::CartesianProductGenerator4<T1, T2, T3, T4>::Iterator::computeCurrentValue()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3514:12: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
if (!AtEnd()) | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In constructor ‘testing::internal::CartesianProductGenerator5<T1, T2, T3, T4, T5>::Iterator::Iterator(const testing::internal::ParamGeneratorInterface<std::tuple<T1, T2, T3, T4, T5> >*, const testing::internal::ParamGenerator<T>&, const typename testing::internal::ParamGenerator<T>::iterator&, const testing::internal::ParamGenerator<T2>&, const typename testing::internal::ParamGenerator<T2>::iterator&, const testing::internal::ParamGenerator<T3>&, const typename testing::internal::ParamGenerator<T3>::iterator&, const testing::internal::ParamGenerator<T4>&, const typename testing::internal::ParamGenerator<T4>::iterator&, const testing::internal::ParamGenerator<T5>&, const typename testing::internal::ParamGenerator<T5>::iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3600:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual void testing::internal::CartesianProductGenerator5<T1, T2, T3, T4, T5>::Iterator::advance()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3628:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual bool testing::internal::CartesianProductGenerator5<T1, T2, T3, T4, T5>::Iterator::equals(const testing::internal::ParamIteratorInterface<std::tuple<T1, T2, T3, T4, T5> >&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3637:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3637:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3645:15: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
return (AtEnd() && typed_other->AtEnd()) || | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In copy constructor ‘testing::internal::CartesianProductGenerator5<T1, T2, T3, T4, T5>::Iterator::Iterator(const testing::internal::CartesianProductGenerator5<T1, T2, T3, T4, T5>::Iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3672:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘void testing::internal::CartesianProductGenerator5<T1, T2, T3, T4, T5>::Iterator::computeCurrentValue()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3676:12: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
if (!AtEnd()) | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In constructor ‘testing::internal::CartesianProductGenerator6<T1, T2, T3, T4, T5, T6>::Iterator::Iterator(const testing::internal::ParamGeneratorInterface<std::tuple<T1, T2, T3, T4, T5, T6> >*, const testing::internal::ParamGenerator<T>&, const typename testing::internal::ParamGenerator<T>::iterator&, const testing::internal::ParamGenerator<T2>&, const typename testing::internal::ParamGenerator<T2>::iterator&, const testing::internal::ParamGenerator<T3>&, const typename testing::internal::ParamGenerator<T3>::iterator&, const testing::internal::ParamGenerator<T4>&, const typename testing::internal::ParamGenerator<T4>::iterator&, const testing::internal::ParamGenerator<T5>&, const typename testing::internal::ParamGenerator<T5>::iterator&, const testing::internal::ParamGenerator<T6>&, const typename testing::internal::ParamGenerator<T6>::iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3773:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual void testing::internal::CartesianProductGenerator6<T1, T2, T3, T4, T5, T6>::Iterator::advance()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3805:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual bool testing::internal::CartesianProductGenerator6<T1, T2, T3, T4, T5, T6>::Iterator::equals(const testing::internal::ParamIteratorInterface<std::tuple<T1, T2, T3, T4, T5, T6> >&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3814:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3814:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3822:15: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
return (AtEnd() && typed_other->AtEnd()) || | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In copy constructor ‘testing::internal::CartesianProductGenerator6<T1, T2, T3, T4, T5, T6>::Iterator::Iterator(const testing::internal::CartesianProductGenerator6<T1, T2, T3, T4, T5, T6>::Iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3853:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘void testing::internal::CartesianProductGenerator6<T1, T2, T3, T4, T5, T6>::Iterator::computeCurrentValue()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3857:12: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
if (!AtEnd()) | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In constructor ‘testing::internal::CartesianProductGenerator7<T1, T2, T3, T4, T5, T6, T7>::Iterator::Iterator(const testing::internal::ParamGeneratorInterface<std::tuple<T1, T2, T3, T4, T5, T6, T7> >*, const testing::internal::ParamGenerator<T>&, const typename testing::internal::ParamGenerator<T>::iterator&, const testing::internal::ParamGenerator<T2>&, const typename testing::internal::ParamGenerator<T2>::iterator&, const testing::internal::ParamGenerator<T3>&, const typename testing::internal::ParamGenerator<T3>::iterator&, const testing::internal::ParamGenerator<T4>&, const typename testing::internal::ParamGenerator<T4>::iterator&, const testing::internal::ParamGenerator<T5>&, const typename testing::internal::ParamGenerator<T5>::iterator&, const testing::internal::ParamGenerator<T6>&, const typename testing::internal::ParamGenerator<T6>::iterator&, const testing::internal::ParamGenerator<T7>&, const typename testing::internal::ParamGenerator<T7>::iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3963:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual void testing::internal::CartesianProductGenerator7<T1, T2, T3, T4, T5, T6, T7>::Iterator::advance()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3999:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual bool testing::internal::CartesianProductGenerator7<T1, T2, T3, T4, T5, T6, T7>::Iterator::equals(const testing::internal::ParamIteratorInterface<std::tuple<T1, T2, T3, T4, T5, T6, T7> >&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4008:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4008:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4016:15: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
return (AtEnd() && typed_other->AtEnd()) || | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In copy constructor ‘testing::internal::CartesianProductGenerator7<T1, T2, T3, T4, T5, T6, T7>::Iterator::Iterator(const testing::internal::CartesianProductGenerator7<T1, T2, T3, T4, T5, T6, T7>::Iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4051:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘void testing::internal::CartesianProductGenerator7<T1, T2, T3, T4, T5, T6, T7>::Iterator::computeCurrentValue()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4055:12: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
if (!AtEnd()) | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In constructor ‘testing::internal::CartesianProductGenerator8<T1, T2, T3, T4, T5, T6, T7, T8>::Iterator::Iterator(const testing::internal::ParamGeneratorInterface<std::tuple<T1, T2, T3, T4, T5, T6, T7, T8> >*, const testing::internal::ParamGenerator<T>&, const typename testing::internal::ParamGenerator<T>::iterator&, const testing::internal::ParamGenerator<T2>&, const typename testing::internal::ParamGenerator<T2>::iterator&, const testing::internal::ParamGenerator<T3>&, const typename testing::internal::ParamGenerator<T3>::iterator&, const testing::internal::ParamGenerator<T4>&, const typename testing::internal::ParamGenerator<T4>::iterator&, const testing::internal::ParamGenerator<T5>&, const typename testing::internal::ParamGenerator<T5>::iterator&, const testing::internal::ParamGenerator<T6>&, const typename testing::internal::ParamGenerator<T6>::iterator&, const testing::internal::ParamGenerator<T7>&, const typename testing::internal::ParamGenerator<T7>::iterator&, const testing::internal::ParamGenerator<T8>&, const typename testing::internal::ParamGenerator<T8>::iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4172:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual void testing::internal::CartesianProductGenerator8<T1, T2, T3, T4, T5, T6, T7, T8>::Iterator::advance()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4212:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual bool testing::internal::CartesianProductGenerator8<T1, T2, T3, T4, T5, T6, T7, T8>::Iterator::equals(const testing::internal::ParamIteratorInterface<std::tuple<T1, T2, T3, T4, T5, T6, T7, T8> >&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4221:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4221:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4229:15: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
return (AtEnd() && typed_other->AtEnd()) || | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In copy constructor ‘testing::internal::CartesianProductGenerator8<T1, T2, T3, T4, T5, T6, T7, T8>::Iterator::Iterator(const testing::internal::CartesianProductGenerator8<T1, T2, T3, T4, T5, T6, T7, T8>::Iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4268:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘void testing::internal::CartesianProductGenerator8<T1, T2, T3, T4, T5, T6, T7, T8>::Iterator::computeCurrentValue()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4272:12: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
if (!AtEnd()) | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In constructor ‘testing::internal::CartesianProductGenerator9<T1, T2, T3, T4, T5, T6, T7, T8, T9>::Iterator::Iterator(const testing::internal::ParamGeneratorInterface<std::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> >*, const testing::internal::ParamGenerator<T>&, const typename testing::internal::ParamGenerator<T>::iterator&, const testing::internal::ParamGenerator<T2>&, const typename testing::internal::ParamGenerator<T2>::iterator&, const testing::internal::ParamGenerator<T3>&, const typename testing::internal::ParamGenerator<T3>::iterator&, const testing::internal::ParamGenerator<T4>&, const typename testing::internal::ParamGenerator<T4>::iterator&, const testing::internal::ParamGenerator<T5>&, const typename testing::internal::ParamGenerator<T5>::iterator&, const testing::internal::ParamGenerator<T6>&, const typename testing::internal::ParamGenerator<T6>::iterator&, const testing::internal::ParamGenerator<T7>&, const typename testing::internal::ParamGenerator<T7>::iterator&, const testing::internal::ParamGenerator<T8>&, const typename testing::internal::ParamGenerator<T8>::iterator&, const testing::internal::ParamGenerator<T9>&, const typename testing::internal::ParamGenerator<T9>::iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4397:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual void testing::internal::CartesianProductGenerator9<T1, T2, T3, T4, T5, T6, T7, T8, T9>::Iterator::advance()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4441:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual bool testing::internal::CartesianProductGenerator9<T1, T2, T3, T4, T5, T6, T7, T8, T9>::Iterator::equals(const testing::internal::ParamIteratorInterface<std::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> >&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4450:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4450:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4458:15: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
return (AtEnd() && typed_other->AtEnd()) || | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In copy constructor ‘testing::internal::CartesianProductGenerator9<T1, T2, T3, T4, T5, T6, T7, T8, T9>::Iterator::Iterator(const testing::internal::CartesianProductGenerator9<T1, T2, T3, T4, T5, T6, T7, T8, T9>::Iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4501:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘void testing::internal::CartesianProductGenerator9<T1, T2, T3, T4, T5, T6, T7, T8, T9>::Iterator::computeCurrentValue()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4505:12: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
if (!AtEnd()) | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In constructor ‘testing::internal::CartesianProductGenerator10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>::Iterator::Iterator(const testing::internal::ParamGeneratorInterface<std::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> >*, const testing::internal::ParamGenerator<T>&, const typename testing::internal::ParamGenerator<T>::iterator&, const testing::internal::ParamGenerator<T2>&, const typename testing::internal::ParamGenerator<T2>::iterator&, const testing::internal::ParamGenerator<T3>&, const typename testing::internal::ParamGenerator<T3>::iterator&, const testing::internal::ParamGenerator<T4>&, const typename testing::internal::ParamGenerator<T4>::iterator&, const testing::internal::ParamGenerator<T5>&, const typename testing::internal::ParamGenerator<T5>::iterator&, const testing::internal::ParamGenerator<T6>&, const typename testing::internal::ParamGenerator<T6>::iterator&, const testing::internal::ParamGenerator<T7>&, const typename testing::internal::ParamGenerator<T7>::iterator&, const testing::internal::ParamGenerator<T8>&, const typename testing::internal::ParamGenerator<T8>::iterator&, const testing::internal::ParamGenerator<T9>&, const typename testing::internal::ParamGenerator<T9>::iterator&, const testing::internal::ParamGenerator<T10>&, const typename testing::internal::ParamGenerator<T10>::iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4640:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual void testing::internal::CartesianProductGenerator10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>::Iterator::advance()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4688:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘virtual bool testing::internal::CartesianProductGenerator10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>::Iterator::equals(const testing::internal::ParamIteratorInterface<std::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> >&) const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4697:20: error: there are no arguments to ‘BaseGenerator’ that depend on a template parameter, so a declaration of ‘BaseGenerator’ must be available [-fpermissive] | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4697:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:193:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4705:15: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
return (AtEnd() && typed_other->AtEnd()) || | |
^~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In copy constructor ‘testing::internal::CartesianProductGenerator10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>::Iterator::Iterator(const testing::internal::CartesianProductGenerator10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>::Iterator&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4752:7: error: there are no arguments to ‘ComputeCurrentValue’ that depend on a template parameter, so a declaration of ‘ComputeCurrentValue’ must be available [-fpermissive] | |
ComputeCurrentValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h: In member function ‘void testing::internal::CartesianProductGenerator10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>::Iterator::computeCurrentValue()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4756:12: error: there are no arguments to ‘AtEnd’ that depend on a template parameter, so a declaration of ‘AtEnd’ must be available [-fpermissive] | |
if (!AtEnd()) | |
^~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In member function ‘testing::AssertionResult& testing::AssertionResult::operator<<(std::ostream& (*)(std::ostream&))’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:314:5: error: ‘AppendMessage’ was not declared in this scope | |
AppendMessage(Message() << basic_manipulator); | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:314:5: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << basic_manipulator); | |
^~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In member function ‘void testing::AssertionResult::appendMessage(const testing::Message&)’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:323:32: error: ‘const class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
message_->append(a_message.GetString()); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In member function ‘bool testing::TestResult::passed() const’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:539:33: error: ‘Failed’ was not declared in this scope | |
bool passed() const { return !Failed(); } | |
^~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:539:33: note: suggested alternative: ‘failed’ | |
bool passed() const { return !Failed(); } | |
^~~~~~ | |
failed | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In member function ‘int testing::TestInfo::incrementDeathTestCount()’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:739:20: error: ‘class testing::TestResult’ has no member named ‘increment_death_test_count’; did you mean ‘incrementDeathTestCount’? | |
return result_.increment_death_test_count(); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
incrementDeathTestCount | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In static member function ‘static void testing::TestInfo::clearTestResult(testing::TestInfo*)’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:747:24: error: ‘class testing::TestResult’ has no member named ‘Clear’; did you mean ‘clear’? | |
test_info->result_.Clear(); | |
^~~~~ | |
clear | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In member function ‘bool testing::TestCase::passed() const’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:835:33: error: ‘Failed’ was not declared in this scope | |
bool passed() const { return !Failed(); } | |
^~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:835:33: note: suggested alternative: ‘failed’ | |
bool passed() const { return !Failed(); } | |
^~~~~~ | |
failed | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In member function ‘bool testing::TestCase::failed() const’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:838:32: error: ‘failed_test_count’ was not declared in this scope | |
bool failed() const { return failed_test_count() > 0; } | |
^~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:838:32: note: suggested alternative: ‘failedTestCount’ | |
bool failed() const { return failed_test_count() > 0; } | |
^~~~~~~~~~~~~~~~~ | |
failedTestCount | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In static member function ‘static void testing::TestCase::clearTestCaseResult(testing::TestCase*)’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:879:16: error: ‘class testing::TestCase’ has no member named ‘ClearResult’; did you mean ‘clearResult’? | |
test_case->ClearResult(); | |
^~~~~~~~~~~ | |
clearResult | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In static member function ‘static bool testing::TestCase::testPassed(const testing::TestInfo*)’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:895:23: error: ‘const class testing::TestInfo’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
return test_info->should_run() && test_info->result()->Passed(); | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:895:60: error: ‘const class testing::TestResult’ has no member named ‘Passed’; did you mean ‘passed’? | |
return test_info->should_run() && test_info->result()->Passed(); | |
^~~~~~ | |
passed | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In static member function ‘static bool testing::TestCase::testFailed(const testing::TestInfo*)’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:900:23: error: ‘const class testing::TestInfo’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
return test_info->should_run() && test_info->result()->Failed(); | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:900:60: error: ‘const class testing::TestResult’ has no member named ‘Failed’; did you mean ‘failed’? | |
return test_info->should_run() && test_info->result()->Failed(); | |
^~~~~~ | |
failed | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In static member function ‘static bool testing::TestCase::testReportableDisabled(const testing::TestInfo*)’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:906:23: error: ‘const class testing::TestInfo’ has no member named ‘is_reportable’; did you mean ‘isReportable’? | |
return test_info->is_reportable() && test_info->is_disabled_; | |
^~~~~~~~~~~~~ | |
isReportable | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In static member function ‘static bool testing::TestCase::testReportable(const testing::TestInfo*)’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:916:23: error: ‘const class testing::TestInfo’ has no member named ‘is_reportable’; did you mean ‘isReportable’? | |
return test_info->is_reportable(); | |
^~~~~~~~~~~~~ | |
isReportable | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In static member function ‘static bool testing::TestCase::shouldRunTest(const testing::TestInfo*)’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:921:23: error: ‘const class testing::TestInfo’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
return test_info->should_run(); | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In function ‘testing::Environment* testing::AddGlobalTestEnvironment(testing::Environment*)’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1351:35: error: ‘class testing::UnitTest’ has no member named ‘AddEnvironment’; did you mean ‘addEnvironment’? | |
return UnitTest::getInstance()->AddEnvironment(env); | |
^~~~~~~~~~~~~~ | |
addEnvironment | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In member function ‘const ParamType& testing::WithParamInterface<T>::getParam() const’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1756:5: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(parameter_ != NULL) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In function ‘int RUN_ALL_TESTS()’: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:2233:46: error: ‘class testing::UnitTest’ has no member named ‘Run’; did you mean ‘run’? | |
return ::testing::UnitTest::getInstance()->Run(); | |
^~~ | |
run | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In function ‘int testing::internal::GetNextRandomSeed(int)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:153:3: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed) | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In function ‘void testing::internal::ShuffleRange(testing::internal::Random*, int, int, std::vector<T>*)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:315:3: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(0 <= begin && begin <= size) | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:318:3: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(begin <= end && end <= size) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest.cc:142:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:42: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:326:42: error: ‘class testing::internal::Random’ has no member named ‘Generate’; did you mean ‘generate’? | |
const int selected = begin + random->Generate(range_width); | |
^~~~~~~~ | |
generate | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: At global scope: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:820:39: error: cannot declare field ‘testing::internal::UnitTestImpl::default_global_test_part_result_reporter_’ to be of abstract type ‘testing::internal::DefaultGlobalTestPartResultReporter’ | |
DefaultGlobalTestPartResultReporter default_global_test_part_result_reporter_; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:465:7: note: because the following virtual functions are pure within ‘testing::internal::DefaultGlobalTestPartResultReporter’: | |
class DefaultGlobalTestPartResultReporter | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest.h:65:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/gtest-test-part.h:150:16: note: virtual void testing::TestPartResultReporterInterface::reportTestPartResult(const testing::TestPartResult&) | |
virtual void reportTestPartResult(const TestPartResult& result) = 0; | |
^~~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest.cc:142:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:42: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:822:7: error: cannot declare field ‘testing::internal::UnitTestImpl::default_per_thread_test_part_result_reporter_’ to be of abstract type ‘testing::internal::DefaultPerThreadTestPartResultReporter’ | |
default_per_thread_test_part_result_reporter_; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:481:7: note: because the following virtual functions are pure within ‘testing::internal::DefaultPerThreadTestPartResultReporter’: | |
class DefaultPerThreadTestPartResultReporter | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest.h:65:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/gtest-test-part.h:150:16: note: virtual void testing::TestPartResultReporterInterface::reportTestPartResult(const testing::TestPartResult&) | |
virtual void reportTestPartResult(const TestPartResult& result) = 0; | |
^~~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest.cc:142:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:42: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘bool testing::internal::UnitTestImpl::Failed() const’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:572:66: error: ‘const class testing::TestResult’ has no member named ‘Failed’; did you mean ‘failed’? | |
return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed(); | |
^~~~~~ | |
failed | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘void testing::internal::UnitTestImpl::AddTestInfo(testing::Test::SetUpTestCaseFunc, testing::Test::TearDownTestCaseFunc, testing::TestInfo*)’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:655:31: error: ‘class testing::internal::FilePath’ has no member named ‘IsEmpty’; did you mean ‘isEmpty’? | |
if (original_working_dir_.IsEmpty()) { | |
^~~~~~~ | |
isEmpty | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:656:29: error: ‘class testing::internal::FilePath’ has no member named ‘Set’; did you mean ‘set’? | |
original_working_dir_.Set(FilePath::GetCurrentDir()); | |
^~~ | |
set | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:656:43: error: ‘GetCurrentDir’ is not a member of ‘testing::internal::FilePath’ | |
original_working_dir_.Set(FilePath::GetCurrentDir()); | |
^~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:657:43: error: ‘class testing::internal::FilePath’ has no member named ‘IsEmpty’; did you mean ‘isEmpty’? | |
GTEST_CHECK_(!original_working_dir_.IsEmpty()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:657:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(!original_working_dir_.IsEmpty()) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest.cc:142:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:42: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:661:28: error: ‘class testing::TestInfo’ has no member named ‘test_case_name’; did you mean ‘test_case_name_’? | |
GetTestCase(test_info->test_case_name(), | |
^~~~~~~~~~~~~~ | |
test_case_name_ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:662:28: error: ‘class testing::TestInfo’ has no member named ‘type_param’; did you mean ‘type_param_’? | |
test_info->type_param(), | |
^~~~~~~~~~ | |
type_param_ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘void testing::internal::UnitTestImpl::ClearNonAdHocTestResult()’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:703:36: error: ‘ClearTestCaseResult’ is not a member of ‘testing::TestCase’ | |
ForEach(test_cases_, TestCase::ClearTestCaseResult); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘void testing::internal::UnitTestImpl::ClearAdHocTestResult()’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:708:25: error: ‘class testing::TestResult’ has no member named ‘Clear’; did you mean ‘clear’? | |
ad_hoc_test_result_.Clear(); | |
^~~~~ | |
clear | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In function ‘testing::internal::UnitTestImpl* testing::internal::GetUnitTestImpl()’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:928:20: error: ‘GetInstance’ is not a member of ‘testing::UnitTest’ | |
return UnitTest::GetInstance()->impl(); | |
^~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In function ‘bool testing::internal::ParseNaturalNumber(const string&, Integer*)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:997:3: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(sizeof(Integer) <= sizeof(parsed)); | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest.cc:142:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:42: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In static member function ‘static void testing::internal::TestResultAccessor::RecordProperty(testing::TestResult*, const string&, const testing::TestProperty&)’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1019:18: error: ‘class testing::TestResult’ has no member named ‘RecordProperty’; did you mean ‘recordProperty’? | |
test_result->RecordProperty(xml_element, property); | |
^~~~~~~~~~~~~~ | |
recordProperty | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In static member function ‘static void testing::internal::TestResultAccessor::ClearTestPartResults(testing::TestResult*)’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1023:18: error: ‘class testing::TestResult’ has no member named ‘ClearTestPartResults’; did you mean ‘clearTestPartResults’? | |
test_result->ClearTestPartResults(); | |
^~~~~~~~~~~~~~~~~~~~ | |
clearTestPartResults | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In static member function ‘static const std::vector<testing::TestPartResult>& testing::internal::TestResultAccessor::test_part_results(const testing::TestResult&)’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1028:24: error: ‘const class testing::TestResult’ has no member named ‘test_part_results’; did you mean ‘test_part_results_’? | |
return test_result.test_part_results(); | |
^~~~~~~~~~~~~~~~~ | |
test_part_results_ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘virtual void testing::internal::StreamingListener::SocketWriter::Send(const string&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1069:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(sockfd_ != -1) | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1074:9: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(WARNING) | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘virtual void testing::internal::StreamingListener::SocketWriter::CloseConnection()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1086:7: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(sockfd_ != -1) | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest.cc:142:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:42: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘void testing::internal::StreamingListener::OnTestProgramEnd(const testing::UnitTest&)’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1116:66: error: ‘const class testing::UnitTest’ has no member named ‘Passed’; did you mean ‘passed’? | |
SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed())); | |
^~~~~~ | |
passed | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘void testing::internal::StreamingListener::OnTestIterationEnd(const testing::UnitTest&, int)’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1129:33: error: ‘const class testing::UnitTest’ has no member named ‘Passed’; did you mean ‘passed’? | |
FormatBool(unit_test.Passed()) + "&elapsed_time=" + | |
^~~~~~ | |
passed | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1130:41: error: ‘const class testing::UnitTest’ has no member named ‘elapsed_time’; did you mean ‘elapsedTime’? | |
StreamableToString(unit_test.elapsed_time()) + "ms"); | |
^~~~~~~~~~~~ | |
elapsedTime | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘void testing::internal::StreamingListener::OnTestCaseEnd(const testing::TestCase&)’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1138:63: error: ‘const class testing::TestCase’ has no member named ‘Passed’; did you mean ‘passed’? | |
SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed()) | |
^~~~~~ | |
passed | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1139:62: error: ‘const class testing::TestCase’ has no member named ‘elapsed_time’; did you mean ‘elapsed_time_’? | |
+ "&elapsed_time=" + StreamableToString(test_case.elapsed_time()) | |
^~~~~~~~~~~~ | |
elapsed_time_ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘void testing::internal::StreamingListener::OnTestEnd(const testing::TestInfo&)’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1149:45: error: ‘const class testing::TestResult’ has no member named ‘Passed’; did you mean ‘passed’? | |
FormatBool((test_info.result())->Passed()) + | |
^~~~~~ | |
passed | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1151:53: error: ‘const class testing::TestResult’ has no member named ‘elapsed_time’; did you mean ‘elapsed_time_’? | |
StreamableToString((test_info.result())->elapsed_time()) + "ms"); | |
^~~~~~~~~~~~ | |
elapsed_time_ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h: In member function ‘void testing::internal::StreamingListener::OnTestPartResult(const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1155:46: error: ‘const class testing::TestPartResult’ has no member named ‘file_name’; did you mean ‘file_name_’? | |
const char* file_name = test_part_result.file_name(); | |
^~~~~~~~~ | |
file_name_ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1159:59: error: ‘const class testing::TestPartResult’ has no member named ‘line_number’; did you mean ‘line_number_’? | |
"&line=" + StreamableToString(test_part_result.line_number()) + | |
^~~~~~~~~~~ | |
line_number_ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:281:54: error: ‘kMaxStackTraceDepth’ was not declared in this scope | |
internal::Int32FromGTestEnv("stack_trace_depth", kMaxStackTraceDepth), | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2525:63: note: in definition of macro ‘GTEST_DEFINE_int32_’ | |
GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val) | |
^~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc:311:37: error: no ‘testing::internal::UInt32 testing::internal::Random::Generate(testing::internal::UInt32)’ member function declared in class ‘testing::internal::Random’ | |
UInt32 Random::Generate(UInt32 range) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘bool testing::internal::TestCasePassed(const testing::TestCase*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:346:21: error: ‘const class testing::TestCase’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
return test_case->should_run() && test_case->Passed(); | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/src/gtest.cc:346:48: error: ‘const class testing::TestCase’ has no member named ‘Passed’; did you mean ‘passed’? | |
return test_case->should_run() && test_case->Passed(); | |
^~~~~~ | |
passed | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘bool testing::internal::TestCaseFailed(const testing::TestCase*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:351:21: error: ‘const class testing::TestCase’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
return test_case->should_run() && test_case->Failed(); | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/src/gtest.cc:351:48: error: ‘const class testing::TestCase’ has no member named ‘Failed’; did you mean ‘failed’? | |
return test_case->should_run() && test_case->Failed(); | |
^~~~~~ | |
failed | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘bool testing::internal::ShouldRunTestCase(const testing::TestCase*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:357:21: error: ‘const class testing::TestCase’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
return test_case->should_run(); | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::AssertHelper::operator=(const testing::Message&) const’: | |
/usr/src/googletest/googletest/src/gtest.cc:374:13: error: ‘GetInstance’ is not a member of ‘testing::UnitTest’ | |
UnitTest::GetInstance()-> | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:377:33: error: ‘GetInstance’ is not a member of ‘testing::UnitTest’ | |
UnitTest::GetInstance()->impl() | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::internal::FilePath testing::internal::GetCurrentExecutableName()’: | |
/usr/src/googletest/googletest/src/gtest.cc:405:10: error: ‘class testing::internal::FilePath’ has no member named ‘Set’; did you mean ‘set’? | |
result.Set(FilePath(GetArgvs()[0])); | |
^~~ | |
set | |
/usr/src/googletest/googletest/src/gtest.cc:408:17: error: ‘class testing::internal::FilePath’ has no member named ‘RemoveDirectoryName’; did you mean ‘removeDirectoryName’? | |
return result.RemoveDirectoryName(); | |
^~~~~~~~~~~~~~~~~~~ | |
removeDirectoryName | |
/usr/src/googletest/googletest/src/gtest.cc: In static member function ‘static std::__cxx11::string testing::internal::UnitTestOptions::GetAbsolutePathToOutputFile()’: | |
/usr/src/googletest/googletest/src/gtest.cc:433:32: error: ‘ConcatPaths’ is not a member of ‘testing::internal::FilePath’ | |
return internal::FilePath::ConcatPaths( | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:435:23: error: ‘GetInstance’ is not a member of ‘testing::UnitTest’ | |
UnitTest::GetInstance()->original_working_dir()), | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:439:20: error: ‘class testing::internal::FilePath’ has no member named ‘IsAbsolutePath’; did you mean ‘isAbsolutePath’? | |
if (!output_name.IsAbsolutePath()) | |
^~~~~~~~~~~~~~ | |
isAbsolutePath | |
/usr/src/googletest/googletest/src/gtest.cc:444:39: error: ‘ConcatPaths’ is not a member of ‘testing::internal::FilePath’ | |
output_name = internal::FilePath::ConcatPaths( | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:445:38: error: ‘GetInstance’ is not a member of ‘testing::UnitTest’ | |
internal::FilePath(UnitTest::GetInstance()->original_working_dir()), | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:448:20: error: ‘class testing::internal::FilePath’ has no member named ‘IsDirectory’; did you mean ‘isDirectory’? | |
if (!output_name.IsDirectory()) | |
^~~~~~~~~~~ | |
isDirectory | |
/usr/src/googletest/googletest/src/gtest.cc:451:49: error: ‘GenerateUniqueFileName’ is not a member of ‘testing::internal::FilePath’ | |
internal::FilePath result(internal::FilePath::GenerateUniqueFileName( | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::ScopedFakeTestPartResultReporter::ReportTestPartResult(const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:606:12: error: ‘class testing::TestPartResultArray’ has no member named ‘Append’; did you mean ‘append’? | |
result_->Append(result); | |
^~~~~~ | |
append | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::internal::HasOneFailure(const char*, const char*, const char*, const testing::TestPartResultArray&, testing::TestPartResult::Type, const string&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:637:54: error: ‘kFatalFailure’ is not a member of ‘testing::TestPartResult’ | |
const std::string expected(type == TestPartResult::kFatalFailure ? | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:645:30: error: ‘const class testing::TestPartResultArray’ has no member named ‘GetTestPartResult’; did you mean ‘getTestPartResult’? | |
msg << "\n" << results.GetTestPartResult(i); | |
^~~~~~~~~~~~~~~~~ | |
getTestPartResult | |
/usr/src/googletest/googletest/src/gtest.cc:650:37: error: ‘const class testing::TestPartResultArray’ has no member named ‘GetTestPartResult’; did you mean ‘getTestPartResult’? | |
const TestPartResult& r = results.GetTestPartResult(0); | |
^~~~~~~~~~~~~~~~~ | |
getTestPartResult | |
In file included from /usr/src/googletest/googletest/include/gtest/gtest.h:58:0, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest.cc: In destructor ‘testing::internal::SingleFailureChecker::~SingleFailureChecker()’: | |
/usr/src/googletest/googletest/include/gtest/gtest_pred_impl.h:80:25: error: ‘const class testing::AssertionResult’ has no member named ‘failure_message’; did you mean ‘failureMessage’? | |
on_failure(gtest_ar.failure_message()) | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1103:62: note: in definition of macro ‘GTEST_MESSAGE_AT_’ | |
::testing::internal::AssertHelper(result_type, file, line, message) \ | |
^~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1113:3: note: in expansion of macro ‘GTEST_MESSAGE_’ | |
GTEST_MESSAGE_(message, ::testing::TestPartResult::K_NON_FATAL_FAILURE) | |
^~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest_pred_impl.h:80:5: note: in expansion of macro ‘GTEST_NONFATAL_FAILURE_’ | |
on_failure(gtest_ar.failure_message()) | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest_pred_impl.h:200:3: note: in expansion of macro ‘GTEST_ASSERT_’ | |
GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \ | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest_pred_impl.h:217:3: note: in expansion of macro ‘GTEST_PRED_FORMAT3_’ | |
GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_) | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:683:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT3’ | |
EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); | |
^~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::DefaultGlobalTestPartResultReporter::ReportTestPartResult(const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:691:38: error: ‘class testing::TestResult’ has no member named ‘AddTestPartResult’; did you mean ‘addTestPartResult’? | |
unit_test_->current_test_result()->AddTestPartResult(result); | |
^~~~~~~~~~~~~~~~~ | |
addTestPartResult | |
/usr/src/googletest/googletest/src/gtest.cc:692:40: error: ‘class testing::TestEventListener’ has no member named ‘OnTestPartResult’; did you mean ‘onTestPartResult’? | |
unit_test_->listeners()->repeater()->OnTestPartResult(result); | |
^~~~~~~~~~~~~~~~ | |
onTestPartResult | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::DefaultPerThreadTestPartResultReporter::ReportTestPartResult(const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:700:50: error: ‘class testing::TestPartResultReporterInterface’ has no member named ‘ReportTestPartResult’; did you mean ‘reportTestPartResult’? | |
unit_test_->GetGlobalTestPartResultReporter()->ReportTestPartResult(result); | |
^~~~~~~~~~~~~~~~~~~~ | |
reportTestPartResult | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘int testing::internal::UnitTestImpl::successful_test_count() const’: | |
/usr/src/googletest/googletest/src/gtest.cc:752:54: error: ‘successful_test_count’ is not a member of ‘testing::TestCase’ | |
return SumOverTestCaseList(test_cases_, &TestCase::successful_test_count); | |
^~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘int testing::internal::UnitTestImpl::failed_test_count() const’: | |
/usr/src/googletest/googletest/src/gtest.cc:757:54: error: ‘failed_test_count’ is not a member of ‘testing::TestCase’ | |
return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); | |
^~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘int testing::internal::UnitTestImpl::reportable_disabled_test_count() const’: | |
/usr/src/googletest/googletest/src/gtest.cc:763:41: error: ‘reportable_disabled_test_count’ is not a member of ‘testing::TestCase’ | |
&TestCase::reportable_disabled_test_count); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘int testing::internal::UnitTestImpl::disabled_test_count() const’: | |
/usr/src/googletest/googletest/src/gtest.cc:768:54: error: ‘disabled_test_count’ is not a member of ‘testing::TestCase’ | |
return SumOverTestCaseList(test_cases_, &TestCase::disabled_test_count); | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘int testing::internal::UnitTestImpl::reportable_test_count() const’: | |
/usr/src/googletest/googletest/src/gtest.cc:773:54: error: ‘reportable_test_count’ is not a member of ‘testing::TestCase’ | |
return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); | |
^~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘int testing::internal::UnitTestImpl::total_test_count() const’: | |
/usr/src/googletest/googletest/src/gtest.cc:778:54: error: ‘total_test_count’ is not a member of ‘testing::TestCase’ | |
return SumOverTestCaseList(test_cases_, &TestCase::total_test_count); | |
^~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘int testing::internal::UnitTestImpl::test_to_run_count() const’: | |
/usr/src/googletest/googletest/src/gtest.cc:783:54: error: ‘test_to_run_count’ is not a member of ‘testing::TestCase’ | |
return SumOverTestCaseList(test_cases_, &TestCase::test_to_run_count); | |
^~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:894:62: error: no ‘bool testing::internal::String::CStringEquals(const char*, const char*)’ member function declared in class ‘testing::internal::String’ | |
bool String::CStringEquals(const char * lhs, const char * rhs) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘testing::Message& testing::Message::operator<<(const wchar_t*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:955:37: error: ‘ShowWideCString’ is not a member of ‘testing::internal::String’ | |
return *this << internal::String::ShowWideCString(wide_c_str); | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘testing::Message& testing::Message::operator<<(wchar_t*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:958:37: error: ‘ShowWideCString’ is not a member of ‘testing::internal::String’ | |
return *this << internal::String::ShowWideCString(wide_c_str); | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:981:34: error: no ‘std::__cxx11::string testing::Message::GetString() const’ member function declared in class ‘testing::Message’ | |
std::string Message::GetString() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘testing::AssertionResult testing::AssertionResult::operator!() const’: | |
/usr/src/googletest/googletest/src/gtest.cc:1003:37: error: no matching function for call to ‘testing::AssertionResult::AssertionResult(bool)’ | |
AssertionResult negation(!success_); | |
^ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:272:12: note: candidate: template<class T> testing::AssertionResult::AssertionResult(const T&, typename testing::internal::EnableIf<(! testing::internal::ImplicitlyConvertible<T, testing::AssertionResult>::value)>::type*) | |
explicit AssertionResult( | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:272:12: note: template argument deduction/substitution failed: | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In substitution of ‘template<class T> testing::AssertionResult::AssertionResult(const T&, typename testing::internal::EnableIf<(! testing::internal::ImplicitlyConvertible<T, testing::AssertionResult>::value)>::type*) [with T = bool]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1003:37: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:275:11: error: ‘value’ is not a member of ‘testing::internal::ImplicitlyConvertible<bool, testing::AssertionResult>’ | |
!internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* | |
^~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc:987:1: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) | |
AssertionResult::AssertionResult(const AssertionResult& other) | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:987:1: note: no known conversion for argument 1 from ‘bool’ to ‘const testing::AssertionResult&’ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::AssertionSuccess()’: | |
/usr/src/googletest/googletest/src/gtest.cc:1011:30: error: no matching function for call to ‘testing::AssertionResult::AssertionResult(bool)’ | |
return AssertionResult(true); | |
^ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:272:12: note: candidate: template<class T> testing::AssertionResult::AssertionResult(const T&, typename testing::internal::EnableIf<(! testing::internal::ImplicitlyConvertible<T, testing::AssertionResult>::value)>::type*) | |
explicit AssertionResult( | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:272:12: note: template argument deduction/substitution failed: | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In substitution of ‘template<class T> testing::AssertionResult::AssertionResult(const T&, typename testing::internal::EnableIf<(! testing::internal::ImplicitlyConvertible<T, testing::AssertionResult>::value)>::type*) [with T = bool]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1011:30: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:275:11: error: ‘value’ is not a member of ‘testing::internal::ImplicitlyConvertible<bool, testing::AssertionResult>’ | |
!internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* | |
^~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc:987:1: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) | |
AssertionResult::AssertionResult(const AssertionResult& other) | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:987:1: note: no known conversion for argument 1 from ‘bool’ to ‘const testing::AssertionResult&’ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::AssertionFailure()’: | |
/usr/src/googletest/googletest/src/gtest.cc:1016:31: error: no matching function for call to ‘testing::AssertionResult::AssertionResult(bool)’ | |
return AssertionResult(false); | |
^ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:272:12: note: candidate: template<class T> testing::AssertionResult::AssertionResult(const T&, typename testing::internal::EnableIf<(! testing::internal::ImplicitlyConvertible<T, testing::AssertionResult>::value)>::type*) | |
explicit AssertionResult( | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:272:12: note: template argument deduction/substitution failed: | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In substitution of ‘template<class T> testing::AssertionResult::AssertionResult(const T&, typename testing::internal::EnableIf<(! testing::internal::ImplicitlyConvertible<T, testing::AssertionResult>::value)>::type*) [with T = bool]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1016:31: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:275:11: error: ‘value’ is not a member of ‘testing::internal::ImplicitlyConvertible<bool, testing::AssertionResult>’ | |
!internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* | |
^~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc:987:1: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) | |
AssertionResult::AssertionResult(const AssertionResult& other) | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:987:1: note: no known conversion for argument 1 from ‘bool’ to ‘const testing::AssertionResult&’ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::vector<testing::internal::edit_distance::EditType> testing::internal::edit_distance::CalculateOptimalEdits(const std::vector<long unsigned int>&, const std::vector<long unsigned int>&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1038:25: error: ‘kRemove’ was not declared in this scope | |
best_move[l_i][0] = kRemove; | |
^~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1038:25: note: suggested alternative: ‘remove’ | |
best_move[l_i][0] = kRemove; | |
^~~~~~~ | |
remove | |
/usr/src/googletest/googletest/src/gtest.cc:1043:25: error: ‘kAdd’ was not declared in this scope | |
best_move[0][r_i] = kAdd; | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1051:39: error: ‘kMatch’ was not declared in this scope | |
best_move[l_i + 1][r_i + 1] = kMatch; | |
^~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1051:39: note: suggested alternative: ‘rpmatch’ | |
best_move[l_i + 1][r_i + 1] = kMatch; | |
^~~~~~ | |
rpmatch | |
/usr/src/googletest/googletest/src/gtest.cc:1060:39: error: ‘kAdd’ was not declared in this scope | |
best_move[l_i + 1][r_i + 1] = kAdd; | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1060:39: note: suggested alternative: ‘add’ | |
best_move[l_i + 1][r_i + 1] = kAdd; | |
^~~~ | |
add | |
/usr/src/googletest/googletest/src/gtest.cc:1063:39: error: ‘kRemove’ was not declared in this scope | |
best_move[l_i + 1][r_i + 1] = kRemove; | |
^~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1063:39: note: suggested alternative: ‘remove’ | |
best_move[l_i + 1][r_i + 1] = kRemove; | |
^~~~~~~ | |
remove | |
/usr/src/googletest/googletest/src/gtest.cc:1068:39: error: ‘kReplace’ was not declared in this scope | |
best_move[l_i + 1][r_i + 1] = kReplace; | |
^~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1068:39: note: suggested alternative: ‘replace’ | |
best_move[l_i + 1][r_i + 1] = kReplace; | |
^~~~~~~~ | |
replace | |
/usr/src/googletest/googletest/src/gtest.cc:1078:20: error: ‘kAdd’ was not declared in this scope | |
l_i -= move != kAdd; | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1079:20: error: ‘kRemove’ was not declared in this scope | |
r_i -= move != kRemove; | |
^~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1079:20: note: suggested alternative: ‘remove’ | |
r_i -= move != kRemove; | |
^~~~~~~ | |
remove | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::__cxx11::string testing::internal::edit_distance::CreateUnifiedDiff(const std::vector<std::__cxx11::basic_string<char> >&, const std::vector<std::__cxx11::basic_string<char> >&, size_t)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1212:54: error: ‘kMatch’ was not declared in this scope | |
while (edit_i < edits.size() && edits[edit_i] == kMatch) { | |
^~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1212:54: note: suggested alternative: ‘rpmatch’ | |
while (edit_i < edits.size() && edits[edit_i] == kMatch) { | |
^~~~~~ | |
rpmatch | |
/usr/src/googletest/googletest/src/gtest.cc:1232:44: error: ‘kMatch’ was not declared in this scope | |
while (it != edits.end() && *it == kMatch) ++it; | |
^~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1232:44: note: suggested alternative: ‘rpmatch’ | |
while (it != edits.end() && *it == kMatch) ++it; | |
^~~~~~ | |
rpmatch | |
/usr/src/googletest/googletest/src/gtest.cc:1241:26: error: ‘kMatch’ was not declared in this scope | |
n_suffix = edit == kMatch ? n_suffix + 1 : 0; | |
^~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1241:26: note: suggested alternative: ‘rpmatch’ | |
n_suffix = edit == kMatch ? n_suffix + 1 : 0; | |
^~~~~~ | |
rpmatch | |
/usr/src/googletest/googletest/src/gtest.cc:1243:37: error: ‘kRemove’ was not declared in this scope | |
if (edit == kMatch || edit == kRemove || edit == kReplace) { | |
^~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1243:37: note: suggested alternative: ‘remove’ | |
if (edit == kMatch || edit == kRemove || edit == kReplace) { | |
^~~~~~~ | |
remove | |
/usr/src/googletest/googletest/src/gtest.cc:1243:56: error: ‘kReplace’ was not declared in this scope | |
if (edit == kMatch || edit == kRemove || edit == kReplace) { | |
^~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1243:56: note: suggested alternative: ‘IsSpace’ | |
if (edit == kMatch || edit == kRemove || edit == kReplace) { | |
^~~~~~~~ | |
IsSpace | |
/usr/src/googletest/googletest/src/gtest.cc:1246:19: error: ‘kAdd’ was not declared in this scope | |
if (edit == kAdd || edit == kReplace) { | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1246:35: error: ‘kReplace’ was not declared in this scope | |
if (edit == kAdd || edit == kReplace) { | |
^~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1246:35: note: suggested alternative: ‘IsSpace’ | |
if (edit == kAdd || edit == kReplace) { | |
^~~~~~~~ | |
IsSpace | |
/usr/src/googletest/googletest/src/gtest.cc:1251:22: error: ‘kAdd’ was not declared in this scope | |
l_i += edit != kAdd; | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1252:22: error: ‘kRemove’ was not declared in this scope | |
r_i += edit != kRemove; | |
^~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:1252:22: note: suggested alternative: ‘remove’ | |
r_i += edit != kRemove; | |
^~~~~~~ | |
remove | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::__cxx11::string testing::internal::GetBoolAssertionFailureMessage(const testing::AssertionResult&, const char*, const char*, const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1358:14: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return msg.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::internal::CmpHelperSTREQ(const char*, const char*, const char*, const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1491:15: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
if (String::CStringEquals(lhs, rhs)) { | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::internal::CmpHelperSTRCASEEQ(const char*, const char*, const char*, const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1507:15: error: ‘CaseInsensitiveCStringEquals’ is not a member of ‘testing::internal::String’ | |
if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::internal::CmpHelperSTRNE(const char*, const char*, const char*, const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1523:16: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
if (!String::CStringEquals(s1, s2)) { | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::internal::CmpHelperSTRCASENE(const char*, const char*, const char*, const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1537:16: error: ‘CaseInsensitiveCStringEquals’ is not a member of ‘testing::internal::String’ | |
if (!String::CaseInsensitiveCStringEquals(s1, s2)) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::__cxx11::string testing::internal::CodePointToUtf8(testing::internal::UInt32)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1761:44: error: ‘FormatHexInt’ is not a member of ‘testing::internal::String’ | |
return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")"; | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:1848:63: error: no ‘std::__cxx11::string testing::internal::String::ShowWideCString(const wchar_t*)’ member function declared in class ‘testing::internal::String’ | |
std::string String::ShowWideCString(const wchar_t * wide_c_str) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:1860:72: error: no ‘bool testing::internal::String::WideCStringEquals(const wchar_t*, const wchar_t*)’ member function declared in class ‘testing::internal::String’ | |
bool String::WideCStringEquals(const wchar_t * lhs, const wchar_t * rhs) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::internal::CmpHelperSTREQ(const char*, const char*, const wchar_t*, const wchar_t*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1873:15: error: ‘WideCStringEquals’ is not a member of ‘testing::internal::String’ | |
if (String::WideCStringEquals(lhs, rhs)) { | |
^~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::internal::CmpHelperSTRNE(const char*, const char*, const wchar_t*, const wchar_t*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1889:16: error: ‘WideCStringEquals’ is not a member of ‘testing::internal::String’ | |
if (!String::WideCStringEquals(s1, s2)) { | |
^~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:1905:77: error: no ‘bool testing::internal::String::CaseInsensitiveCStringEquals(const char*, const char*)’ member function declared in class ‘testing::internal::String’ | |
bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:1926:65: error: no ‘bool testing::internal::String::CaseInsensitiveWideCStringEquals(const wchar_t*, const wchar_t*)’ member function declared in class ‘testing::internal::String’ | |
const wchar_t* rhs) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:1950:54: error: no ‘bool testing::internal::String::EndsWithCaseInsensitive(const string&, const string&)’ member function declared in class ‘testing::internal::String’ | |
const std::string& str, const std::string& suffix) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:1959:46: error: no ‘std::__cxx11::string testing::internal::String::FormatIntWidth2(int)’ member function declared in class ‘testing::internal::String’ | |
std::string String::FormatIntWidth2(int value) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:1966:43: error: no ‘std::__cxx11::string testing::internal::String::FormatHexInt(int)’ member function declared in class ‘testing::internal::String’ | |
std::string String::FormatHexInt(int value) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:1973:51: error: no ‘std::__cxx11::string testing::internal::String::FormatByte(unsigned char)’ member function declared in class ‘testing::internal::String’ | |
std::string String::FormatByte(unsigned char value) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::__cxx11::string testing::internal::AppendUserMessage(const string&, const testing::Message&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2004:48: error: ‘const class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
const std::string user_msg_string = user_msg.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:2029:60: error: no ‘const testing::TestPartResult& testing::TestResult::GetTestPartResult(int) const’ member function declared in class ‘testing::TestResult’ | |
const TestPartResult& TestResult::GetTestPartResult(int i) const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2038:56: error: no ‘const testing::TestProperty& testing::TestResult::GetTestProperty(int) const’ member function declared in class ‘testing::TestResult’ | |
const TestProperty& TestResult::GetTestProperty(int i) const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2045:39: error: no ‘void testing::TestResult::ClearTestPartResults()’ member function declared in class ‘testing::TestResult’ | |
void TestResult::ClearTestPartResults() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2050:74: error: no ‘void testing::TestResult::AddTestPartResult(const testing::TestPartResult&)’ member function declared in class ‘testing::TestResult’ | |
void TestResult::AddTestPartResult(const TestPartResult& test_part_result) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2058:66: error: no ‘void testing::TestResult::RecordProperty(const string&, const testing::TestProperty&)’ member function declared in class ‘testing::TestResult’ | |
const TestProperty& test_property) { | |
^ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::vector<std::__cxx11::basic_string<char> > testing::GetReservedAttributesForElement(const string&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2121:5: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::__cxx11::string testing::FormatWordList(const std::vector<std::__cxx11::basic_string<char> >&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2138:20: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return word_list.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:2156:72: error: no ‘bool testing::TestResult::ValidateTestProperty(const string&, const testing::TestProperty&)’ member function declared in class ‘testing::TestResult’ | |
const TestProperty& test_property) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2162:24: error: no ‘void testing::TestResult::Clear()’ member function declared in class ‘testing::TestResult’ | |
void TestResult::Clear() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2170:27: error: no ‘bool testing::TestResult::Failed() const’ member function declared in class ‘testing::TestResult’ | |
bool TestResult::Failed() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘bool testing::TestPartFatallyFailed(const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2180:17: error: ‘const class testing::TestPartResult’ has no member named ‘fatally_failed’; did you mean ‘fatallyFailed’? | |
return result.fatally_failed(); | |
^~~~~~~~~~~~~~ | |
fatallyFailed | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:2184:36: error: no ‘bool testing::TestResult::HasFatalFailure() const’ member function declared in class ‘testing::TestResult’ | |
bool TestResult::HasFatalFailure() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘bool testing::TestPartNonfatallyFailed(const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2190:17: error: ‘const class testing::TestPartResult’ has no member named ‘nonfatally_failed’; did you mean ‘nonfatallyFailed’? | |
return result.nonfatally_failed(); | |
^~~~~~~~~~~~~~~~~ | |
nonfatallyFailed | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:2194:39: error: no ‘bool testing::TestResult::HasNonfatalFailure() const’ member function declared in class ‘testing::TestResult’ | |
bool TestResult::HasNonfatalFailure() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2200:36: error: no ‘int testing::TestResult::total_part_count() const’ member function declared in class ‘testing::TestResult’ | |
int TestResult::total_part_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2205:39: error: no ‘int testing::TestResult::test_property_count() const’ member function declared in class ‘testing::TestResult’ | |
int TestResult::test_property_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2227:18: error: no ‘void testing::Test::SetUp()’ member function declared in class ‘testing::Test’ | |
void Test::SetUp() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2233:21: error: no ‘void testing::Test::TearDown()’ member function declared in class ‘testing::Test’ | |
void Test::TearDown() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2237:75: error: no ‘void testing::Test::RecordProperty(const string&, const string&)’ member function declared in class ‘testing::Test’ | |
void Test::RecordProperty(const std::string& key, const std::string& value) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2242:60: error: no ‘void testing::Test::RecordProperty(const string&, int)’ member function declared in class ‘testing::Test’ | |
void Test::RecordProperty(const std::string& key, int value) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘void testing::internal::ReportFailureInUnknownLocation(testing::TestPartResult::Type, const string&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2254:13: error: ‘GetInstance’ is not a member of ‘testing::UnitTest’ | |
UnitTest::GetInstance()->AddTestPartResult( | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:2269:32: error: no ‘bool testing::Test::HasSameFixtureClass()’ member function declared in class ‘testing::Test’ | |
bool Test::HasSameFixtureClass() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::__cxx11::string testing::internal::FormatCxxExceptionMessage(const char*, const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2362:18: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return message.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘Result testing::internal::HandleExceptionsInMethodIfSupported(T*, Result (T::*)(), const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2446:27: error: ‘kFatalFailure’ is not a member of ‘testing::TestPartResult’ | |
TestPartResult::kFatalFailure, | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2450:27: error: ‘kFatalFailure’ is not a member of ‘testing::TestPartResult’ | |
TestPartResult::kFatalFailure, | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:2465:16: error: no ‘void testing::Test::Run()’ member function declared in class ‘testing::Test’ | |
void Test::Run() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2487:28: error: no ‘bool testing::Test::HasFatalFailure()’ member function declared in class ‘testing::Test’ | |
bool Test::HasFatalFailure() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2492:31: error: no ‘bool testing::Test::HasNonfatalFailure()’ member function declared in class ‘testing::Test’ | |
bool Test::HasNonfatalFailure() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘void testing::internal::ReportInvalidTestCaseType(const char*, testing::internal::CodeLocation)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2577:18: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
errors.GetString().c_str()); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::UnitTestImpl::RegisterParameterizedTests()’: | |
/usr/src/googletest/googletest/src/gtest.cc:2620:34: error: ‘class testing::internal::ParameterizedTestCaseRegistry’ has no member named ‘RegisterTests’; did you mean ‘registerTests’? | |
parameterized_test_registry_.RegisterTests(); | |
^~~~~~~~~~~~~ | |
registerTests | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:2630:20: error: no ‘void testing::TestInfo::Run()’ member function declared in class ‘testing::TestInfo’ | |
void TestInfo::Run() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2679:39: error: no ‘int testing::TestCase::successful_test_count() const’ member function declared in class ‘testing::TestCase’ | |
int TestCase::successful_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2684:35: error: no ‘int testing::TestCase::failed_test_count() const’ member function declared in class ‘testing::TestCase’ | |
int TestCase::failed_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2689:48: error: no ‘int testing::TestCase::reportable_disabled_test_count() const’ member function declared in class ‘testing::TestCase’ | |
int TestCase::reportable_disabled_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2694:37: error: no ‘int testing::TestCase::disabled_test_count() const’ member function declared in class ‘testing::TestCase’ | |
int TestCase::disabled_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2699:39: error: no ‘int testing::TestCase::reportable_test_count() const’ member function declared in class ‘testing::TestCase’ | |
int TestCase::reportable_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2704:35: error: no ‘int testing::TestCase::test_to_run_count() const’ member function declared in class ‘testing::TestCase’ | |
int TestCase::test_to_run_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2709:34: error: no ‘int testing::TestCase::total_test_count() const’ member function declared in class ‘testing::TestCase’ | |
int TestCase::total_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2741:46: error: no ‘const testing::TestInfo* testing::TestCase::GetTestInfo(int) const’ member function declared in class ‘testing::TestCase’ | |
const TestInfo* TestCase::GetTestInfo(int i) const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2748:45: error: no ‘testing::TestInfo* testing::TestCase::GetMutableTestInfo(int)’ member function declared in class ‘testing::TestCase’ | |
TestInfo* TestCase::GetMutableTestInfo(int i) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2755:48: error: no ‘void testing::TestCase::AddTestInfo(testing::TestInfo*)’ member function declared in class ‘testing::TestCase’ | |
void TestCase::AddTestInfo(TestInfo * test_info) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2761:20: error: no ‘void testing::TestCase::Run()’ member function declared in class ‘testing::TestCase’ | |
void TestCase::Run() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2789:28: error: no ‘void testing::TestCase::ClearResult()’ member function declared in class ‘testing::TestCase’ | |
void TestCase::ClearResult() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2795:53: error: no ‘void testing::TestCase::ShuffleTests(testing::internal::Random*)’ member function declared in class ‘testing::TestCase’ | |
void TestCase::ShuffleTests(internal::Random* random) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:2800:31: error: no ‘void testing::TestCase::UnshuffleTests()’ member function declared in class ‘testing::TestCase’ | |
void TestCase::UnshuffleTests() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘const char* testing::TestPartResultTypeToString(testing::TestPartResult::Type)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2834:26: error: ‘kSuccess’ is not a member of ‘testing::TestPartResult’ | |
case TestPartResult::kSuccess: | |
^~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2837:26: error: ‘kNonFatalFailure’ is not a member of ‘testing::TestPartResult’ | |
case TestPartResult::kNonFatalFailure: | |
^~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2838:26: error: ‘kFatalFailure’ is not a member of ‘testing::TestPartResult’ | |
case TestPartResult::kFatalFailure: | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::__cxx11::string testing::internal::PrintTestPartResultToString(const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2855:60: error: ‘const class testing::TestPartResult’ has no member named ‘file_name’; did you mean ‘file_name_’? | |
<< internal::FormatFileLocation(test_part_result.file_name(), | |
^~~~~~~~~ | |
file_name_ | |
/usr/src/googletest/googletest/src/gtest.cc:2856:60: error: ‘const class testing::TestPartResult’ has no member named ‘line_number’; did you mean ‘line_number_’? | |
test_part_result.line_number()) | |
^~~~~~~~~~~ | |
line_number_ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘bool testing::internal::ShouldUseColor(bool)’: | |
/usr/src/googletest/googletest/src/gtest.cc:2921:15: error: ‘CaseInsensitiveCStringEquals’ is not a member of ‘testing::internal::String’ | |
if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2930:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "xterm") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2931:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "xterm-color") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2932:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "xterm-256color") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2933:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "screen") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2934:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "screen-256color") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2935:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "tmux") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2936:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "tmux-256color") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2937:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "rxvt-unicode") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2938:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "rxvt-unicode-256color") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2939:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "linux") || | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2940:17: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(term, "cygwin"); | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2945:18: error: ‘CaseInsensitiveCStringEquals’ is not a member of ‘testing::internal::String’ | |
return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2946:15: error: ‘CaseInsensitiveCStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CaseInsensitiveCStringEquals(gtest_color, "true") || | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2947:15: error: ‘CaseInsensitiveCStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CaseInsensitiveCStringEquals(gtest_color, "t") || | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:2948:15: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
String::CStringEquals(gtest_color, "1"); | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘void testing::internal::PrintFullTestCommentIfPresent(const testing::TestInfo&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3012:44: error: ‘const class testing::TestInfo’ has no member named ‘type_param’; did you mean ‘type_param_’? | |
const char* const type_param = test_info.type_param(); | |
^~~~~~~~~~ | |
type_param_ | |
/usr/src/googletest/googletest/src/gtest.cc:3013:45: error: ‘const class testing::TestInfo’ has no member named ‘value_param’; did you mean ‘value_param_’? | |
const char* const value_param = test_info.value_param(); | |
^~~~~~~~~~~ | |
value_param_ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::PrettyUnitTestResultPrinter::OnTestIterationStart(const testing::UnitTest&, int)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3067:16: error: ‘CStringEquals’ is not a member of ‘testing::internal::String’ | |
if (!String::CStringEquals(filter, kUniversalFilter)) { | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3083:29: error: ‘const class testing::UnitTest’ has no member named ‘random_seed’; did you mean ‘randomSeed’? | |
unit_test.random_seed()); | |
^~~~~~~~~~~ | |
randomSeed | |
/usr/src/googletest/googletest/src/gtest.cc:3088:36: error: ‘const class testing::UnitTest’ has no member named ‘test_to_run_count’; did you mean ‘testToRunCount’? | |
FormatTestCount(unit_test.test_to_run_count()).c_str(), | |
^~~~~~~~~~~~~~~~~ | |
testToRunCount | |
/usr/src/googletest/googletest/src/gtest.cc:3089:40: error: ‘const class testing::UnitTest’ has no member named ‘test_case_to_run_count’; did you mean ‘testCaseToRunCount’? | |
FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
testCaseToRunCount | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::PrettyUnitTestResultPrinter::OnTestCaseStart(const testing::TestCase&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3102:37: error: ‘const class testing::TestCase’ has no member named ‘test_to_run_count’; did you mean ‘testToRunCount’? | |
FormatCountableNoun(test_case.test_to_run_count(), "test", "tests"); | |
^~~~~~~~~~~~~~~~~ | |
testToRunCount | |
/usr/src/googletest/googletest/src/gtest.cc:3105:17: error: ‘const class testing::TestCase’ has no member named ‘type_param’; did you mean ‘type_param_’? | |
if (test_case.type_param() == NULL) { | |
^~~~~~~~~~ | |
type_param_ | |
/usr/src/googletest/googletest/src/gtest.cc:3108:60: error: ‘const class testing::TestCase’ has no member named ‘type_param’; did you mean ‘type_param_’? | |
printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); | |
^~~~~~~~~~ | |
type_param_ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::PrettyUnitTestResultPrinter::OnTestStart(const testing::TestInfo&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3115:27: error: ‘const class testing::TestInfo’ has no member named ‘test_case_name’; did you mean ‘test_case_name_’? | |
PrintTestName(test_info.test_case_name(), test_info.name()); | |
^~~~~~~~~~~~~~ | |
test_case_name_ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::PrettyUnitTestResultPrinter::OnTestPartResult(const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3124:40: error: ‘kSuccess’ is not a member of ‘testing::TestPartResult’ | |
if (result.type() == TestPartResult::kSuccess) | |
^~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::PrettyUnitTestResultPrinter::OnTestEnd(const testing::TestInfo&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3133:27: error: ‘const class testing::TestResult’ has no member named ‘Passed’; did you mean ‘passed’? | |
if (test_info.result()->Passed()) { | |
^~~~~~ | |
passed | |
/usr/src/googletest/googletest/src/gtest.cc:3138:27: error: ‘const class testing::TestInfo’ has no member named ‘test_case_name’; did you mean ‘test_case_name_’? | |
PrintTestName(test_info.test_case_name(), test_info.name()); | |
^~~~~~~~~~~~~~ | |
test_case_name_ | |
/usr/src/googletest/googletest/src/gtest.cc:3139:27: error: ‘const class testing::TestResult’ has no member named ‘Failed’; did you mean ‘failed’? | |
if (test_info.result()->Failed()) | |
^~~~~~ | |
failed | |
/usr/src/googletest/googletest/src/gtest.cc:3144:32: error: ‘const class testing::TestResult’ has no member named ‘elapsed_time’; did you mean ‘elapsed_time_’? | |
test_info.result()->elapsed_time()).c_str()); | |
^~~~~~~~~~~~ | |
elapsed_time_ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::PrettyUnitTestResultPrinter::OnTestCaseEnd(const testing::TestCase&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3155:37: error: ‘const class testing::TestCase’ has no member named ‘test_to_run_count’; did you mean ‘testToRunCount’? | |
FormatCountableNoun(test_case.test_to_run_count(), "test", "tests"); | |
^~~~~~~~~~~~~~~~~ | |
testToRunCount | |
/usr/src/googletest/googletest/src/gtest.cc:3159:49: error: ‘const class testing::TestCase’ has no member named ‘elapsed_time’; did you mean ‘elapsed_time_’? | |
internal::StreamableToString(test_case.elapsed_time()).c_str()); | |
^~~~~~~~~~~~ | |
elapsed_time_ | |
/usr/src/googletest/googletest/src/gtest.cc: In static member function ‘static void testing::internal::PrettyUnitTestResultPrinter::PrintFailedTests(const testing::UnitTest&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3172:43: error: ‘const class testing::UnitTest’ has no member named ‘failed_test_count’; did you mean ‘failedTestCount’? | |
const int failed_test_count = unit_test.failed_test_count(); | |
^~~~~~~~~~~~~~~~~ | |
failedTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3177:33: error: ‘const class testing::UnitTest’ has no member named ‘total_test_case_count’; did you mean ‘totalTestCaseCount’? | |
for (int i = 0; i < unit_test.total_test_case_count(); ++i) { | |
^~~~~~~~~~~~~~~~~~~~~ | |
totalTestCaseCount | |
/usr/src/googletest/googletest/src/gtest.cc:3178:44: error: ‘const class testing::UnitTest’ has no member named ‘GetTestCase’; did you mean ‘getTestCase’? | |
const TestCase& test_case = *unit_test.GetTestCase(i); | |
^~~~~~~~~~~ | |
getTestCase | |
/usr/src/googletest/googletest/src/gtest.cc:3179:20: error: ‘const class testing::TestCase’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/src/gtest.cc:3179:47: error: ‘const class testing::TestCase’ has no member named ‘failed_test_count’; did you mean ‘failedTestCount’? | |
if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { | |
^~~~~~~~~~~~~~~~~ | |
failedTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3182:35: error: ‘const class testing::TestCase’ has no member named ‘total_test_count’; did you mean ‘totalTestCount’? | |
for (int j = 0; j < test_case.total_test_count(); ++j) { | |
^~~~~~~~~~~~~~~~ | |
totalTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3183:46: error: ‘const class testing::TestCase’ has no member named ‘GetTestInfo’; did you mean ‘getTestInfo’? | |
const TestInfo& test_info = *test_case.GetTestInfo(j); | |
^~~~~~~~~~~ | |
getTestInfo | |
/usr/src/googletest/googletest/src/gtest.cc:3184:22: error: ‘const class testing::TestInfo’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
if (!test_info.should_run() || test_info.result()->Passed()) { | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/src/gtest.cc:3184:58: error: ‘const class testing::TestResult’ has no member named ‘Passed’; did you mean ‘passed’? | |
if (!test_info.should_run() || test_info.result()->Passed()) { | |
^~~~~~ | |
passed | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::PrettyUnitTestResultPrinter::OnTestIterationEnd(const testing::UnitTest&, int)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3199:36: error: ‘const class testing::UnitTest’ has no member named ‘test_to_run_count’; did you mean ‘testToRunCount’? | |
FormatTestCount(unit_test.test_to_run_count()).c_str(), | |
^~~~~~~~~~~~~~~~~ | |
testToRunCount | |
/usr/src/googletest/googletest/src/gtest.cc:3200:40: error: ‘const class testing::UnitTest’ has no member named ‘test_case_to_run_count’; did you mean ‘testCaseToRunCount’? | |
FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
testCaseToRunCount | |
/usr/src/googletest/googletest/src/gtest.cc:3203:51: error: ‘const class testing::UnitTest’ has no member named ‘elapsed_time’; did you mean ‘elapsedTime’? | |
internal::StreamableToString(unit_test.elapsed_time()).c_str()); | |
^~~~~~~~~~~~ | |
elapsedTime | |
/usr/src/googletest/googletest/src/gtest.cc:3207:45: error: ‘const class testing::UnitTest’ has no member named ‘successful_test_count’; did you mean ‘successfulTestCount’? | |
printf("%s.\n", FormatTestCount(unit_test.successful_test_count()).c_str()); | |
^~~~~~~~~~~~~~~~~~~~~ | |
successfulTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3209:32: error: ‘const class testing::UnitTest’ has no member named ‘failed_test_count’; did you mean ‘failedTestCount’? | |
int num_failures = unit_test.failed_test_count(); | |
^~~~~~~~~~~~~~~~~ | |
failedTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3210:18: error: ‘const class testing::UnitTest’ has no member named ‘Passed’; did you mean ‘passed’? | |
if (!unit_test.Passed()) { | |
^~~~~~ | |
passed | |
/usr/src/googletest/googletest/src/gtest.cc:3211:45: error: ‘const class testing::UnitTest’ has no member named ‘failed_test_count’; did you mean ‘failedTestCount’? | |
const int failed_test_count = unit_test.failed_test_count(); | |
^~~~~~~~~~~~~~~~~ | |
failedTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3219:32: error: ‘const class testing::UnitTest’ has no member named ‘reportable_disabled_test_count’; did you mean ‘reportableDisabledTestCount’? | |
int num_disabled = unit_test.reportable_disabled_test_count(); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
reportableDisabledTestCount | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnTestProgramStart(const testing::UnitTest&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3315:24: error: ‘class testing::TestEventListener’ has no member named ‘OnTestProgramStart’; did you mean ‘onTestProgramStart’? | |
GTEST_REPEATER_METHOD_(OnTestProgramStart, UnitTest) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3300:22: note: in definition of macro ‘GTEST_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnEnvironmentsSetUpStart(const testing::UnitTest&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3316:24: error: ‘class testing::TestEventListener’ has no member named ‘OnEnvironmentsSetUpStart’; did you mean ‘onEnvironmentsSetUpStart’? | |
GTEST_REPEATER_METHOD_(OnEnvironmentsSetUpStart, UnitTest) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3300:22: note: in definition of macro ‘GTEST_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnTestCaseStart(const testing::TestCase&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3317:24: error: ‘class testing::TestEventListener’ has no member named ‘OnTestCaseStart’; did you mean ‘onTestCaseStart’? | |
GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3300:22: note: in definition of macro ‘GTEST_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnTestStart(const testing::TestInfo&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3318:24: error: ‘class testing::TestEventListener’ has no member named ‘OnTestStart’; did you mean ‘onTestStart’? | |
GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3300:22: note: in definition of macro ‘GTEST_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnTestPartResult(const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3319:24: error: ‘class testing::TestEventListener’ has no member named ‘OnTestPartResult’; did you mean ‘onTestPartResult’? | |
GTEST_REPEATER_METHOD_(OnTestPartResult, TestPartResult) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3300:22: note: in definition of macro ‘GTEST_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnEnvironmentsTearDownStart(const testing::UnitTest&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3320:24: error: ‘class testing::TestEventListener’ has no member named ‘OnEnvironmentsTearDownStart’; did you mean ‘onEnvironmentsTearDownStart’? | |
GTEST_REPEATER_METHOD_(OnEnvironmentsTearDownStart, UnitTest) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3300:22: note: in definition of macro ‘GTEST_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnEnvironmentsSetUpEnd(const testing::UnitTest&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3321:32: error: ‘class testing::TestEventListener’ has no member named ‘OnEnvironmentsSetUpEnd’; did you mean ‘onEnvironmentsSetUpEnd’? | |
GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsSetUpEnd, UnitTest) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3310:22: note: in definition of macro ‘GTEST_REVERSE_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnEnvironmentsTearDownEnd(const testing::UnitTest&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3322:32: error: ‘class testing::TestEventListener’ has no member named ‘OnEnvironmentsTearDownEnd’; did you mean ‘onEnvironmentsTearDownEnd’? | |
GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsTearDownEnd, UnitTest) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3310:22: note: in definition of macro ‘GTEST_REVERSE_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnTestEnd(const testing::TestInfo&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3323:32: error: ‘class testing::TestEventListener’ has no member named ‘OnTestEnd’; did you mean ‘onTestEnd’? | |
GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3310:22: note: in definition of macro ‘GTEST_REVERSE_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnTestCaseEnd(const testing::TestCase&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3324:32: error: ‘class testing::TestEventListener’ has no member named ‘OnTestCaseEnd’; did you mean ‘onTestCaseEnd’? | |
GTEST_REVERSE_REPEATER_METHOD_(OnTestCaseEnd, TestCase) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3310:22: note: in definition of macro ‘GTEST_REVERSE_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnTestProgramEnd(const testing::UnitTest&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3325:32: error: ‘class testing::TestEventListener’ has no member named ‘OnTestProgramEnd’; did you mean ‘onTestProgramEnd’? | |
GTEST_REVERSE_REPEATER_METHOD_(OnTestProgramEnd, UnitTest) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3310:22: note: in definition of macro ‘GTEST_REVERSE_REPEATER_METHOD_’ | |
listeners_[i]->Name(parameter); \ | |
^~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnTestIterationStart(const testing::UnitTest&, int)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3334:22: error: ‘class testing::TestEventListener’ has no member named ‘OnTestIterationStart’; did you mean ‘onTestIterationStart’? | |
listeners_[i]->OnTestIterationStart(unit_test, iteration); | |
^~~~~~~~~~~~~~~~~~~~ | |
onTestIterationStart | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::TestEventRepeater::OnTestIterationEnd(const testing::UnitTest&, int)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3343:22: error: ‘class testing::TestEventListener’ has no member named ‘OnTestIterationEnd’; did you mean ‘onTestIterationEnd’? | |
listeners_[i]->OnTestIterationEnd(unit_test, iteration); | |
^~~~~~~~~~~~~~~~~~ | |
onTestIterationEnd | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘virtual void testing::internal::XmlUnitTestResultPrinter::OnTestIterationEnd(const testing::UnitTest&, int)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3438:35: error: ‘class testing::internal::FilePath’ has no member named ‘RemoveFileName’; did you mean ‘removeFileName’? | |
FilePath output_dir(output_file.RemoveFileName()); | |
^~~~~~~~~~~~~~ | |
removeFileName | |
/usr/src/googletest/googletest/src/gtest.cc:3440:18: error: ‘class testing::internal::FilePath’ has no member named ‘CreateDirectoriesRecursively’; did you mean ‘createDirectoriesRecursively’? | |
if (output_dir.CreateDirectoriesRecursively()) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
createDirectoriesRecursively | |
/usr/src/googletest/googletest/src/gtest.cc: In static member function ‘static std::__cxx11::string testing::internal::XmlUnitTestResultPrinter::EscapeXml(const string&, bool)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3509:35: error: ‘FormatByte’ is not a member of ‘testing::internal::String’ | |
m << "&#x" << String::FormatByte(static_cast<unsigned char>(ch)) | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3518:12: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return m.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘std::__cxx11::string testing::internal::FormatEpochTimeInMillisAsIso8601(testing::internal::TimeInMillis)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3582:15: error: ‘FormatIntWidth2’ is not a member of ‘testing::internal::String’ | |
String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" + | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3583:15: error: ‘FormatIntWidth2’ is not a member of ‘testing::internal::String’ | |
String::FormatIntWidth2(time_struct.tm_mday) + "T" + | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3584:15: error: ‘FormatIntWidth2’ is not a member of ‘testing::internal::String’ | |
String::FormatIntWidth2(time_struct.tm_hour) + ":" + | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3585:15: error: ‘FormatIntWidth2’ is not a member of ‘testing::internal::String’ | |
String::FormatIntWidth2(time_struct.tm_min) + ":" + | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3586:15: error: ‘FormatIntWidth2’ is not a member of ‘testing::internal::String’ | |
String::FormatIntWidth2(time_struct.tm_sec); | |
^~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest.cc: In static member function ‘static void testing::internal::XmlUnitTestResultPrinter::OutputXmlAttribute(std::ostream*, const string&, const string&, const string&)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3617:3: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc: In static member function ‘static void testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo(std::ostream*, const char*, const testing::TestInfo&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3636:17: error: ‘const class testing::TestInfo’ has no member named ‘value_param’; did you mean ‘value_param_’? | |
if (test_info.value_param() != NULL) { | |
^~~~~~~~~~~ | |
value_param_ | |
/usr/src/googletest/googletest/src/gtest.cc:3638:34: error: ‘const class testing::TestInfo’ has no member named ‘value_param’; did you mean ‘value_param_’? | |
test_info.value_param()); | |
^~~~~~~~~~~ | |
value_param_ | |
/usr/src/googletest/googletest/src/gtest.cc:3640:17: error: ‘const class testing::TestInfo’ has no member named ‘type_param’; did you mean ‘type_param_’? | |
if (test_info.type_param() != NULL) { | |
^~~~~~~~~~ | |
type_param_ | |
/usr/src/googletest/googletest/src/gtest.cc:3641:67: error: ‘const class testing::TestInfo’ has no member named ‘type_param’; did you mean ‘type_param_’? | |
OutputXmlAttribute(stream, kTestcase, "type_param", test_info.type_param()); | |
^~~~~~~~~~ | |
type_param_ | |
/usr/src/googletest/googletest/src/gtest.cc:3645:32: error: ‘const class testing::TestInfo’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
test_info.should_run() ? "run" : "notrun"); | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/src/gtest.cc:3647:57: error: ‘const class testing::TestResult’ has no member named ‘elapsed_time’; did you mean ‘elapsed_time_’? | |
FormatTimeInMillisAsSeconds(result.elapsed_time())); | |
^~~~~~~~~~~~ | |
elapsed_time_ | |
/usr/src/googletest/googletest/src/gtest.cc:3652:30: error: ‘const class testing::TestResult’ has no member named ‘total_part_count’; did you mean ‘totalPartCount’? | |
for (int i = 0; i < result.total_part_count(); ++i) { | |
^~~~~~~~~~~~~~~~ | |
totalPartCount | |
/usr/src/googletest/googletest/src/gtest.cc:3653:41: error: ‘const class testing::TestResult’ has no member named ‘GetTestPartResult’; did you mean ‘getTestPartResult’? | |
const TestPartResult& part = result.GetTestPartResult(i); | |
^~~~~~~~~~~~~~~~~ | |
getTestPartResult | |
/usr/src/googletest/googletest/src/gtest.cc:3659:16: error: ‘const class testing::TestPartResult’ has no member named ‘file_name’; did you mean ‘file_name_’? | |
part.file_name(), part.line_number()); | |
^~~~~~~~~ | |
file_name_ | |
/usr/src/googletest/googletest/src/gtest.cc:3659:34: error: ‘const class testing::TestPartResult’ has no member named ‘line_number’; did you mean ‘line_number_’? | |
part.file_name(), part.line_number()); | |
^~~~~~~~~~~ | |
line_number_ | |
/usr/src/googletest/googletest/src/gtest.cc: In static member function ‘static void testing::internal::XmlUnitTestResultPrinter::PrintXmlTestCase(std::ostream*, const testing::TestCase&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3683:51: error: ‘const class testing::TestCase’ has no member named ‘reportable_test_count’; did you mean ‘reportableTestCount’? | |
StreamableToString(test_case.reportable_test_count())); | |
^~~~~~~~~~~~~~~~~~~~~ | |
reportableTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3685:51: error: ‘const class testing::TestCase’ has no member named ‘failed_test_count’; did you mean ‘failedTestCount’? | |
StreamableToString(test_case.failed_test_count())); | |
^~~~~~~~~~~~~~~~~ | |
failedTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3688:36: error: ‘const class testing::TestCase’ has no member named ‘reportable_disabled_test_count’; did you mean ‘reportableDisabledTestCount’? | |
StreamableToString(test_case.reportable_disabled_test_count())); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
reportableDisabledTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3691:60: error: ‘const class testing::TestCase’ has no member named ‘elapsed_time’; did you mean ‘elapsed_time_’? | |
FormatTimeInMillisAsSeconds(test_case.elapsed_time())); | |
^~~~~~~~~~~~ | |
elapsed_time_ | |
/usr/src/googletest/googletest/src/gtest.cc:3692:54: error: ‘const class testing::TestCase’ has no member named ‘ad_hoc_test_result’; did you mean ‘ad_hoc_test_result_’? | |
*stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result()) | |
^~~~~~~~~~~~~~~~~~ | |
ad_hoc_test_result_ | |
/usr/src/googletest/googletest/src/gtest.cc:3695:33: error: ‘const class testing::TestCase’ has no member named ‘total_test_count’; did you mean ‘totalTestCount’? | |
for (int i = 0; i < test_case.total_test_count(); ++i) { | |
^~~~~~~~~~~~~~~~ | |
totalTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3696:19: error: ‘const class testing::TestCase’ has no member named ‘GetTestInfo’; did you mean ‘getTestInfo’? | |
if (test_case.GetTestInfo(i)->is_reportable()) | |
^~~~~~~~~~~ | |
getTestInfo | |
/usr/src/googletest/googletest/src/gtest.cc:3697:62: error: ‘const class testing::TestCase’ has no member named ‘GetTestInfo’; did you mean ‘getTestInfo’? | |
OutputXmlTestInfo(stream, test_case.name(), *test_case.GetTestInfo(i)); | |
^~~~~~~~~~~ | |
getTestInfo | |
/usr/src/googletest/googletest/src/gtest.cc: In static member function ‘static void testing::internal::XmlUnitTestResultPrinter::PrintXmlUnitTest(std::ostream*, const testing::UnitTest&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3711:51: error: ‘const class testing::UnitTest’ has no member named ‘reportable_test_count’; did you mean ‘reportableTestCount’? | |
StreamableToString(unit_test.reportable_test_count())); | |
^~~~~~~~~~~~~~~~~~~~~ | |
reportableTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3713:51: error: ‘const class testing::UnitTest’ has no member named ‘failed_test_count’; did you mean ‘failedTestCount’? | |
StreamableToString(unit_test.failed_test_count())); | |
^~~~~~~~~~~~~~~~~ | |
failedTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3716:36: error: ‘const class testing::UnitTest’ has no member named ‘reportable_disabled_test_count’; did you mean ‘reportableDisabledTestCount’? | |
StreamableToString(unit_test.reportable_disabled_test_count())); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
reportableDisabledTestCount | |
/usr/src/googletest/googletest/src/gtest.cc:3720:50: error: ‘const class testing::UnitTest’ has no member named ‘start_timestamp’; did you mean ‘startTimestamp’? | |
FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp())); | |
^~~~~~~~~~~~~~~ | |
startTimestamp | |
/usr/src/googletest/googletest/src/gtest.cc:3722:60: error: ‘const class testing::UnitTest’ has no member named ‘elapsed_time’; did you mean ‘elapsedTime’? | |
FormatTimeInMillisAsSeconds(unit_test.elapsed_time())); | |
^~~~~~~~~~~~ | |
elapsedTime | |
/usr/src/googletest/googletest/src/gtest.cc:3726:53: error: ‘const class testing::UnitTest’ has no member named ‘random_seed’; did you mean ‘randomSeed’? | |
StreamableToString(unit_test.random_seed())); | |
^~~~~~~~~~~ | |
randomSeed | |
/usr/src/googletest/googletest/src/gtest.cc:3729:54: error: ‘const class testing::UnitTest’ has no member named ‘ad_hoc_test_result’; did you mean ‘adHocTestResult’? | |
*stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result()); | |
^~~~~~~~~~~~~~~~~~ | |
adHocTestResult | |
/usr/src/googletest/googletest/src/gtest.cc:3734:33: error: ‘const class testing::UnitTest’ has no member named ‘total_test_case_count’; did you mean ‘totalTestCaseCount’? | |
for (int i = 0; i < unit_test.total_test_case_count(); ++i) { | |
^~~~~~~~~~~~~~~~~~~~~ | |
totalTestCaseCount | |
/usr/src/googletest/googletest/src/gtest.cc:3735:19: error: ‘const class testing::UnitTest’ has no member named ‘GetTestCase’; did you mean ‘getTestCase’? | |
if (unit_test.GetTestCase(i)->reportable_test_count() > 0) | |
^~~~~~~~~~~ | |
getTestCase | |
/usr/src/googletest/googletest/src/gtest.cc:3736:43: error: ‘const class testing::UnitTest’ has no member named ‘GetTestCase’; did you mean ‘getTestCase’? | |
PrintXmlTestCase(stream, *unit_test.GetTestCase(i)); | |
^~~~~~~~~~~ | |
getTestCase | |
/usr/src/googletest/googletest/src/gtest.cc: In static member function ‘static std::__cxx11::string testing::internal::XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes(const testing::TestResult&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3746:30: error: ‘const class testing::TestResult’ has no member named ‘test_property_count’; did you mean ‘testPropertyCount’? | |
for (int i = 0; i < result.test_property_count(); ++i) { | |
^~~~~~~~~~~~~~~~~~~ | |
testPropertyCount | |
/usr/src/googletest/googletest/src/gtest.cc:3747:43: error: ‘const class testing::TestResult’ has no member named ‘GetTestProperty’; did you mean ‘getTestProperty’? | |
const TestProperty& property = result.GetTestProperty(i); | |
^~~~~~~~~~~~~~~ | |
getTestProperty | |
/usr/src/googletest/googletest/src/gtest.cc:3751:21: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return attributes.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc: In static member function ‘static testing::internal::string testing::internal::StreamingListener::UrlEncode(const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3772:37: error: ‘FormatByte’ is not a member of ‘testing::internal::String’ | |
result.append("%" + String::FormatByte(static_cast<unsigned char>(ch))); | |
^~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::StreamingListener::SocketWriter::MakeConnection()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1300:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Condition " #condition " failed. " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3783:3: note: in expansion of macro ‘GTEST_CHECK_’ | |
GTEST_CHECK_(sockfd_ == -1) | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3797:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3818:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to " | |
^~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc: In constructor ‘testing::internal::ScopedTrace::ScopedTrace(const char*, int, const testing::Message&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:3835:27: error: ‘const class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
trace.message = message.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc:3837:13: error: ‘GetInstance’ is not a member of ‘testing::UnitTest’ | |
UnitTest::GetInstance()->PushGTestTrace(trace); | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In destructor ‘testing::internal::ScopedTrace::~ScopedTrace()’: | |
/usr/src/googletest/googletest/src/gtest.cc:3843:13: error: ‘GetInstance’ is not a member of ‘testing::UnitTest’ | |
UnitTest::GetInstance()->PopGTestTrace(); | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc: In constructor ‘testing::TestEventListeners::TestEventListeners()’: | |
/usr/src/googletest/googletest/src/gtest.cc:3893:49: error: invalid new-expression of abstract class type ‘testing::internal::TestEventRepeater’ | |
: repeater_(new internal::TestEventRepeater()), | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3238:7: note: because the following virtual functions are pure within ‘testing::internal::TestEventRepeater’: | |
class TestEventRepeater : public TestEventListener { | |
^~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:996:16: note: virtual void testing::TestEventListener::onTestProgramStart(const testing::UnitTest&) | |
virtual void onTestProgramStart(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1001:16: note: virtual void testing::TestEventListener::onTestIterationStart(const testing::UnitTest&, int) | |
virtual void onTestIterationStart(const UnitTest& unit_test, | |
^~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1005:16: note: virtual void testing::TestEventListener::onEnvironmentsSetUpStart(const testing::UnitTest&) | |
virtual void onEnvironmentsSetUpStart(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1008:16: note: virtual void testing::TestEventListener::onEnvironmentsSetUpEnd(const testing::UnitTest&) | |
virtual void onEnvironmentsSetUpEnd(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1011:16: note: virtual void testing::TestEventListener::onTestCaseStart(const testing::TestCase&) | |
virtual void onTestCaseStart(const TestCase& test_case) = 0; | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1014:16: note: virtual void testing::TestEventListener::onTestStart(const testing::TestInfo&) | |
virtual void onTestStart(const TestInfo& test_info) = 0; | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1017:16: note: virtual void testing::TestEventListener::onTestPartResult(const testing::TestPartResult&) | |
virtual void onTestPartResult(const TestPartResult& test_part_result) = 0; | |
^~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1020:16: note: virtual void testing::TestEventListener::onTestEnd(const testing::TestInfo&) | |
virtual void onTestEnd(const TestInfo& test_info) = 0; | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1023:16: note: virtual void testing::TestEventListener::onTestCaseEnd(const testing::TestCase&) | |
virtual void onTestCaseEnd(const TestCase& test_case) = 0; | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1026:16: note: virtual void testing::TestEventListener::onEnvironmentsTearDownStart(const testing::UnitTest&) | |
virtual void onEnvironmentsTearDownStart(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1029:16: note: virtual void testing::TestEventListener::onEnvironmentsTearDownEnd(const testing::UnitTest&) | |
virtual void onEnvironmentsTearDownEnd(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1032:16: note: virtual void testing::TestEventListener::onTestIterationEnd(const testing::UnitTest&, int) | |
virtual void onTestIterationEnd(const UnitTest& unit_test, | |
^~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1036:16: note: virtual void testing::TestEventListener::onTestProgramEnd(const testing::UnitTest&) | |
virtual void onTestProgramEnd(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest.cc:3904:60: error: no ‘void testing::TestEventListeners::Append(testing::TestEventListener*)’ member function declared in class ‘testing::TestEventListeners’ | |
void TestEventListeners::Append(TestEventListener* listener) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3911:75: error: no ‘testing::TestEventListener* testing::TestEventListeners::Release(testing::TestEventListener*)’ member function declared in class ‘testing::TestEventListeners’ | |
TestEventListener* TestEventListeners::Release(TestEventListener* listener) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3928:77: error: no ‘void testing::TestEventListeners::SetDefaultResultPrinter(testing::TestEventListener*)’ member function declared in class ‘testing::TestEventListeners’ | |
void TestEventListeners::SetDefaultResultPrinter(TestEventListener* listener) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3944:76: error: no ‘void testing::TestEventListeners::SetDefaultXmlGenerator(testing::TestEventListener*)’ member function declared in class ‘testing::TestEventListeners’ | |
void TestEventListeners::SetDefaultXmlGenerator(TestEventListener* listener) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3957:51: error: no ‘bool testing::TestEventListeners::EventForwardingEnabled() const’ member function declared in class ‘testing::TestEventListeners’ | |
bool TestEventListeners::EventForwardingEnabled() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3961:50: error: no ‘void testing::TestEventListeners::SuppressEventForwarding()’ member function declared in class ‘testing::TestEventListeners’ | |
void TestEventListeners::SuppressEventForwarding() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3974:33: error: no ‘testing::UnitTest* testing::UnitTest::GetInstance()’ member function declared in class ‘testing::UnitTest’ | |
UnitTest* UnitTest::GetInstance() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:3996:44: error: no ‘int testing::UnitTest::successful_test_case_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::successful_test_case_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4001:40: error: no ‘int testing::UnitTest::failed_test_case_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::failed_test_case_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4006:39: error: no ‘int testing::UnitTest::total_test_case_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::total_test_case_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4012:40: error: no ‘int testing::UnitTest::test_case_to_run_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::test_case_to_run_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4017:39: error: no ‘int testing::UnitTest::successful_test_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::successful_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4022:35: error: no ‘int testing::UnitTest::failed_test_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::failed_test_count() const { return impl()->failed_test_count(); } | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4025:48: error: no ‘int testing::UnitTest::reportable_disabled_test_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::reportable_disabled_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4030:37: error: no ‘int testing::UnitTest::disabled_test_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::disabled_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4035:39: error: no ‘int testing::UnitTest::reportable_test_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::reportable_test_count() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4040:34: error: no ‘int testing::UnitTest::total_test_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::total_test_count() const { return impl()->total_test_count(); } | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4043:35: error: no ‘int testing::UnitTest::test_to_run_count() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::test_to_run_count() const { return impl()->test_to_run_count(); } | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4047:52: error: no ‘testing::internal::TimeInMillis testing::UnitTest::start_timestamp() const’ member function declared in class ‘testing::UnitTest’ | |
internal::TimeInMillis UnitTest::start_timestamp() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4052:49: error: no ‘testing::internal::TimeInMillis testing::UnitTest::elapsed_time() const’ member function declared in class ‘testing::UnitTest’ | |
internal::TimeInMillis UnitTest::elapsed_time() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4057:25: error: no ‘bool testing::UnitTest::Passed() const’ member function declared in class ‘testing::UnitTest’ | |
bool UnitTest::Passed() const { return impl()->Passed(); } | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4061:25: error: no ‘bool testing::UnitTest::Failed() const’ member function declared in class ‘testing::UnitTest’ | |
bool UnitTest::Failed() const { return impl()->Failed(); } | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4065:46: error: no ‘const testing::TestCase* testing::UnitTest::GetTestCase(int) const’ member function declared in class ‘testing::UnitTest’ | |
const TestCase* UnitTest::GetTestCase(int i) const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4071:50: error: no ‘const testing::TestResult& testing::UnitTest::ad_hoc_test_result() const’ member function declared in class ‘testing::UnitTest’ | |
const TestResult& UnitTest::ad_hoc_test_result() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4077:45: error: no ‘testing::TestCase* testing::UnitTest::GetMutableTestCase(int)’ member function declared in class ‘testing::UnitTest’ | |
TestCase* UnitTest::GetMutableTestCase(int i) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:4097:55: error: no ‘testing::Environment* testing::UnitTest::AddEnvironment(testing::Environment*)’ member function declared in class ‘testing::UnitTest’ | |
Environment* UnitTest::AddEnvironment(Environment* env) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:4115:38: error: no ‘void testing::UnitTest::AddTestPartResult(testing::TestPartResult::Type, const char*, int, const string&, const string&)’ member function declared in class ‘testing::UnitTest’ | |
const std::string& os_stack_trace) GTEST_LOCK_EXCLUDED_(mutex_) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:4178:55: error: no ‘void testing::UnitTest::RecordProperty(const string&, const string&)’ member function declared in class ‘testing::UnitTest’ | |
const std::string& value) { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:4187:19: error: no ‘int testing::UnitTest::Run()’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::Run() { | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:4267:46: error: no ‘const char* testing::UnitTest::original_working_dir() const’ member function declared in class ‘testing::UnitTest’ | |
const char* UnitTest::original_working_dir() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4273:47: error: no ‘const testing::TestCase* testing::UnitTest::current_test_case() const’ member function declared in class ‘testing::UnitTest’ | |
const TestCase* UnitTest::current_test_case() const | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4281:47: error: no ‘const testing::TestInfo* testing::UnitTest::current_test_info() const’ member function declared in class ‘testing::UnitTest’ | |
const TestInfo* UnitTest::current_test_info() const | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4288:29: error: no ‘int testing::UnitTest::random_seed() const’ member function declared in class ‘testing::UnitTest’ | |
int UnitTest::random_seed() const { return impl_->random_seed(); } | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4294:43: error: no ‘testing::internal::ParameterizedTestCaseRegistry& testing::UnitTest::parameterized_test_registry()’ member function declared in class ‘testing::UnitTest’ | |
UnitTest::parameterized_test_registry() | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:4312:63: error: no ‘void testing::UnitTest::PushGTestTrace(const testing::internal::TraceInfo&)’ member function declared in class ‘testing::UnitTest’ | |
void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc:4319:30: error: no ‘void testing::UnitTest::PopGTestTrace()’ member function declared in class ‘testing::UnitTest’ | |
void UnitTest::PopGTestTrace() | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In constructor ‘testing::internal::UnitTestImpl::UnitTestImpl(testing::UnitTest*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:4356:16: error: ‘class testing::TestEventListeners’ has no member named ‘SetDefaultResultPrinter’; did you mean ‘setDefaultResultPrinter’? | |
listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter); | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
setDefaultResultPrinter | |
/usr/src/googletest/googletest/src/gtest.cc:4356:44: error: invalid new-expression of abstract class type ‘testing::internal::PrettyUnitTestResultPrinter’ | |
listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:3031:7: note: because the following virtual functions are pure within ‘testing::internal::PrettyUnitTestResultPrinter’: | |
class PrettyUnitTestResultPrinter : public TestEventListener { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h:996:16: note: virtual void testing::TestEventListener::onTestProgramStart(const testing::UnitTest&) | |
virtual void onTestProgramStart(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1001:16: note: virtual void testing::TestEventListener::onTestIterationStart(const testing::UnitTest&, int) | |
virtual void onTestIterationStart(const UnitTest& unit_test, | |
^~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1005:16: note: virtual void testing::TestEventListener::onEnvironmentsSetUpStart(const testing::UnitTest&) | |
virtual void onEnvironmentsSetUpStart(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1008:16: note: virtual void testing::TestEventListener::onEnvironmentsSetUpEnd(const testing::UnitTest&) | |
virtual void onEnvironmentsSetUpEnd(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1011:16: note: virtual void testing::TestEventListener::onTestCaseStart(const testing::TestCase&) | |
virtual void onTestCaseStart(const TestCase& test_case) = 0; | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1014:16: note: virtual void testing::TestEventListener::onTestStart(const testing::TestInfo&) | |
virtual void onTestStart(const TestInfo& test_info) = 0; | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1017:16: note: virtual void testing::TestEventListener::onTestPartResult(const testing::TestPartResult&) | |
virtual void onTestPartResult(const TestPartResult& test_part_result) = 0; | |
^~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1020:16: note: virtual void testing::TestEventListener::onTestEnd(const testing::TestInfo&) | |
virtual void onTestEnd(const TestInfo& test_info) = 0; | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1023:16: note: virtual void testing::TestEventListener::onTestCaseEnd(const testing::TestCase&) | |
virtual void onTestCaseEnd(const TestCase& test_case) = 0; | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1026:16: note: virtual void testing::TestEventListener::onEnvironmentsTearDownStart(const testing::UnitTest&) | |
virtual void onEnvironmentsTearDownStart(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1029:16: note: virtual void testing::TestEventListener::onEnvironmentsTearDownEnd(const testing::UnitTest&) | |
virtual void onEnvironmentsTearDownEnd(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1032:16: note: virtual void testing::TestEventListener::onTestIterationEnd(const testing::UnitTest&, int) | |
virtual void onTestIterationEnd(const UnitTest& unit_test, | |
^~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:1036:16: note: virtual void testing::TestEventListener::onTestProgramEnd(const testing::UnitTest&) | |
virtual void onTestProgramEnd(const UnitTest& unit_test) = 0; | |
^~~~~~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::UnitTestImpl::RecordProperty(const testing::TestProperty&)’: | |
/usr/src/googletest/googletest/src/gtest.cc:4388:16: error: ‘class testing::TestResult’ has no member named ‘RecordProperty’; did you mean ‘recordProperty’? | |
test_result->RecordProperty(xml_element, test_property); | |
^~~~~~~~~~~~~~ | |
recordProperty | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::UnitTestImpl::SuppressTestEventsIfInSubprocess()’: | |
/usr/src/googletest/googletest/src/gtest.cc:4396:18: error: ‘class testing::TestEventListeners’ has no member named ‘SuppressEventForwarding’; did you mean ‘suppressEventForwarding’? | |
listeners()->SuppressEventForwarding(); | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
suppressEventForwarding | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::UnitTestImpl::ConfigureXmlOutput()’: | |
/usr/src/googletest/googletest/src/gtest.cc:4405:18: error: ‘class testing::TestEventListeners’ has no member named ‘SetDefaultXmlGenerator’; did you mean ‘setDefaultXmlGenerator’? | |
listeners()->SetDefaultXmlGenerator(new XmlUnitTestResultPrinter( | |
^~~~~~~~~~~~~~~~~~~~~~ | |
setDefaultXmlGenerator | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::UnitTestImpl::ConfigureStreamingOutput()’: | |
/usr/src/googletest/googletest/src/gtest.cc:4422:20: error: ‘class testing::TestEventListeners’ has no member named ‘Append’; did you mean ‘append’? | |
listeners()->Append(new StreamingListener(target.substr(0, pos), | |
^~~~~~ | |
append | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘void testing::internal::SetUpEnvironment(testing::Environment*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:4541:55: error: ‘class testing::Environment’ has no member named ‘SetUp’; did you mean ‘setUp’? | |
static void SetUpEnvironment(Environment* env) { env->SetUp(); } | |
^~~~~ | |
setUp | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘void testing::internal::TearDownEnvironment(testing::Environment*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:4542:58: error: ‘class testing::Environment’ has no member named ‘TearDown’; did you mean ‘tearDown’? | |
static void TearDownEnvironment(Environment* env) { env->TearDown(); } | |
^~~~~~~~ | |
tearDown | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘bool testing::internal::UnitTestImpl::RunAllTests()’: | |
/usr/src/googletest/googletest/src/gtest.cc:4613:13: error: ‘class testing::TestEventListener’ has no member named ‘OnTestProgramStart’; did you mean ‘onTestProgramStart’? | |
repeater->OnTestProgramStart(*parent_); | |
^~~~~~~~~~~~~~~~~~ | |
onTestProgramStart | |
/usr/src/googletest/googletest/src/gtest.cc:4629:17: error: ‘class testing::internal::Random’ has no member named ‘Reseed’; did you mean ‘reseed’? | |
random()->Reseed(random_seed_); | |
^~~~~~ | |
reseed | |
/usr/src/googletest/googletest/src/gtest.cc:4637:15: error: ‘class testing::TestEventListener’ has no member named ‘OnTestIterationStart’; did you mean ‘onTestIterationStart’? | |
repeater->OnTestIterationStart(*parent_, i); | |
^~~~~~~~~~~~~~~~~~~~ | |
onTestIterationStart | |
/usr/src/googletest/googletest/src/gtest.cc:4642:17: error: ‘class testing::TestEventListener’ has no member named ‘OnEnvironmentsSetUpStart’; did you mean ‘onEnvironmentsSetUpStart’? | |
repeater->OnEnvironmentsSetUpStart(*parent_); | |
^~~~~~~~~~~~~~~~~~~~~~~~ | |
onEnvironmentsSetUpStart | |
/usr/src/googletest/googletest/src/gtest.cc:4644:17: error: ‘class testing::TestEventListener’ has no member named ‘OnEnvironmentsSetUpEnd’; did you mean ‘onEnvironmentsSetUpEnd’? | |
repeater->OnEnvironmentsSetUpEnd(*parent_); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
onEnvironmentsSetUpEnd | |
/usr/src/googletest/googletest/src/gtest.cc:4648:18: error: ‘HasFatalFailure’ is not a member of ‘testing::Test’ | |
if (!Test::HasFatalFailure()) { | |
^~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:4651:43: error: ‘class testing::TestCase’ has no member named ‘Run’; did you mean ‘run’? | |
GetMutableTestCase(test_index)->Run(); | |
^~~ | |
run | |
/usr/src/googletest/googletest/src/gtest.cc:4656:17: error: ‘class testing::TestEventListener’ has no member named ‘OnEnvironmentsTearDownStart’; did you mean ‘onEnvironmentsTearDownStart’? | |
repeater->OnEnvironmentsTearDownStart(*parent_); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
onEnvironmentsTearDownStart | |
/usr/src/googletest/googletest/src/gtest.cc:4659:17: error: ‘class testing::TestEventListener’ has no member named ‘OnEnvironmentsTearDownEnd’; did you mean ‘onEnvironmentsTearDownEnd’? | |
repeater->OnEnvironmentsTearDownEnd(*parent_); | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
onEnvironmentsTearDownEnd | |
/usr/src/googletest/googletest/src/gtest.cc:4665:15: error: ‘class testing::TestEventListener’ has no member named ‘OnTestIterationEnd’; did you mean ‘onTestIterationEnd’? | |
repeater->OnTestIterationEnd(*parent_, i); | |
^~~~~~~~~~~~~~~~~~ | |
onTestIterationEnd | |
/usr/src/googletest/googletest/src/gtest.cc:4686:13: error: ‘class testing::TestEventListener’ has no member named ‘OnTestProgramEnd’; did you mean ‘onTestProgramEnd’? | |
repeater->OnTestProgramEnd(*parent_); | |
^~~~~~~~~~~~~~~~ | |
onTestProgramEnd | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘bool testing::internal::ShouldShard(const char*, const char*, bool)’: | |
/usr/src/googletest/googletest/src/gtest.cc:4734:34: error: ‘const class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
ColoredPrintf(COLOR_RED, msg.GetString().c_str()); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc:4742:34: error: ‘const class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
ColoredPrintf(COLOR_RED, msg.GetString().c_str()); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc:4751:34: error: ‘const class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
ColoredPrintf(COLOR_RED, msg.GetString().c_str()); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘int testing::internal::UnitTestImpl::FilterTests(testing::internal::UnitTestImpl::ReactionToSharding)’: | |
/usr/src/googletest/googletest/src/gtest.cc:4806:16: error: ‘class testing::TestCase’ has no member named ‘set_should_run’; did you mean ‘setShouldRun’? | |
test_case->set_should_run(false); | |
^~~~~~~~~~~~~~ | |
setShouldRun | |
/usr/src/googletest/googletest/src/gtest.cc:4808:39: error: ‘class testing::TestCase’ has no member named ‘test_info_list’; did you mean ‘test_info_list_’? | |
for (size_t j = 0; j < test_case->test_info_list().size(); j++) { | |
^~~~~~~~~~~~~~ | |
test_info_list_ | |
/usr/src/googletest/googletest/src/gtest.cc:4809:46: error: ‘class testing::TestCase’ has no member named ‘test_info_list’; did you mean ‘test_info_list_’? | |
TestInfo* const test_info = test_case->test_info_list()[j]; | |
^~~~~~~~~~~~~~ | |
test_info_list_ | |
/usr/src/googletest/googletest/src/gtest.cc:4838:18: error: ‘class testing::TestCase’ has no member named ‘set_should_run’; did you mean ‘setShouldRun’? | |
test_case->set_should_run(test_case->should_run() || is_selected); | |
^~~~~~~~~~~~~~ | |
setShouldRun | |
/usr/src/googletest/googletest/src/gtest.cc:4838:44: error: ‘class testing::TestCase’ has no member named ‘should_run’; did you mean ‘should_run_’? | |
test_case->set_should_run(test_case->should_run() || is_selected); | |
^~~~~~~~~~ | |
should_run_ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::UnitTestImpl::ListTestsMatchingFilter()’: | |
/usr/src/googletest/googletest/src/gtest.cc:4875:39: error: ‘const class testing::TestCase’ has no member named ‘test_info_list’; did you mean ‘test_info_list_’? | |
for (size_t j = 0; j < test_case->test_info_list().size(); j++) { | |
^~~~~~~~~~~~~~ | |
test_info_list_ | |
/usr/src/googletest/googletest/src/gtest.cc:4877:22: error: ‘const class testing::TestCase’ has no member named ‘test_info_list’; did you mean ‘test_info_list_’? | |
test_case->test_info_list()[j]; | |
^~~~~~~~~~~~~~ | |
test_info_list_ | |
/usr/src/googletest/googletest/src/gtest.cc:4882:26: error: ‘const class testing::TestCase’ has no member named ‘type_param’; did you mean ‘type_param_’? | |
if (test_case->type_param() != NULL) { | |
^~~~~~~~~~ | |
type_param_ | |
/usr/src/googletest/googletest/src/gtest.cc:4886:39: error: ‘const class testing::TestCase’ has no member named ‘type_param’; did you mean ‘type_param_’? | |
PrintOnOneLine(test_case->type_param(), kMaxParamLength); | |
^~~~~~~~~~ | |
type_param_ | |
/usr/src/googletest/googletest/src/gtest.cc:4891:24: error: ‘const class testing::TestInfo’ has no member named ‘value_param’; did you mean ‘value_param_’? | |
if (test_info->value_param() != NULL) { | |
^~~~~~~~~~~ | |
value_param_ | |
/usr/src/googletest/googletest/src/gtest.cc:4895:37: error: ‘const class testing::TestInfo’ has no member named ‘value_param’; did you mean ‘value_param_’? | |
PrintOnOneLine(test_info->value_param(), kMaxParamLength); | |
^~~~~~~~~~~ | |
value_param_ | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::UnitTestImpl::ShuffleTests()’: | |
/usr/src/googletest/googletest/src/gtest.cc:4951:21: error: ‘class testing::TestCase’ has no member named ‘ShuffleTests’; did you mean ‘shuffleTests’? | |
test_cases_[i]->ShuffleTests(random()); | |
^~~~~~~~~~~~ | |
shuffleTests | |
/usr/src/googletest/googletest/src/gtest.cc: In member function ‘void testing::internal::UnitTestImpl::UnshuffleTests()’: | |
/usr/src/googletest/googletest/src/gtest.cc:4959:21: error: ‘class testing::TestCase’ has no member named ‘UnshuffleTests’; did you mean ‘unshuffleTests’? | |
test_cases_[i]->UnshuffleTests(); | |
^~~~~~~~~~~~~~ | |
unshuffleTests | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘bool testing::internal::ParseGoogleTestFlag(const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:5233:28: error: ‘kDeathTestStyleFlag’ was not declared in this scope | |
ParseStringFlag(arg, kDeathTestStyleFlag, | |
^~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:5233:28: note: suggested alternative: ‘kDeathTestCaseFilter’ | |
ParseStringFlag(arg, kDeathTestStyleFlag, | |
^~~~~~~~~~~~~~~~~~~ | |
kDeathTestCaseFilter | |
/usr/src/googletest/googletest/src/gtest.cc:5235:26: error: ‘kDeathTestUseFork’ was not declared in this scope | |
ParseBoolFlag(arg, kDeathTestUseFork, | |
^~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:5235:26: note: suggested alternative: ‘DeathTestFactory’ | |
ParseBoolFlag(arg, kDeathTestUseFork, | |
^~~~~~~~~~~~~~~~~ | |
DeathTestFactory | |
/usr/src/googletest/googletest/src/gtest.cc:5238:28: error: ‘kInternalRunDeathTestFlag’ was not declared in this scope | |
ParseStringFlag(arg, kInternalRunDeathTestFlag, | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest.cc:5238:28: note: suggested alternative: ‘InternalRunDeathTestFlag’ | |
ParseStringFlag(arg, kInternalRunDeathTestFlag, | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
InternalRunDeathTestFlag | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:43:0: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: In function ‘std::__cxx11::string testing::internal::ExitSummary(int)’: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:214:12: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return m.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: In function ‘std::__cxx11::string testing::internal::DeathTestThreadWarning(size_t)’: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:236:14: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return msg.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: In function ‘void testing::internal::DeathTestAbort(const string&)’: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:269:40: error: ‘const class testing::internal::InternalRunDeathTestFlag’ has no member named ‘write_fd’; did you mean ‘write_fd_’? | |
FILE* parent = posix::FDOpen(flag->write_fd(), "w"); | |
^~~~~~~~ | |
write_fd_ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: In function ‘void testing::internal::FailFromInternalError(int)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:336:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << error.GetString(); | |
^~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:43:0: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:336:32: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
GTEST_LOG_(FATAL) << error.GetString(); | |
^~~~~~~~~ | |
getString | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:339:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Error while reading death test internal: " | |
^~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:43:0: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:357:68: error: no ‘bool testing::internal::DeathTest::Create(const char*, const testing::internal::RE*, const char*, int, testing::internal::DeathTest**)’ member function declared in class ‘testing::internal::DeathTest’ | |
const char* file, int line, DeathTest** test) { | |
^ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:362:36: error: no ‘const char* testing::internal::DeathTest::LastMessage()’ member function declared in class ‘testing::internal::DeathTest’ | |
const char* DeathTest::LastMessage() { | |
^ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:366:71: error: no ‘void testing::internal::DeathTest::set_last_death_test_message(const string&)’ member function declared in class ‘testing::internal::DeathTest’ | |
void DeathTest::set_last_death_test_message(const std::string& message) { | |
^ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: In member function ‘void testing::internal::DeathTestImpl::ReadAndInterpretStatusByte()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:465:9: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Death test child process reported " | |
^~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:470:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Read from death test child process failed: " | |
^~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:43:0: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: In member function ‘virtual bool testing::internal::DeathTestImpl::Passed(bool)’: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:566:34: error: ‘PartialMatch’ is not a member of ‘testing::internal::RE’ | |
const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:582:7: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) | |
^~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:43:0: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:586:14: error: ‘set_last_death_test_message’ is not a member of ‘testing::internal::DeathTest’ | |
DeathTest::set_last_death_test_message(buffer.GetString()); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:586:49: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
DeathTest::set_last_death_test_message(buffer.GetString()); | |
^~~~~~~~~ | |
getString | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: In member function ‘virtual testing::internal::DeathTest::TestRole testing::internal::NoExecDeathTest::AssumeRole()’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:836:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); | |
^~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:43:0: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:842:14: error: ‘set_last_death_test_message’ is not a member of ‘testing::internal::DeathTest’ | |
DeathTest::set_last_death_test_message(""); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:865:37: error: ‘class testing::TestEventListeners’ has no member named ‘SuppressEventForwarding’; did you mean ‘suppressEventForwarding’? | |
GetUnitTestImpl()->listeners()->SuppressEventForwarding(); | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
suppressEventForwarding | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: In function ‘int testing::internal::ExecDeathTestChildMain(void*)’: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:968:17: error: ‘GetInstance’ is not a member of ‘testing::UnitTest’ | |
UnitTest::GetInstance()->original_working_dir(); | |
^~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: In member function ‘virtual testing::internal::DeathTest::TestRole testing::internal::ExecDeathTest::AssumeRole()’: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:1123:48: error: ‘const class testing::TestResult’ has no member named ‘death_test_count’; did you mean ‘death_test_count_’? | |
const int death_test_index = info->result()->death_test_count(); | |
^~~~~~~~~~~~~~~~ | |
death_test_count_ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:1126:24: error: ‘const class testing::internal::InternalRunDeathTestFlag’ has no member named ‘write_fd’; did you mean ‘write_fd_’? | |
set_write_fd(flag->write_fd()); | |
^~~~~~~~ | |
write_fd_ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:1138:15: error: ‘const class testing::TestInfo’ has no member named ‘test_case_name’; did you mean ‘test_case_name_’? | |
+ info->test_case_name() + "." + info->name(); | |
^~~~~~~~~~~~~~ | |
test_case_name_ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:1140:48: error: ‘kInternalRunDeathTestFlag’ was not declared in this scope | |
std::string("--") + GTEST_FLAG_PREFIX_ + kInternalRunDeathTestFlag + "=" | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:1140:48: note: suggested alternative: ‘InternalRunDeathTestFlag’ | |
std::string("--") + GTEST_FLAG_PREFIX_ + kInternalRunDeathTestFlag + "=" | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
InternalRunDeathTestFlag | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:1149:14: error: ‘set_last_death_test_message’ is not a member of ‘testing::internal::DeathTest’ | |
DeathTest::set_last_death_test_message(""); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-death-test.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest-death-test.cc:1173:54: error: no ‘bool testing::internal::DefaultDeathTestFactory::Create(const char*, const testing::internal::RE*, const char*, int, testing::internal::DeathTest**)’ member function declared in class ‘testing::internal::DefaultDeathTestFactory’ | |
DeathTest** test) { | |
^ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:44:0: | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:99:34: error: no ‘testing::internal::FilePath testing::internal::FilePath::GetCurrentDir()’ member function declared in class ‘testing::internal::FilePath’ | |
FilePath FilePath::GetCurrentDir() { | |
^ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:124:59: error: no ‘testing::internal::FilePath testing::internal::FilePath::RemoveExtension(const char*) const’ member function declared in class ‘testing::internal::FilePath’ | |
FilePath FilePath::RemoveExtension(const char* extension) const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:136:47: error: no ‘const char* testing::internal::FilePath::FindLastPathSeparator() const’ member function declared in class ‘testing::internal::FilePath’ | |
const char* FilePath::FindLastPathSeparator() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:155:42: error: no ‘testing::internal::FilePath testing::internal::FilePath::RemoveDirectoryName() const’ member function declared in class ‘testing::internal::FilePath’ | |
FilePath FilePath::RemoveDirectoryName() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:166:37: error: no ‘testing::internal::FilePath testing::internal::FilePath::RemoveFileName() const’ member function declared in class ‘testing::internal::FilePath’ | |
FilePath FilePath::RemoveFileName() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:186:54: error: no ‘testing::internal::FilePath testing::internal::FilePath::MakeFileName(const testing::internal::FilePath&, const testing::internal::FilePath&, int, const char*)’ member function declared in class ‘testing::internal::FilePath’ | |
const char* extension) { | |
^ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:200:61: error: no ‘testing::internal::FilePath testing::internal::FilePath::ConcatPaths(const testing::internal::FilePath&, const testing::internal::FilePath&)’ member function declared in class ‘testing::internal::FilePath’ | |
const FilePath& relative_path) { | |
^ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:209:40: error: no ‘bool testing::internal::FilePath::FileOrDirectoryExists() const’ member function declared in class ‘testing::internal::FilePath’ | |
bool FilePath::FileOrDirectoryExists() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:223:34: error: no ‘bool testing::internal::FilePath::DirectoryExists() const’ member function declared in class ‘testing::internal::FilePath’ | |
bool FilePath::DirectoryExists() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:253:34: error: no ‘bool testing::internal::FilePath::IsRootDirectory() const’ member function declared in class ‘testing::internal::FilePath’ | |
bool FilePath::IsRootDirectory() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:265:33: error: no ‘bool testing::internal::FilePath::IsAbsolutePath() const’ member function declared in class ‘testing::internal::FilePath’ | |
bool FilePath::IsAbsolutePath() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:288:64: error: no ‘testing::internal::FilePath testing::internal::FilePath::GenerateUniqueFileName(const testing::internal::FilePath&, const testing::internal::FilePath&, const char*)’ member function declared in class ‘testing::internal::FilePath’ | |
const char* extension) { | |
^ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:300:30: error: no ‘bool testing::internal::FilePath::IsDirectory() const’ member function declared in class ‘testing::internal::FilePath’ | |
bool FilePath::IsDirectory() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:308:47: error: no ‘bool testing::internal::FilePath::CreateDirectoriesRecursively() const’ member function declared in class ‘testing::internal::FilePath’ | |
bool FilePath::CreateDirectoriesRecursively() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:325:31: error: no ‘bool testing::internal::FilePath::CreateFolder() const’ member function declared in class ‘testing::internal::FilePath’ | |
bool FilePath::CreateFolder() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:346:50: error: no ‘testing::internal::FilePath testing::internal::FilePath::RemoveTrailingPathSeparator() const’ member function declared in class ‘testing::internal::FilePath’ | |
FilePath FilePath::RemoveTrailingPathSeparator() const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-filepath.cc:356:26: error: no ‘void testing::internal::FilePath::Normalize()’ member function declared in class ‘testing::internal::FilePath’ | |
void FilePath::Normalize() { | |
^ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:45:0: | |
/usr/src/googletest/googletest/src/gtest-port.cc: In function ‘size_t testing::internal::GetThreadCount()’: | |
/usr/src/googletest/googletest/src/gtest-port.cc:111:54: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
(Message() << "/proc/" << getpid() << "/stat").GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest-port.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest-port.cc:577:49: error: no ‘bool testing::internal::RE::FullMatch(const char*, const testing::internal::RE&)’ member function declared in class ‘testing::internal::RE’ | |
bool RE::FullMatch(const char* str, const RE& re) { | |
^ | |
/usr/src/googletest/googletest/src/gtest-port.cc:586:52: error: no ‘bool testing::internal::RE::PartialMatch(const char*, const testing::internal::RE&)’ member function declared in class ‘testing::internal::RE’ | |
bool RE::PartialMatch(const char* str, const RE& re) { | |
^ | |
/usr/src/googletest/googletest/src/gtest-port.cc:594:32: error: no ‘void testing::internal::RE::Init(const char*)’ member function declared in class ‘testing::internal::RE’ | |
void RE::Init(const char* regex) { | |
^ | |
/usr/src/googletest/googletest/src/gtest-port.cc: In constructor ‘testing::internal::GTestLog::GTestLog(testing::internal::GTestLogSeverity, const char*, int)’: | |
/usr/src/googletest/googletest/src/gtest-port.cc:914:3: error: ‘GetStream’ was not declared in this scope | |
GetStream() << ::std::endl << marker << " " | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-port.cc:914:3: note: suggested alternative: ‘getStream’ | |
GetStream() << ::std::endl << marker << " " | |
^~~~~~~~~ | |
getStream | |
/usr/src/googletest/googletest/src/gtest-port.cc: In destructor ‘testing::internal::GTestLog::~GTestLog()’: | |
/usr/src/googletest/googletest/src/gtest-port.cc:920:3: error: ‘GetStream’ was not declared in this scope | |
GetStream() << ::std::endl; | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-port.cc:920:3: note: suggested alternative: ‘getStream’ | |
GetStream() << ::std::endl; | |
^~~~~~~~~ | |
getStream | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/src/gtest-port.cc: In function ‘void testing::internal::CaptureStream(int, const char*, testing::internal::CapturedStream**)’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1273:55: error: ‘class testing::internal::GTestLog’ has no member named ‘GetStream’; did you mean ‘getStream’? | |
__FILE__, __LINE__).GetStream() | |
^ | |
/usr/src/googletest/googletest/src/gtest-port.cc:1020:5: note: in expansion of macro ‘GTEST_LOG_’ | |
GTEST_LOG_(FATAL) << "Only one " << stream_name | |
^~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:45:0: | |
/usr/src/googletest/googletest/src/gtest-port.cc: In function ‘std::__cxx11::string testing::internal::FlagToEnvVar(const char*)’: | |
/usr/src/googletest/googletest/src/gtest-port.cc:1136:49: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
(Message() << GTEST_FLAG_PREFIX_ << flag).GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest-port.cc:1143:18: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return env_var.GetString(); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest-port.cc: In function ‘bool testing::internal::ParseInt32(const testing::Message&, const char*, testing::internal::Int32*)’: | |
/usr/src/googletest/googletest/src/gtest-port.cc:1161:22: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
printf("%s", msg.GetString().c_str()); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest-port.cc:1178:22: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
printf("%s", msg.GetString().c_str()); | |
^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/src/gtest-port.cc: In function ‘testing::internal::Int32 testing::internal::Int32FromGTestEnv(const char*, testing::internal::Int32)’: | |
/usr/src/googletest/googletest/src/gtest-port.cc:1219:41: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
(Message() << default_value).GetString().c_str()); | |
^~~~~~~~~ | |
getString | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:46:0: | |
/usr/src/googletest/googletest/src/gtest-printers.cc: In function ‘testing::internal::CharFormat testing::internal::PrintAsCharLiteralTo(Char, std::ostream*)’: | |
/usr/src/googletest/googletest/src/gtest-printers.cc:183:32: error: ‘FormatHexInt’ is not a member of ‘testing::internal::String’ | |
*os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c)); | |
^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-printers.cc: In function ‘void testing::internal::PrintCharAndCodeTo(Char, std::ostream*)’: | |
/usr/src/googletest/googletest/src/gtest-printers.cc:236:30: error: ‘FormatHexInt’ is not a member of ‘testing::internal::String’ | |
*os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); | |
^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:47:0: | |
/usr/src/googletest/googletest/src/gtest-test-part.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest-test-part.cc:51:63: error: no ‘std::__cxx11::string testing::TestPartResult::ExtractSummary(const char*)’ member function declared in class ‘testing::TestPartResult’ | |
std::string TestPartResult::ExtractSummary(const char* message) { | |
^ | |
/usr/src/googletest/googletest/src/gtest-test-part.cc: In function ‘std::ostream& testing::operator<<(std::ostream&, const testing::TestPartResult&)’: | |
/usr/src/googletest/googletest/src/gtest-test-part.cc:60:17: error: ‘const class testing::TestPartResult’ has no member named ‘file_name’; did you mean ‘file_name_’? | |
<< result.file_name() << ":" << result.line_number() << ": " | |
^~~~~~~~~ | |
file_name_ | |
/usr/src/googletest/googletest/src/gtest-test-part.cc:60:46: error: ‘const class testing::TestPartResult’ has no member named ‘line_number’; did you mean ‘line_number_’? | |
<< result.file_name() << ":" << result.line_number() << ": " | |
^~~~~~~~~~~ | |
line_number_ | |
/usr/src/googletest/googletest/src/gtest-test-part.cc:61:44: error: ‘kSuccess’ is not a member of ‘testing::TestPartResult’ | |
<< (result.type() == TestPartResult::kSuccess ? "Success" : | |
^~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-test-part.cc:62:44: error: ‘kFatalFailure’ is not a member of ‘testing::TestPartResult’ | |
result.type() == TestPartResult::kFatalFailure ? "Fatal failure" : | |
^~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/src/gtest-test-part.cc: At global scope: | |
/usr/src/googletest/googletest/src/gtest-test-part.cc:68:62: error: no ‘void testing::TestPartResultArray::Append(const testing::TestPartResult&)’ member function declared in class ‘testing::TestPartResultArray’ | |
void TestPartResultArray::Append(const TestPartResult& result) { | |
^ | |
/usr/src/googletest/googletest/src/gtest-test-part.cc:73:73: error: no ‘const testing::TestPartResult& testing::TestPartResultArray::GetTestPartResult(int) const’ member function declared in class ‘testing::TestPartResultArray’ | |
const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { | |
^~~~~ | |
/usr/src/googletest/googletest/src/gtest-test-part.cc:102:33: error: no ‘void testing::internal::HasNewFatalFailureHelper::ReportTestPartResult(const testing::TestPartResult&)’ member function declared in class ‘testing::internal::HasNewFatalFailureHelper’ | |
const TestPartResult& result) { | |
^ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:48:0: | |
/usr/src/googletest/googletest/src/gtest-typed-test.cc:61:61: error: no ‘const char* testing::internal::TypedTestCasePState::VerifyRegisteredTestNames(const char*, int, const char*)’ member function declared in class ‘testing::internal::TypedTestCasePState’ | |
const char* file, int line, const char* registered_tests) { | |
^ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:50:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:192, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h: In instantiation of ‘std::__cxx11::string testing::PrintToString(const T&) [with T = char*; std::__cxx11::string = std::__cxx11::basic_string<char>]’: | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:320:1: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:982:44: error: ‘Print’ is not a member of ‘testing::internal::UniversalTersePrinter<char*>’ | |
internal::UniversalTersePrinter<T>::Print(value, &ss); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h: In instantiation of ‘std::__cxx11::string testing::PrintToString(const T&) [with T = const char*; std::__cxx11::string = std::__cxx11::basic_string<char>]’: | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:321:1: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:982:44: error: ‘Print’ is not a member of ‘testing::internal::UniversalTersePrinter<const char*>’ | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h: In instantiation of ‘std::__cxx11::string testing::PrintToString(const T&) [with T = wchar_t*; std::__cxx11::string = std::__cxx11::basic_string<char>]’: | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:334:1: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:982:44: error: ‘Print’ is not a member of ‘testing::internal::UniversalTersePrinter<wchar_t*>’ | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h: In instantiation of ‘std::__cxx11::string testing::PrintToString(const T&) [with T = const wchar_t*; std::__cxx11::string = std::__cxx11::basic_string<char>]’: | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:335:1: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:982:44: error: ‘Print’ is not a member of ‘testing::internal::UniversalTersePrinter<const wchar_t*>’ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:63:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/gtest-message.h: In instantiation of ‘std::__cxx11::string testing::internal::StreamableToString(const T&) [with T = int; std::__cxx11::string = std::__cxx11::basic_string<char>]’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:1124:40: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest-message.h:244:36: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return (Message() << streamable).GetString(); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ | |
getString | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = testing::Message]’: | |
/usr/src/googletest/googletest/src/gtest.cc:647:34: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [11]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:652:34: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = std::__cxx11::basic_string<char>]’: | |
/usr/src/googletest/googletest/src/gtest.cc:652:50: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [2]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:652:62: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = testing::TestPartResult]’: | |
/usr/src/googletest/googletest/src/gtest.cc:654:34: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [14]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:658:62: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [3]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:659:44: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [24]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1374:10: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = const char*]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1374:39: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [6]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1374:48: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [5]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1375:10: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = double]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1375:20: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [17]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1375:28: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [9]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1375:68: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [15]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1376:19: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [7]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1377:47: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc: In instantiation of ‘testing::AssertionResult testing::internal::FloatingPointLE(const char*, const char*, RawType, RawType) [with RawType = float]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1423:67: required from here | |
/usr/src/googletest/googletest/src/gtest.cc:1395:11: error: ‘const class testing::internal::FloatingPoint<float>’ has no member named ‘AlmostEquals’; did you mean ‘almostEquals’? | |
if (lhs.AlmostEquals(rhs)) { | |
~~~~^~~~~~~~~~~~ | |
almostEquals | |
/usr/src/googletest/googletest/src/gtest.cc: In instantiation of ‘testing::AssertionResult testing::internal::FloatingPointLE(const char*, const char*, RawType, RawType) [with RawType = double]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1430:68: required from here | |
/usr/src/googletest/googletest/src/gtest.cc:1395:11: error: ‘const class testing::internal::FloatingPoint<double>’ has no member named ‘AlmostEquals’; did you mean ‘almostEquals’? | |
if (lhs.AlmostEquals(rhs)) { | |
~~~~^~~~~~~~~~~~ | |
almostEquals | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [12]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1470:1: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [13]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1527:51: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [29]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1542:29: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In instantiation of ‘T* testing::internal::ThreadLocal<T>::getOrCreateValue() const [with T = std::vector<testing::internal::TraceInfo>]’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2047:41: required from ‘T* testing::internal::ThreadLocal<T>::pointer() [with T = std::vector<testing::internal::TraceInfo>]’ | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:743:41: required from here | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2082:55: error: ‘class testing::internal::ThreadLocal<std::vector<testing::internal::TraceInfo> >::ValueHolderFactory’ has no member named ‘MakeNewHolder’; did you mean ‘makeNewHolder’? | |
ValueHolder* const new_holder = default_factory_->MakeNewHolder(); | |
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | |
makeNewHolder | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:39:0: | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = char [16]]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1596:7: required from ‘testing::AssertionResult testing::{anonymous}::IsSubstringImpl(bool, const char*, const char*, const StringType&, const StringType&) [with StringType = const char*]’ | |
/usr/src/googletest/googletest/src/gtest.cc:1609:76: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = const wchar_t*]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1594:45: required from ‘testing::AssertionResult testing::{anonymous}::IsSubstringImpl(bool, const char*, const char*, const StringType&, const StringType&) [with StringType = const wchar_t*]’ | |
/usr/src/googletest/googletest/src/gtest.cc:1615:76: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
/usr/src/googletest/googletest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult& testing::AssertionResult::operator<<(const T&) [with T = std::__cxx11::basic_string<wchar_t>]’: | |
/usr/src/googletest/googletest/src/gtest.cc:1594:45: required from ‘testing::AssertionResult testing::{anonymous}::IsSubstringImpl(bool, const char*, const char*, const StringType&, const StringType&) [with StringType = std::__cxx11::basic_string<wchar_t>]’ | |
/usr/src/googletest/googletest/src/gtest.cc:1646:76: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: error: ‘AppendMessage’ was not declared in this scope | |
/usr/src/googletest/googletest/include/gtest/gtest.h:306:18: note: suggested alternative: ‘appendMessage’ | |
AppendMessage(Message() << value); | |
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
appendMessage | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:63:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/gtest-message.h: In instantiation of ‘std::__cxx11::string testing::internal::StreamableToString(const T&) [with T = char*; std::__cxx11::string = std::__cxx11::basic_string<char>]’: | |
/usr/src/googletest/googletest/src/gtest.cc:5283:54: required from ‘void testing::internal::ParseGoogleTestFlagsOnlyImpl(int*, CharType**) [with CharType = char]’ | |
/usr/src/googletest/googletest/src/gtest.cc:5335:42: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest-message.h:244:36: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return (Message() << streamable).GetString(); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ | |
getString | |
/usr/src/googletest/googletest/include/gtest/gtest-message.h: In instantiation of ‘std::__cxx11::string testing::internal::StreamableToString(const T&) [with T = wchar_t*; std::__cxx11::string = std::__cxx11::basic_string<char>]’: | |
/usr/src/googletest/googletest/src/gtest.cc:5283:54: required from ‘void testing::internal::ParseGoogleTestFlagsOnlyImpl(int*, CharType**) [with CharType = wchar_t]’ | |
/usr/src/googletest/googletest/src/gtest.cc:5338:42: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest-message.h:244:36: error: ‘class testing::Message’ has no member named ‘GetString’; did you mean ‘getString’? | |
return (Message() << streamable).GetString(); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ | |
getString | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h: In instantiation of ‘T* testing::internal::ThreadLocal<T>::getOrCreateValue() const [with T = testing::TestPartResultReporterInterface*]’: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2048:53: required from ‘const T* testing::internal::ThreadLocal<T>::pointer() const [with T = testing::TestPartResultReporterInterface*]’ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2049:41: required from ‘const T& testing::internal::ThreadLocal<T>::get() const [with T = testing::TestPartResultReporterInterface*]’ | |
/usr/src/googletest/googletest/src/gtest.cc:720:52: required from here | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:2082:55: error: ‘class testing::internal::ThreadLocal<testing::TestPartResultReporterInterface*>::ValueHolderFactory’ has no member named ‘MakeNewHolder’; did you mean ‘makeNewHolder’? | |
ValueHolder* const new_holder = default_factory_->MakeNewHolder(); | |
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | |
makeNewHolder | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:50:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest-param-test.h:192, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:62, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h: In instantiation of ‘std::__cxx11::string testing::PrintToString(const T&) [with T = long long int; std::__cxx11::string = std::__cxx11::basic_string<char>]’: | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:276:36: required from ‘static std::__cxx11::string testing::internal::FormatForComparison<ToPrint, OtherOperand>::format(const ToPrint&) [with ToPrint = long long int; OtherOperand = long long int; std::__cxx11::string = std::__cxx11::basic_string<char>]’ | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:351:45: required from ‘std::__cxx11::string testing::internal::FormatForComparisonFailureMessage(const T1&, const T2&) [with T1 = long long int; T2 = long long int; std::__cxx11::string = std::__cxx11::basic_string<char>]’ | |
/usr/src/googletest/googletest/src/gtest.cc:1447:62: required from here | |
/usr/src/googletest/googletest/include/gtest/gtest-printers.h:982:44: error: ‘Print’ is not a member of ‘testing::internal::UniversalTersePrinter<long long int>’ | |
internal::UniversalTersePrinter<T>::Print(value, &ss); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0, | |
from /usr/src/googletest/googletest/include/gtest/gtest.h:58, | |
from /usr/src/googletest/googletest/src/gtest-all.cc:39: | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of ‘bool testing::internal::ValuesInIteratorRangeGenerator<T>::Iterator::equals(const testing::internal::ParamIteratorInterface<T>&) const [with T = bool]’: | |
/usr/src/googletest/googletest/src/gtest-internal-inl.h:481:7: required from here | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:341:33: error: ‘BaseGenerator’ was not declared in this scope | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
~~~~~~~~~~~~~^~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:341:33: note: suggested alternative: ‘baseGenerator’ | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
~~~~~~~~~~~~~^~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-param-util.h:341:45: error: ‘const class testing::internal::ParamIteratorInterface<bool>’ has no member named ‘BaseGenerator’; did you mean ‘baseGenerator’? | |
GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) | |
~~~~~~^ | |
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:1297:37: note: in definition of macro ‘GTEST_CHECK_’ | |
if (::testing::internal::IsTrue(condition)) \ | |
^~~~~~~~~ | |
In file included from /usr/src/googletest/googletest/src/gtest-all.cc:42:0: | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::internal::CmpHelperSTRNE(const char*, const char*, const char*, const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1530:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
/usr/src/googletest/googletest/src/gtest.cc: In function ‘testing::AssertionResult testing::internal::CmpHelperSTRCASENE(const char*, const char*, const char*, const char*)’: | |
/usr/src/googletest/googletest/src/gtest.cc:1545:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
make[2]: *** [gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o] Error 1 | |
make[1]: *** [gtest/googlemock/gtest/CMakeFiles/gtest.dir/all] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
make: *** [all] Error 2 | |
cd /root/linked_ws_moveit/build/moveit_core; catkin build --get-env moveit_core | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd - | |
..................................................................................................................... | |
Failed << moveit_core:make [ Exited with code 2 ] | |
Failed <<< moveit_core [ 9.2 seconds ] | |
Abandoned <<< moveit_commander [ Unrelated job failed ] | |
Abandoned <<< panda_moveit_config [ Unrelated job failed ] | |
Abandoned <<< chomp_motion_planner [ Unrelated job failed ] | |
Abandoned <<< moveit_chomp_optimizer_adapter [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_occupancy_map_monitor [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_perception [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_planning [ Unrelated job failed ] | |
Abandoned <<< moveit_fake_controller_manager [ Unrelated job failed ] | |
Abandoned <<< moveit_kinematics [ Unrelated job failed ] | |
Abandoned <<< moveit_planners_ompl [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_move_group [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_manipulation [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_robot_interaction [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_warehouse [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_benchmarks [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_planning_interface [ Unrelated job failed ] | |
Abandoned <<< moveit_planners_chomp [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_visualization [ Unrelated job failed ] | |
Abandoned <<< moveit_servo [ Unrelated job failed ] | |
Abandoned <<< moveit_setup_assistant [ Unrelated job failed ] | |
Abandoned <<< moveit_simple_controller_manager [ Unrelated job failed ] | |
Abandoned <<< moveit_ros_control_interface [ Unrelated job failed ] | |
Abandoned <<< moveit_task_constructor_capabilities [ Unrelated job failed ] | |
Abandoned <<< moveit_task_constructor_core [ Unrelated job failed ] | |
Abandoned <<< moveit_task_constructor_demo [ Unrelated job failed ] | |
Abandoned <<< moveit_task_constructor_visualization [ Unrelated job failed ] | |
Abandoned <<< moveit_visual_tools [ Unrelated job failed ] | |
Abandoned <<< moveit_tutorials [ Unrelated job failed ] | |
Abandoned <<< mtc_demos [ Unrelated job failed ] | |
Abandoned <<< mtc_pour [ Unrelated job failed ] | |
Finished <<< rviz_visual_tools [ 30.7 seconds ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment