fmt/test
Lars Gullik Bjønnes ea06f021f8 test: comment out one FormatStringErrors constexpr test
GCC 7.3 complains that this is not a compile time constant.

test/format-test.cc: In member function ‘virtual void FormatTest_FormatStringErrors_Test::TestBody()’:
test/format-test.cc:1919:3: error: non-constant condition for static assertion
   static_assert(test_error<__VA_ARGS__>(fmt, error), "")
   ^
test/format-test.cc:1924:3: note: in expansion of macro ‘EXPECT_ERROR’
   EXPECT_ERROR("{0:s", "unknown format specifier", Date);
   ^~~~~~~~~~~~
2018-02-24 08:20:20 +00:00
..
add-subdirectory-test Detect C++14 compiler support 2017-09-28 08:57:54 -07:00
compile-test Fix compile-test 2017-10-21 08:17:00 -07:00
find-package-test Detect C++14 compiler support 2017-09-28 08:57:54 -07:00
gmock Suppress a warning in gmock 2017-08-26 08:50:09 -07:00
gtest Fix error on MinGW 2017-03-09 06:09:43 -08:00
assert-test.cc Add a lightweight header for the core API 2017-12-06 07:42:42 -08:00
CMakeLists.txt Suppress msvc warnings in gmock 2018-01-17 05:46:14 -08:00
custom-formatter-test.cc Replace using with typedef for compatibility with gcc-4.6 2018-02-11 09:23:47 -08:00
format-impl-test.cc Allow compiling and using as DLL in windows #502 2018-01-28 20:50:43 -08:00
format-test.cc test: comment out one FormatStringErrors constexpr test 2018-02-24 08:20:20 +00:00
gmock-gtest-all.cc
gtest-extra-test.cc Fix tests 2017-03-08 08:08:08 -08:00
gtest-extra.cc Follow standard naming conventions 2017-02-21 06:56:26 -08:00
gtest-extra.h Add a lightweight header for the core API 2017-12-06 07:42:42 -08:00
header-only-test2.cc Add a lightweight header for the core API 2017-12-06 07:42:42 -08:00
header-only-test.cc Add a lightweight header for the core API 2017-12-06 07:42:42 -08:00
mock-allocator.h Use allocator_traits if available 2018-02-10 06:51:13 -08:00
ostream-test.cc Add detection of wostream operator<< (#650) 2018-02-17 09:03:43 +00:00
posix-mock-test.cc Fix test compilation for FreeBSD (#433) 2018-01-21 18:18:05 -08:00
posix-mock.h
posix-test.cc Follow standard naming conventions 2017-02-21 06:56:26 -08:00
printf-test.cc Make format work with C++17 std::string_view (#571) 2018-02-07 08:14:54 -08:00
test-assert.h
test-main.cc
time-test.cc Allow compiling and using as DLL in windows #502 2018-01-28 20:50:43 -08:00
util-test.cc Add detection of wostream operator<< (#650) 2018-02-17 09:03:43 +00:00
util.cc
util.h