Created
September 3, 2014 19:40
-
-
Save lazyfrosch/6e277c657a2515f5d08a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running tests... | |
| /usr/bin/ctest --force-new-ctest-process -j1 | |
| Test project /home/lazyfrosch/icinga2-2.1.0/obj-powerpc64le-linux-gnu | |
| Start 1: base-base_array/construct | |
| 1/54 Test #1: base-base_array/construct ............. Passed 0.01 sec | |
| Start 2: base-base_array/getset | |
| 2/54 Test #2: base-base_array/getset ................ Passed 0.01 sec | |
| Start 3: base-base_array/insert | |
| 3/54 Test #3: base-base_array/insert ................ Passed 0.01 sec | |
| Start 4: base-base_array/remove | |
| 4/54 Test #4: base-base_array/remove ................ Passed 0.01 sec | |
| Start 5: base-base_array/foreach | |
| 5/54 Test #5: base-base_array/foreach ............... Passed 0.01 sec | |
| Start 6: base-base_array/clone | |
| 6/54 Test #6: base-base_array/clone ................. Passed 0.01 sec | |
| Start 7: base-base_array/json | |
| 7/54 Test #7: base-base_array/json .................. Passed 0.01 sec | |
| Start 8: base-base_convert/tolong | |
| 8/54 Test #8: base-base_convert/tolong .............. Passed 0.01 sec | |
| Start 9: base-base_convert/todouble | |
| 9/54 Test #9: base-base_convert/todouble ............***Failed 0.01 sec | |
| Closed FD 4 which we inherited from our parent process. | |
| Running 1 test case... | |
| 7.3 | |
| /home/lazyfrosch/icinga2-2.1.0/test/base-convert.cpp(42): error in "todouble": check Convert::ToDouble("-7.3") == -7.3 failed | |
| /home/lazyfrosch/icinga2-2.1.0/test/base-convert.cpp(44): error in "todouble": check Convert::ToDouble(Value(-7.3)) == -7.3 failed | |
| *** 2 failures detected in test suite "icinga2_test" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment