benchmark/test
Eric Fiselier db1af86d16 Fix out-of-bounds std::vector access.
In the `Ranges(...)` generation code a "control" vector which stores
the current index for each range passed to `Ranges`. Previously this vector
was incorrectly initialized to the size of the subranges not the number
of subranges.

Additionally this patch suppresses unused warnings generated by
`stream_init_anchor`.
2016-08-28 23:07:38 -06:00
..
basic_test.cc Support multiple ranges in the benchmark (#257) 2016-08-04 12:30:14 -07:00
benchmark_test.cc Support multiple ranges in the benchmark (#257) 2016-08-04 12:30:14 -07:00
CMakeLists.txt Refactor output test runner into standalone module. (#277) 2016-08-28 13:24:16 -06:00
complexity_test.cc Refactor output test runner into standalone module. (#277) 2016-08-28 13:24:16 -06:00
cxx03_test.cc add C++03 test and update README 2015-03-18 16:34:43 -04:00
diagnostics_test.cc Add SkipWithError(...) function. 2016-05-23 19:24:56 -06:00
donotoptimize_test.cc Force DoNotOptimize operand to memory for both gcc and clang 2016-05-26 07:43:07 +01:00
filter_test.cc Change --benchmark_list_tests to respect the benchmark filter. 2016-05-24 00:42:11 -06:00
fixture_test.cc Support multiple ranges in the benchmark (#257) 2016-08-04 12:30:14 -07:00
map_test.cc Support multiple ranges in the benchmark (#257) 2016-08-04 12:30:14 -07:00
multiple_ranges_test.cc Fix out-of-bounds std::vector access. 2016-08-28 23:07:38 -06:00
options_test.cc Support multiple ranges in the benchmark (#257) 2016-08-04 12:30:14 -07:00
output_test.h Refactor output test runner into standalone module. (#277) 2016-08-28 13:24:16 -06:00
output_test_helper.cc Improve diagnostic output for output tests. 2016-08-28 14:22:11 -06:00
register_benchmark_test.cc Hide yet another test from MSVC 2013 2016-08-02 22:09:06 -06:00
reporter_output_test.cc Refactor output test runner into standalone module. (#277) 2016-08-28 13:24:16 -06:00
skip_with_error_test.cc Support multiple ranges in the benchmark (#257) 2016-08-04 12:30:14 -07:00