File: char_assertions.out

package info (click to toggle)
cxxtest 4.4%2Bgit171022-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 2,836 kB
  • sloc: cpp: 9,567; python: 9,553; xml: 435; sh: 258; ruby: 229; makefile: 86; ansic: 68; perl: 16
file content (21 lines) | stat: -rw-r--r-- 923 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Running cxxtest tests (16 tests)....
In CharAssertions::test_dfcc:
CharAssertions.h:24: Error: Expected (str1 != str2), found (toto)
In CharAssertions::test_dfcm:
CharAssertions.h:24: Error: Expected (str1 != str2), found (toto)
In CharAssertions::test_dfmc:
CharAssertions.h:24: Error: Expected (str1 != str2), found (toto)
In CharAssertions::test_dfmm:
CharAssertions.h:24: Error: Expected (str1 != str2), found (toto)
....
In CharAssertions::test_efcc:
CharAssertions.h:36: Error: Expected (str1 == str2), found (toto != nekobus)
In CharAssertions::test_efcm:
CharAssertions.h:36: Error: Expected (str1 == str2), found (toto != nekobus)
In CharAssertions::test_efmc:
CharAssertions.h:36: Error: Expected (str1 == str2), found (toto != nekobus)
In CharAssertions::test_efmm:
CharAssertions.h:36: Error: Expected (str1 == str2), found (toto != nekobus)
Failed 8 and Skipped 0 of 16 tests
Success rate: 50%
Error level = 8