Skip to main content

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





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1510298.68%8.268
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.test151208.268

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite151208.268
Back to top


TestCase BareTestSuite

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

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