Skip to main content

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





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1510298.68%9.455
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.test151209.455

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite151209.455
Back to top


TestCase BareTestSuite

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

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

Back to top

Attachment: bug_distribution.csv
Description: Binary data


Back to the top