Skip to main content

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





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1510298.68%6.776
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.776

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite151206.776
Back to top


TestCase BareTestSuite

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

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