aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-06-22 16:31:11 -0700
committerGravatar Yang Gao <yangg@google.com>2015-06-22 16:31:11 -0700
commit89c5a5623377e7d4d253c7a304bc726357c6ef0e (patch)
tree483c48d1531d0a8fe3ba91b6dbf3887b56d8a51b /tools/run_tests
parent04b0383d23e65482ba98b190fb802d237a5fe32a (diff)
Add const to ByteBuffer methods and add tests
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/tests.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 6a22a66a5f..2da8b56d4f 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -607,6 +607,24 @@
{
"flaky": false,
"language": "c++",
+ "name": "cxx_byte_buffer_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c++",
+ "name": "cxx_slice_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c++",
"name": "cxx_time_test",
"platforms": [
"windows",