File: expected_verifyexceptionthrown.teamcity

package info (click to toggle)
qtbase-opensource-src 5.7.1%2Bdfsg-3%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 283,652 kB
  • sloc: cpp: 1,754,662; ansic: 433,142; xml: 100,291; python: 9,650; sh: 7,671; java: 6,543; asm: 4,283; perl: 2,217; yacc: 1,733; lex: 1,194; makefile: 333; objc: 70
file content (30 lines) | stat: -rw-r--r-- 2,618 bytes parent folder | download
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
##teamcity[testSuiteStarted name='tst_VerifyExceptionThrown']
##teamcity[testStarted name='initTestCase()']
##teamcity[testFinished name='initTestCase()']
##teamcity[testStarted name='testCorrectStdTypes()']
##teamcity[testFinished name='testCorrectStdTypes()']
##teamcity[testStarted name='testCorrectStdExceptions()']
##teamcity[testFinished name='testCorrectStdExceptions()']
##teamcity[testStarted name='testCorrectMyExceptions()']
##teamcity[testFinished name='testCorrectMyExceptions()']
##teamcity[testStarted name='testFailInt()']
##teamcity[testFailed name='testFailInt()' message='Failure! |[Loc: tst_verifyexceptionthrown.cpp(120)|]' details='Expected exception of type double to be thrown but unknown exception caught']
##teamcity[testFinished name='testFailInt()']
##teamcity[testStarted name='testFailStdString()']
##teamcity[testFailed name='testFailStdString()' message='Failure! |[Loc: tst_verifyexceptionthrown.cpp(125)|]' details='Expected exception of type char* to be thrown but unknown exception caught']
##teamcity[testFinished name='testFailStdString()']
##teamcity[testStarted name='testFailStdRuntimeError()']
##teamcity[testFailed name='testFailStdRuntimeError()' message='Failure! |[Loc: tst_verifyexceptionthrown.cpp(130)|]' details='Expected exception of type std::runtime_error to be thrown but std::exception caught with message: logic error']
##teamcity[testFinished name='testFailStdRuntimeError()']
##teamcity[testStarted name='testFailMyException()']
##teamcity[testFailed name='testFailMyException()' message='Failure! |[Loc: tst_verifyexceptionthrown.cpp(135)|]' details='Expected exception of type MyBaseException to be thrown but std::exception caught with message: logic error']
##teamcity[testFinished name='testFailMyException()']
##teamcity[testStarted name='testFailMyDerivedException()']
##teamcity[testFailed name='testFailMyDerivedException()' message='Failure! |[Loc: tst_verifyexceptionthrown.cpp(140)|]' details='Expected exception of type std::runtime_error to be thrown but std::exception caught with message: MyDerivedException']
##teamcity[testFinished name='testFailMyDerivedException()']
##teamcity[testStarted name='testFailNoException()']
##teamcity[testFailed name='testFailNoException()' message='Failure! |[Loc: tst_verifyexceptionthrown.cpp(145)|]' details='Expected exception of type std::exception to be thrown but no exception caught']
##teamcity[testFinished name='testFailNoException()']
##teamcity[testStarted name='cleanupTestCase()']
##teamcity[testFinished name='cleanupTestCase()']
##teamcity[testSuiteFinished name='tst_VerifyExceptionThrown']