aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-23 07:54:19 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-23 07:54:19 -0700
commitaa555df7eea2529c9501a95578d6f0bb849d7044 (patch)
tree5ec663b20a75964802e123fc48d1b66c21e079f9 /tools
parent8d5bfcc9dea38185f3319fc1b1b0059f6910502c (diff)
parentb1bbc8764db510547ac2b98168e86ee84c3d234b (diff)
Merge pull request #2175 from yang-g/constness
Add const to ByteBuffer methods and add tests
Diffstat (limited to 'tools')
-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",