Skip to main content

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





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1510298.68%6.363
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.363

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite151206.363
Back to top


TestCase BareTestSuite

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

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