diff options
author | Yang Gao <yangg@google.com> | 2015-03-20 23:55:04 -0700 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-03-20 23:55:04 -0700 |
commit | cdb2a6e071dd57c1cf6f3658d3954bf959519be5 (patch) | |
tree | 61e2a0e34f3b843378e3a96e1d56699f5630d6e3 /tools/run_tests | |
parent | b7b965c842c4cd238b54a1c8e00fba3edb6a3dc7 (diff) |
Protect on some overflow scenarios, add a test and build/run the test
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 355d5735cd..0150fd4a5d 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -354,6 +354,11 @@ { "flaky": false, "language": "c++", + "name": "cxx_time_test" + }, + { + "flaky": false, + "language": "c++", "name": "end2end_test" }, { |