1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Running "libcgreen_api" (6 tests)...
tests/api/suites_with_context_api.c:12: Exception: context_api -> compiles_suite_api
Test terminated with signal: Segmentation fault: 11
Completed "context_api": 0 passes, 0 failures, 1 exception.
tests/api/core_api.c:15: Exception: default -> assert_that_compiles
Test terminated with signal: Segmentation fault: 11
tests/api/core_api.c:28: Failure: default -> constraints_compiles
Expected [1] to [not equal] [1]
tests/api/core_api.c:29: Failure: default -> constraints_compiles
Expected [1] to [be greater than] [1]
tests/api/core_api.c:30: Failure: default -> constraints_compiles
Expected [1] to [be less than] [1]
tests/api/core_api.c:33: Failure: default -> constraints_compiles
Expected [array] to [not equal contents of] [array]
at offset: [-1]
tests/api/core_api.c:36: Failure: default -> constraints_compiles
Expected [string] to [not equal string] [string]
actual value: ["some string"]
tests/api/core_api.c:38: Failure: default -> constraints_compiles
Expected [string] to [not contain string] [string]
actual value: ["some string"]
expected to not contain: ["some string"]
tests/api/core_api.c:49: Failure: default -> mocks_compiles
Mocked function [int_stub] already has an expectation and will always be called a certain way; any expectations declared after an always expectation are discarded
tests/api/core_api.c:50: Failure: default -> mocks_compiles
Mocked function [int_stub] already has an expectation and will always be called a certain way; declaring an expectation after an always expectation is not allowed
tests/api/core_api.c:51: Failure: default -> mocks_compiles
Mocked function [int_stub] already has an expectation that it will always be called a certain way; any expectations declared after an always expectation are invalid
tests/api/suites_without_context_api.c:10: Exception: default -> suites_compiles
Test terminated with signal: Segmentation fault: 11
Completed "default": 7 passes, 9 failures, 3 exceptions.
Completed "libcgreen_api": 7 passes, 9 failures, 3 exceptions.
|