Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-unit-test] Nightly build results 200802142001





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1510298.68%6.510
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.php.test151206.510

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite151206.510
Back to top


TestCase BareTestSuite

NameStatusTypeTime(s)
testVariableSuccess0.178
testFunctionInvocationSuccess0.024
testFunctionInvocationWithParamsSuccess0.044
testStaticFunctionInvocationSuccess0.030
testArrayVariableWithoutIndexSuccess0.023
testArrayVariableSuccess0.034
testHashTableVariableSuccess0.024
testListVariableSuccess0.034
testAssignmentSuccess0.031
testReflectionSimpleSuccess0.020
testReflectionNestedSuccess0.024
testReflectionFunctionSuccess0.024
testReflectionComplexSuccess0.020
testStaticMemberSimpleSuccess0.020
testStaticMemberWithArraySuccess0.019
testDispatchSimpleSuccess0.021
testDispatchNestedSuccess0.022
testDispatchWithStaticCallSuccess0.020
testDispatchNestedWithStaticCallSuccess0.023
testCloneSuccess0.017
testCastOfVariableSuccess0.018
testCastOfDispatchSuccess0.021
testClassConstantSuccess0.027
testClassVarSuccess0.025
testAbsClassSuccess0.019
testClassVarCommentErrorN/A

java.lang.NullPointerException
at java.util.LinkedList.addAll(LinkedList.java:280)
at java.util.LinkedList.addAll(LinkedList.java:257)
at org.eclipse.php.internal.core.compiler.ast.parser.CUP$PhpAstParser5$actions.CUP$PhpAstParser5$do_action(Unknown Source)
at org.eclipse.php.internal.core.compiler.ast.parser.PhpAstParser5.do_action(Unknown Source)
at org.eclipse.php.internal.core.phpModel.javacup.runtime.lr_parser.parse(Unknown Source)
at org.eclipse.php.internal.core.compiler.ast.parser.PHPSourceParser5.parse(Unknown Source)
at org.eclipse.php.test.bare.core.compiler.ast.TestAstCreation.parseAndCompare(Unknown Source)
at org.eclipse.php.test.bare.core.compiler.ast.TestAstCreation.parseStringAndCompare(Unknown Source)
at org.eclipse.php.test.bare.core.compiler.ast.TestAstCreation.testClassVarComment(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501)
at org.eclipse.equinox.launcher.Main.run(Main.java:1239)
at org.eclipse.equinox.launcher.Main.main(Main.java:1215)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.018
testPostfixSimpleSuccess0.017
testPostfixWithFunctionSuccess0.022
testPrefixSimpleSuccess0.018
testPrefixWithFunctionSuccess0.018
testUnaryOperationSimpleSuccess0.020
testUnaryOperationWithFunctionSuccess0.020
testUnaryOperationComplexSuccess0.020
testClassInstanciationSimpleSuccess0.019
testClassInstanciationVariableSuccess0.019
testClassInstanciationFunctionSuccess0.092
testRefernceSimpleSuccess0.019
testRefernceWithFunctionSuccess0.019
testRefernceInstanciationSuccess0.020
testInstanceofSimpleSuccess0.018
testInstanceofWithFunctionSuccess0.018
testInstanceofDispatchSuccess0.019
testIgnoreErrorSuccess0.021
testIncludeSuccess0.018
testIncludeOnceSuccess0.017
testRequireSuccess0.019
testRequireOnceSuccess0.018
testArraySuccess0.028
testArrayKeyValueSuccess0.023
testArrayComplexSuccess0.055
testConditionalExpressionSuccess0.053
testPlusOperationSuccess0.048
testMinusOperationSuccess0.043
testAndOperationSuccess0.066
testBitwiseOperationSuccess0.044
testConcatOperationSuccess0.161
testQuoteSuccess0.049
testSingleQuoteSuccess0.057
testEncapsQuoteSuccess0.058
testQuoteWithOffsetNumberSuccess0.053
testQuoteWithCurlySuccess0.041
testQuoteWithOffsetStringSuccess0.044
testHeredocSuccess0.052
testEmptyHeredocSuccess0.035
testBreakStatementSuccess0.055
testContinueStatementExpressionSuccess0.034
testContinueEmptySuccess0.031
testReturnStatementSuccess0.037
testEchoStatementSuccess0.030
testSwitchStatementSuccess0.046
testSwitchStatement1Success0.038
testSwitchStatement2Success0.034
testSwitchStatement3Success0.031
testSwitchStatement4Success0.026
testIfStatementSuccess0.038
testEndIfStatementSuccess0.039
testNewIfStatementSuccess0.032
testWhileStatementSuccess0.031
testWhileEndStatementSuccess0.031
testDoWhileStatementSuccess0.023
testForStatementSuccess0.017
testEndForStatementSuccess0.019
testForStatementNoConditionSuccess0.018
testForStatementNoArgsSuccess0.160
testEmptyForStatementSuccess0.019
testForEachStatementSuccess0.018
testForEachStatement1Success0.018
testForEachStatementWithValueSuccess0.017
testForEachStatementBlockedSuccess0.016
testTryCatchStatementSuccess0.070
testTryMultiCatchStatementSuccess0.018
testGlobalStatementSimpleSuccess0.017
testGlobalStatementMultipleSuccess0.014
testStaticSuccess0.016
testDeclareSimpleSuccess0.017
testEmptyDeclareSuccess0.015
testDeclareWithStatementSuccess0.015
testEndDeclareSuccess0.019
testFunctionDeclarationSuccess0.018
testFunctionDeclarationReferenceSuccess0.016
testFunctionDeclarationWithParamsSuccess0.018
testFunctionDeclarationWithParams2Success0.015
testClassDeclarationSimpleSuccess0.013
testClassDeclarationWithDeclarationsSuccess0.020
testInterfaceDeclarationSimpleSuccess0.014
testInterfaceDeclarationWithDeclarationsSuccess0.016
testCommentSingleSuccess0.013
testCommentMultiSuccess0.014
testCommentMulti2Success0.015
testCommentPhpDocBlockSuccess0.026
testCommentVarSuccess0.016
testEmptySuccess0.015
testEvalSuccess0.017
testBacktickExpressionSuccess0.016
testBacktickExpression1Success0.014
testErrorStatementSuccess0.017
testErrorBlockSuccess0.014
testCodeWithDocSuccess0.018
testFuncDefineSuccess0.014
testFuncIsSetSuccess0.015
testEnclosedVarSuccess0.017
testStaticVarListSuccess0.015
testMethodModifiersSuccess0.016
testNonEmptyArrayPairListSuccess0.020
testObjectDimListSuccess0.025
testHaltSuccess0.018
testVariableExpressionsSuccess0.023
testNotVariableExpressionsSuccess0.033
testNotVariableExpressions1Success0.027
testUnsetVarsSuccess0.021
testUseFilenameSuccess0.019
testThrowSuccess0.019
testInnerDeclarationsSuccess0.017
testParametersSuccess0.022
testPHPconstsSuccess0.017
testStaticScalarSuccess0.027
testScalarSuccess0.018
testCtorSuccess0.018
testCommentsSuccess0.060
testHeredocsSuccess0.010
testLexOperatorsSuccess0.035
testReservedWordsSuccess0.260
testSamplePhpSuccess0.868
testStringsSuccess0.021
testCommentsSuccess0.124
testHeredocsSuccess0.033
testLexOperatorsSuccess0.047
testReservedWordsSuccess0.058
testSamplePhpSuccess0.750
testStringsSuccess0.009
testVariableErrorFile: /tmp/phpdoc_testparam2186Golden :phpdoc_testparam.xml Diff : (line: 2, offset: 0) expected= actual=/

junit.framework.AssertionFailedError: File: /tmp/phpdoc_testparam2186Golden :phpdoc_testparam.xml
Diff : (line: 2, offset: 0) expected=
actual=/
at org.eclipse.php.test.infra.testcase.PhpTestCase.compareFileVsGolden(Unknown Source)
at org.eclipse.php.test.infra.testcase.PhpTestCase.assertGolden(Unknown Source)
at org.eclipse.php.test.bare.core.compiler.ast.documentor.TestDocumentorLexer.parseAndCompare(Unknown Source)
at org.eclipse.php.test.bare.core.compiler.ast.documentor.TestDocumentorLexer.parseStringAndCompare(Unknown Source)
at org.eclipse.php.test.bare.core.compiler.ast.documentor.TestDocumentorLexer.testVariable(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501)
at org.eclipse.equinox.launcher.Main.run(Main.java:1239)
at org.eclipse.equinox.launcher.Main.main(Main.java:1215)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.003

Back to top

Attachment: bug_distribution.csv
Description: Binary data


Back to the top