aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-29 08:45:55 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-29 08:45:55 -0700
commitee98d84a02266acd7da5ed769a7eb3f18599d914 (patch)
tree5dbbea25c526f2cfff7221766e47c5f49b4dc5b5 /tools
parent00d018ca132babd2078548ef2ab00ae1f873c611 (diff)
Add an fd conservation test to verify that fds actually close
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/sources_and_headers.json14
-rw-r--r--tools/run_tests/tests.json8
2 files changed, 22 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index c031a7be7a..ca6a0a9ce1 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -136,6 +136,20 @@
],
"headers": [],
"language": "c",
+ "name": "fd_conservation_posix_test",
+ "src": [
+ "test/core/iomgr/fd_conservation_posix_test.c"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
+ "gpr_test_util",
+ "grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "language": "c",
"name": "fd_posix_test",
"src": [
"test/core/iomgr/fd_posix_test.c"
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 9dab4919f2..432b908bd6 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -84,6 +84,14 @@
{
"flaky": false,
"language": "c",
+ "name": "fd_conservation_posix_test",
+ "platforms": [
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "fd_posix_test",
"platforms": [
"posix"