diff options
author | David Klempner <klempner@google.com> | 2015-06-30 17:54:14 -0700 |
---|---|---|
committer | David Klempner <klempner@google.com> | 2015-06-30 17:54:14 -0700 |
commit | 23ca82ab54e0f5386c1a6b9233e6864121415280 (patch) | |
tree | 54e3feddd10f23043faf65f181bf007437a0c2f9 /tools/run_tests/tests.json | |
parent | 9b67ccfde03ae347380506635937e1bebb450ada (diff) | |
parent | 49dc1146ec6d9c23e6bf9f45e582565ff09d401f (diff) |
Merge pull request #2229 from ctiller/forever-is-a-long-time
Fix fd handling on posix
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r-- | tools/run_tests/tests.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 2da8b56d4f..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" @@ -413,6 +421,15 @@ { "flaky": false, "language": "c", + "name": "multiple_server_queues_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "murmur_hash_test", "platforms": [ "windows", |