diff options
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 18 |
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", |