My favorites | Sign in
Google
                
New issue | Search
for
| Advanced search | Search tips
List | Grid
   
  ID Type Status Priority Milestone Owner   Summary + Labels ...
  1 Defect Accepted Low ---- vladlosev   ASSERT_STRCASEEQ and ASSERT_STRCASENE macros should compare strings consistently across platforms  
  7 Enhancement Accepted Medium ---- chandlerc   Add a function with extern "C" linkage  
  21 Enhancement Accepted Medium ---- vladlosev   googletest needs a facility to capture standard/error output to verify it   Usability  
  32 Enhancement Assigned Medium ---- zhanyong.wan   Need to release the Pump script and its documentation  
  33 Enhancement Accepted Low ---- ----   Consider improving thread-safe death tests such that they search the PATH when re-executing the test program  
  37 Enhancement Assigned Low ---- shiqian   Need to document GTEST_HAS_* macros  
  40 Enhancement Accepted Low ---- ----   Need an Eclipse plug-in  
  44 Enhancement Accepted Medium ---- keith.ray   uncaught exceptions thrown by a unit test should be reported as failing tests  
  51 Enhancement Accepted Low ---- ----   --gtest_repeat should case failures to show up at the bottom  
  53 Defect Accepted Low ---- vladlosev   --gtest_output flag doesn't produce output on platforms where argv[0] is empty  
  54 Enhancement Accepted Low ---- ----   Include StackWalker for windows exception handling  
  55 Enhancement Accepted Low ---- vladlosev   ValuesIn(container<T>) needs to be convertible to ParamGenerator<T1> if T is assignable to T1.   Usability  
  62 Enhancement Accepted Low ---- ----   no way to delete UnitTest instance  
  65 Enhancement Accepted Low ---- vladlosev   Value-parameterized tests must warn about interspersing test definitions and test case instantiations for the same test case.   Usability  
  71 Enhancement Accepted Medium ---- vladlosev   Google Test needs to print values of parameters for failed parameterized tests.   Usability  
  82 Enhancement Accepted Low ---- tsunanet   Compilation of gtest-port_test fails on OpenBSD  
  83 Enhancement Accepted Low ---- tsunanet   Some tests fail to compile on FreeBSD  
  91 Defect Accepted Low ---- vladlosev   EXPECT_(NON_)FATAL_FAILURE macros doesn't print actual text of the faulire   Usability  
  92 Defect Accepted Low ---- chandlerc   Faulty M4 Macro  
  99 Enhancement Accepted Low ---- zhanyong.wan   Need to provide a hook for stack trace getter  
  101 Defect Accepted Medium ---- chandlerc   gtest-config does not work with non-absolute prefix path  
  102 Defect Accepted Medium ---- zhanyong.wan   need to support special Windows paths for XML output paths  
  109 Enhancement Accepted Medium ---- vladlosev   Value-parameterized tests need to warn about uninstantiated test cases.   Usability  
  110 Enhancement Accepted Low ---- chandlerc   need to speed up the autotools build script  
  111 Enhancement Accepted Low ---- ----   MSVC main project misses some headers  
  120 Enhancement Accepted Low ---- chandlerc   gtest-config man page  
  130 Defect Accepted Low ---- vladlosev   Ensure that use of Microsoft specific functions are guarded by #ifdef _MSC_VER.  
  140 Defect Accepted Medium ---- ----   need support Multibytes Language for xml output  
  141 Enhancement Accepted Medium ---- zhanyong.wan   When --gtest_filter is specified, the XML output shouldn't contain info about tests that aren't run.   Usability  
  144 Enhancement Accepted Medium ---- zhanyong.wan   need to fail when no test is defined  
  148 Enhancement Accepted High ---- ----   Need a real implementation of ThreadLocal and Mutex such that gtest can be used in multi-threaded tests  
  160 Enhancement Accepted Medium ---- ----   In addition to PASS & FAIL, also add test result class SKIPPED (or similar)?   Usability  
  161 Enhancement Accepted Low ---- vladlosev   Provide a way to determine whether a death test is running in a child process.   Usability  
  162 Defect Accepted Medium ---- vladlosev   TEST macro name conflicts with similar macro in UnitTest++   Usability  
  164 Enhancement Accepted Low ---- zhanyong.wan   EXPECT_STRCASEEQ should accept wide strings too   Usability  
  168 Defect Accepted Low ---- vladlosev   Need better test coverage of gtest-death-test.cc   Maintainability  
  170 Enhancement Accepted Low ---- ----   Death tests are not enabled properly on Solaris   Usability  
  171 Enhancement Accepted Low ---- ----   close() function is not declared properly on Solaris when using death tests   Usability  
  172 Enhancement Accepted Low ---- ----   Using death test asserts needs RE::RE(const testing::internal::RE&) copy constructor   Usability  
  173 Enhancement Accepted Low ---- ----   Death tests are not enabled on HP-UX   Usability  
  174 Enhancement Accepted Low ---- ----   close() function is not declared properly on HP-UX when using death tests   Usability  
  175 Enhancement Accepted Low ---- ----   Death tests are not enabled on AIX   Usability  
  176 Enhancement Accepted Low ---- ----   close() function is not declared properly on AIX when using death tests   Usability  
  177 Enhancement Accepted Low ---- ----   Using death test asserts causes the warnings about RE::RE(const testing::internal::RE&) copy constructor   Usability  
  182 Enhancement Accepted Medium ---- zhanyong.wan   the XML report should contain the date & time when the test program was run   Usability  
  183 Defect Accepted Low ---- chandlerc   gtest.m4: configure fails when --enable-gtest is absent   Usability  
  188 Enhancement Accepted Low ---- ----   local unwind in arm cpu   Usability  
  189 Defect Accepted Medium ---- preston.a.jackson   10.6 SL : pointer being freed was not allocated  
  191 Enhancement Accepted Medium ---- vladlosev   need EXPECT_THAT and matchers from googlemock   Usability  
  195 Defect Accepted Medium ---- ----   Long assertion messages don't show up on Windows CE   Usability  
  196 Enhancement Accepted Medium ---- ----   Elapsed time on Windows CE does not work correctly   Usability  
  198 Enhancement Accepted Medium ---- ----   Using RecordProperty without XML output   Usability  
  199 Enhancement Accepted Medium ---- ----   RecordProperty support for double/bool/char/etc   Usability  
  200 Enhancement Accepted Low ---- zhanyong.wan   need to check whether our uses of GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_ are OK   Usability  
  206 Enhancement Accepted Low ---- ----   Adding Symbian Project Definition File   Usability  
  209 Enhancement Accepted Low ---- vladlosev   Provide test location information in TestInfo   Usability  
  212 Enhancement Accepted Medium ---- ----   proposal: provide a function to verify strict weak ordering   Usability  
  213 Defect Accepted Medium ---- vladlosev   gtest-port_test.cc uses testing::Types unconditionally  
  214 Defect Accepted Medium ---- ----   Google Test does not support compiling into Windows DLL - I have a patch  
  216 Defect Accepted Medium ---- vladlosev   gtest_output_test fails on systems that support death tests but not typed tests   Maintainability  
  217 Defect Accepted Low ---- vladlosev   Need to use system-provided tuple on VS 2010   Usability  
  220 Enhancement Accepted Low ---- preston.a.jackson   warning: declaration of 'c_str' shadows a member of 'this'   Usability  
  224 Enhancement Accepted Medium ---- vladlosev   Need to simplify Python test scripts to pass required env deltas into Subproces calls   Maintainability  
  227 Enhancement Accepted Low ---- ----   gtest_break_on_failure does not honour EXPECT_FATAL_FAILURE   Usability  
  228 Defect Accepted Medium ---- ----   gtest-1.4.0 compile error with STLPort Debug (MSVC++ 9.0) in death tests  
  230 Defect Accepted Medium ---- vladlosev   gtest may invoke an ANSI WIn32 API on a Unicode argument.   Usability  
CSV