Skip to main content

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





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1510298.68%5.809
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.test151205.809

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite151205.809
Back to top


TestCase BareTestSuite

NameStatusTypeTime(s)
testVariableSuccess0.168
testFunctionInvocationSuccess0.023
testFunctionInvocationWithParamsSuccess0.040
testStaticFunctionInvocationSuccess0.026
testArrayVariableWithoutIndexSuccess0.021
testArrayVariableSuccess0.067
testHashTableVariableSuccess0.058
testListVariableSuccess0.166
testAssignmentSuccess0.080
testReflectionSimpleSuccess0.037
testReflectionNestedSuccess0.045
testReflectionFunctionSuccess0.044
testReflectionComplexSuccess0.038
testStaticMemberSimpleSuccess0.040
testStaticMemberWithArraySuccess0.046
testDispatchSimpleSuccess0.054
testDispatchNestedSuccess0.051
testDispatchWithStaticCallSuccess0.048
testDispatchNestedWithStaticCallSuccess0.055
testCloneSuccess0.038
testCastOfVariableSuccess0.038
testCastOfDispatchSuccess0.046
testClassConstantSuccess0.078
testClassVarSuccess0.053
testAbsClassSuccess0.035
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.021
testPostfixSimpleSuccess0.040
testPostfixWithFunctionSuccess0.043
testPrefixSimpleSuccess0.038
testPrefixWithFunctionSuccess0.044
testUnaryOperationSimpleSuccess0.040
testUnaryOperationWithFunctionSuccess0.031
testUnaryOperationComplexSuccess0.019
testClassInstanciationSimpleSuccess0.021
testClassInstanciationVariableSuccess0.031
testClassInstanciationFunctionSuccess0.026
testRefernceSimpleSuccess0.018
testRefernceWithFunctionSuccess0.018
testRefernceInstanciationSuccess0.019
testInstanceofSimpleSuccess0.017
testInstanceofWithFunctionSuccess0.018
testInstanceofDispatchSuccess0.019
testIgnoreErrorSuccess0.018
testIncludeSuccess0.017
testIncludeOnceSuccess0.020
testRequireSuccess0.019
testRequireOnceSuccess0.020
testArraySuccess0.027
testArrayKeyValueSuccess0.021
testArrayComplexSuccess0.025
testConditionalExpressionSuccess0.022
testPlusOperationSuccess0.017
testMinusOperationSuccess0.019
testAndOperationSuccess0.067
testBitwiseOperationSuccess0.017
testConcatOperationSuccess0.015
testQuoteSuccess0.017
testSingleQuoteSuccess0.018
testEncapsQuoteSuccess0.020
testQuoteWithOffsetNumberSuccess0.017
testQuoteWithCurlySuccess0.017
testQuoteWithOffsetStringSuccess0.016
testHeredocSuccess0.015
testEmptyHeredocSuccess0.014
testBreakStatementSuccess0.020
testContinueStatementExpressionSuccess0.017
testContinueEmptySuccess0.016
testReturnStatementSuccess0.016
testEchoStatementSuccess0.015
testSwitchStatementSuccess0.021
testSwitchStatement1Success0.018
testSwitchStatement2Success0.018
testSwitchStatement3Success0.015
testSwitchStatement4Success0.015
testIfStatementSuccess0.021
testEndIfStatementSuccess0.019
testNewIfStatementSuccess0.016
testWhileStatementSuccess0.017
testWhileEndStatementSuccess0.017
testDoWhileStatementSuccess0.018
testForStatementSuccess0.020
testEndForStatementSuccess0.018
testForStatementNoConditionSuccess0.020
testForStatementNoArgsSuccess0.014
testEmptyForStatementSuccess0.019
testForEachStatementSuccess0.018
testForEachStatement1Success0.020
testForEachStatementWithValueSuccess0.019
testForEachStatementBlockedSuccess0.021
testTryCatchStatementSuccess0.017
testTryMultiCatchStatementSuccess0.019
testGlobalStatementSimpleSuccess0.017
testGlobalStatementMultipleSuccess0.014
testStaticSuccess0.017
testDeclareSimpleSuccess0.015
testEmptyDeclareSuccess0.014
testDeclareWithStatementSuccess0.015
testEndDeclareSuccess0.014
testFunctionDeclarationSuccess0.014
testFunctionDeclarationReferenceSuccess0.212
testFunctionDeclarationWithParamsSuccess0.018
testFunctionDeclarationWithParams2Success0.015
testClassDeclarationSimpleSuccess0.016
testClassDeclarationWithDeclarationsSuccess0.021
testInterfaceDeclarationSimpleSuccess0.014
testInterfaceDeclarationWithDeclarationsSuccess0.016
testCommentSingleSuccess0.014
testCommentMultiSuccess0.014
testCommentMulti2Success0.013
testCommentPhpDocBlockSuccess0.025
testCommentVarSuccess0.014
testEmptySuccess0.015
testEvalSuccess0.014
testBacktickExpressionSuccess0.014
testBacktickExpression1Success0.014
testErrorStatementSuccess0.014
testErrorBlockSuccess0.014
testCodeWithDocSuccess0.016
testFuncDefineSuccess0.014
testFuncIsSetSuccess0.014
testEnclosedVarSuccess0.027
testStaticVarListSuccess0.025
testMethodModifiersSuccess0.029
testNonEmptyArrayPairListSuccess0.036
testObjectDimListSuccess0.042
testHaltSuccess0.032
testVariableExpressionsSuccess0.048
testNotVariableExpressionsSuccess0.056
testNotVariableExpressions1Success0.036
testUnsetVarsSuccess0.026
testUseFilenameSuccess0.024
testThrowSuccess0.022
testInnerDeclarationsSuccess0.022
testParametersSuccess0.028
testPHPconstsSuccess0.024
testStaticScalarSuccess0.041
testScalarSuccess0.020
testCtorSuccess0.021
testCommentsSuccess0.131
testHeredocsSuccess0.016
testLexOperatorsSuccess0.051
testReservedWordsSuccess0.062
testSamplePhpSuccess0.862
testStringsSuccess0.009
testCommentsSuccess0.028
testHeredocsSuccess0.011
testLexOperatorsSuccess0.018
testReservedWordsSuccess0.020
testSamplePhpSuccess0.314
testStringsSuccess0.008
testVariableErrorFile: /tmp/phpdoc_testparam8469Golden :phpdoc_testparam.xml Diff : (line: 2, offset: 0) expected= actual=/

junit.framework.AssertionFailedError: File: /tmp/phpdoc_testparam8469Golden :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.004

Back to top

Attachment: bug_distribution.csv
Description: Binary data


Back to the top