Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WireServerTest fails on Windows #1

Closed
paoloambrosio opened this issue May 3, 2010 · 2 comments
Closed

WireServerTest fails on Windows #1

paoloambrosio opened this issue May 3, 2010 · 2 comments

Comments

@paoloambrosio
Copy link
Member

X:\cukebins>cmake --build build --target test
Running tests...
Test project X:/cukebins/build
[...]

92% tests passed, 2 tests failed out of 26

Total Test time (real) =   9.73 sec

The following tests FAILED:
          8 - SocketServerTest.exitsOnFirstConnectionClosed (Failed)
          9 - SocketServerTest.receiveAndSendsSingleLineMassages (Failed)
Errors while running CTest
NMAKE : fatal error U1077: '"C:\Program Files\CMake 2.8\bin\ctest.exe"' : return code '0x8'
Stop.

X:\cukebins>build\tests\WireServerTest.exe --gtest_filter=SocketServerTest.exitsOnFirstConnectionClosed
Running main() from gtest_main.cc
Note: Google Test filter = SocketServerTest.exitsOnFirstConnectionClosed
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from SocketServerTest
[ RUN        ] SocketServerTest.exitsOnFirstConnectionClosed
X:\cukebins\tests\integration\WireServerTest.cpp(67): error: Value of: serverThread.joinable()
  Actual: true
Expected: false
[  FAILED  ] SocketServerTest.exitsOnFirstConnectionClosed (4031 ms)
[----------] 1 test from SocketServerTest (4031 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (4031 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] SocketServerTest.exitsOnFirstConnectionClosed

 1 FAILED TEST

X:\cukebins>build\tests\WireServerTest.exe --gtest_filter=SocketServerTest.receiveAndSendsSingleLineMassages
Running main() from gtest_main.cc
Note: Google Test filter = SocketServerTest.receiveAndSendsSingleLineMassages
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from SocketServerTest
[ RUN      ] SocketServerTest.receiveAndSendsSingleLineMassages
X:\cukebins\tests\integration\WireServerTest.cpp(79): error: Value of: response
  Actual: ""
Expected: request
Which is: "Echo"
X:\cukebins\tests\integration\WireServerTest.cpp(83): error: Value of: serverThread.joinable()
  Actual: true
Expected: false
[  FAILED  ] SocketServerTest.receiveAndSendsSingleLineMassages (4516 ms)
[----------] 1 test from SocketServerTest (4531 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (4547 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] SocketServerTest.receiveAndSendsSingleLineMassages

 1 FAILED TEST
@paoloambrosio
Copy link
Member Author

Switch to Ruby testing for this one!

@paoloambrosio
Copy link
Member Author

Closing because that part has been rewritten as part of feature #31

paoloambrosio pushed a commit that referenced this issue Dec 3, 2012
Fixes for issue #51 visible on some systems.
konserw pushed a commit to konserw/cucumber-cpp that referenced this issue Mar 7, 2016
Added support for boost 1.59 and 1.60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant