Skip to content

Commit

Permalink
Disable writes_per_rpc on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 4, 2017
1 parent 9429250 commit 1bb5371
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 232 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,9 @@ endif()
add_dependencies(buildtests_cxx stress_test)
add_dependencies(buildtests_cxx thread_manager_test)
add_dependencies(buildtests_cxx thread_stress_test)
if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX)
add_dependencies(buildtests_cxx writes_per_rpc_test)
endif()

add_custom_target(buildtests
DEPENDS buildtests_c buildtests_cxx)
Expand Down Expand Up @@ -9241,6 +9243,7 @@ target_link_libraries(thread_stress_test

endif (gRPC_BUILD_TESTS)
if (gRPC_BUILD_TESTS)
if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX)

add_executable(writes_per_rpc_test
test/cpp/performance/writes_per_rpc_test.cc
Expand Down Expand Up @@ -9274,6 +9277,7 @@ target_link_libraries(writes_per_rpc_test
${_gRPC_GFLAGS_LIBRARIES}
)

endif()
endif (gRPC_BUILD_TESTS)
if (gRPC_BUILD_TESTS)

Expand Down
4 changes: 4 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3753,6 +3753,10 @@ targets:
- grpc
- gpr_test_util
- gpr
platforms:
- mac
- linux
- posix
- name: public_headers_must_be_c89
build: test
language: c89
Expand Down
6 changes: 2 additions & 4 deletions tools/run_tests/generated/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -3236,8 +3236,7 @@
"ci_platforms": [
"linux",
"mac",
"posix",
"windows"
"posix"
],
"cpu_cost": 0.5,
"exclude_configs": [],
Expand All @@ -3249,8 +3248,7 @@
"platforms": [
"linux",
"mac",
"posix",
"windows"
"posix"
]
},
{
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 1bb5371

Please sign in to comment.