[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
[pdt-unit-test] Nightly build results 200802112001
|
Unit Test Results
Summary
| Tests | Failures | Errors | Success rate | Time |
| 151 | 0 | 2 | 98.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.
Package org.eclipse.php.test
Back to top
TestCase BareTestSuite
| Name | Status | Type | Time(s) |
| testVariable | Success | | 0.264 |
| testFunctionInvocation | Success | | 0.047 |
| testFunctionInvocationWithParams | Success | | 0.043 |
| testStaticFunctionInvocation | Success | | 0.027 |
| testArrayVariableWithoutIndex | Success | | 0.022 |
| testArrayVariable | Success | | 0.031 |
| testHashTableVariable | Success | | 0.023 |
| testListVariable | Success | | 0.030 |
| testAssignment | Success | | 0.030 |
| testReflectionSimple | Success | | 0.020 |
| testReflectionNested | Success | | 0.022 |
| testReflectionFunction | Success | | 0.023 |
| testReflectionComplex | Success | | 0.023 |
| testStaticMemberSimple | Success | | 0.018 |
| testStaticMemberWithArray | Success | | 0.020 |
| testDispatchSimple | Success | | 0.021 |
| testDispatchNested | Success | | 0.021 |
| testDispatchWithStaticCall | Success | | 0.021 |
| testDispatchNestedWithStaticCall | Success | | 0.022 |
| testClone | Success | | 0.018 |
| testCastOfVariable | Success | | 0.018 |
| testCastOfDispatch | Success | | 0.020 |
| testClassConstant | Success | | 0.028 |
| testClassVar | Success | | 0.023 |
| testAbsClass | Success | | 0.018 |
| testClassVarComment | Error | N/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 |
| testPostfixSimple | Success | | 0.018 |
| testPostfixWithFunction | Success | | 0.018 |
| testPrefixSimple | Success | | 0.018 |
| testPrefixWithFunction | Success | | 0.018 |
| testUnaryOperationSimple | Success | | 0.020 |
| testUnaryOperationWithFunction | Success | | 0.021 |
| testUnaryOperationComplex | Success | | 0.020 |
| testClassInstanciationSimple | Success | | 0.020 |
| testClassInstanciationVariable | Success | | 0.019 |
| testClassInstanciationFunction | Success | | 0.030 |
| testRefernceSimple | Success | | 0.021 |
| testRefernceWithFunction | Success | | 0.020 |
| testRefernceInstanciation | Success | | 0.019 |
| testInstanceofSimple | Success | | 0.020 |
| testInstanceofWithFunction | Success | | 0.019 |
| testInstanceofDispatch | Success | | 0.021 |
| testIgnoreError | Success | | 0.021 |
| testInclude | Success | | 0.042 |
| testIncludeOnce | Success | | 0.042 |
| testRequire | Success | | 0.063 |
| testRequireOnce | Success | | 0.046 |
| testArray | Success | | 0.088 |
| testArrayKeyValue | Success | | 0.066 |
| testArrayComplex | Success | | 0.070 |
| testConditionalExpression | Success | | 0.052 |
| testPlusOperation | Success | | 0.043 |
| testMinusOperation | Success | | 0.051 |
| testAndOperation | Success | | 0.120 |
| testBitwiseOperation | Success | | 0.036 |
| testConcatOperation | Success | | 0.041 |
| testQuote | Success | | 0.040 |
| testSingleQuote | Success | | 0.051 |
| testEncapsQuote | Success | | 0.052 |
| testQuoteWithOffsetNumber | Success | | 0.044 |
| testQuoteWithCurly | Success | | 0.036 |
| testQuoteWithOffsetString | Success | | 0.034 |
| testHeredoc | Success | | 0.031 |
| testEmptyHeredoc | Success | | 0.030 |
| testBreakStatement | Success | | 0.042 |
| testContinueStatementExpression | Success | | 0.030 |
| testContinueEmpty | Success | | 0.029 |
| testReturnStatement | Success | | 0.030 |
| testEchoStatement | Success | | 0.026 |
| testSwitchStatement | Success | | 0.044 |
| testSwitchStatement1 | Success | | 0.037 |
| testSwitchStatement2 | Success | | 0.029 |
| testSwitchStatement3 | Success | | 0.031 |
| testSwitchStatement4 | Success | | 0.023 |
| testIfStatement | Success | | 0.025 |
| testEndIfStatement | Success | | 0.025 |
| testNewIfStatement | Success | | 0.019 |
| testWhileStatement | Success | | 0.020 |
| testWhileEndStatement | Success | | 0.021 |
| testDoWhileStatement | Success | | 0.017 |
| testForStatement | Success | | 0.017 |
| testEndForStatement | Success | | 0.018 |
| testForStatementNoCondition | Success | | 0.023 |
| testForStatementNoArgs | Success | | 0.018 |
| testEmptyForStatement | Success | | 0.025 |
| testForEachStatement | Success | | 0.022 |
| testForEachStatement1 | Success | | 0.024 |
| testForEachStatementWithValue | Success | | 0.019 |
| testForEachStatementBlocked | Success | | 0.019 |
| testTryCatchStatement | Success | | 0.023 |
| testTryMultiCatchStatement | Success | | 0.025 |
| testGlobalStatementSimple | Success | | 0.023 |
| testGlobalStatementMultiple | Success | | 0.018 |
| testStatic | Success | | 0.017 |
| testDeclareSimple | Success | | 0.015 |
| testEmptyDeclare | Success | | 0.014 |
| testDeclareWithStatement | Success | | 0.015 |
| testEndDeclare | Success | | 0.017 |
| testFunctionDeclaration | Success | | 0.016 |
| testFunctionDeclarationReference | Success | | 0.014 |
| testFunctionDeclarationWithParams | Success | | 0.018 |
| testFunctionDeclarationWithParams2 | Success | | 0.019 |
| testClassDeclarationSimple | Success | | 0.014 |
| testClassDeclarationWithDeclarations | Success | | 0.024 |
| testInterfaceDeclarationSimple | Success | | 0.017 |
| testInterfaceDeclarationWithDeclarations | Success | | 0.021 |
| testCommentSingle | Success | | 0.203 |
| testCommentMulti | Success | | 0.015 |
| testCommentMulti2 | Success | | 0.015 |
| testCommentPhpDocBlock | Success | | 0.032 |
| testCommentVar | Success | | 0.020 |
| testEmpty | Success | | 0.017 |
| testEval | Success | | 0.018 |
| testBacktickExpression | Success | | 0.019 |
| testBacktickExpression1 | Success | | 0.019 |
| testErrorStatement | Success | | 0.015 |
| testErrorBlock | Success | | 0.014 |
| testCodeWithDoc | Success | | 0.018 |
| testFuncDefine | Success | | 0.016 |
| testFuncIsSet | Success | | 0.016 |
| testEnclosedVar | Success | | 0.016 |
| testStaticVarList | Success | | 0.015 |
| testMethodModifiers | Success | | 0.017 |
| testNonEmptyArrayPairList | Success | | 0.020 |
| testObjectDimList | Success | | 0.021 |
| testHalt | Success | | 0.022 |
| testVariableExpressions | Success | | 0.030 |
| testNotVariableExpressions | Success | | 0.030 |
| testNotVariableExpressions1 | Success | | 0.021 |
| testUnsetVars | Success | | 0.017 |
| testUseFilename | Success | | 0.018 |
| testThrow | Success | | 0.017 |
| testInnerDeclarations | Success | | 0.016 |
| testParameters | Success | | 0.018 |
| testPHPconsts | Success | | 0.017 |
| testStaticScalar | Success | | 0.029 |
| testScalar | Success | | 0.018 |
| testCtor | Success | | 0.019 |
| testComments | Success | | 0.056 |
| testHeredocs | Success | | 0.009 |
| testLexOperators | Success | | 0.032 |
| testReservedWords | Success | | 0.042 |
| testSamplePhp | Success | | 0.825 |
| testStrings | Success | | 0.018 |
| testComments | Success | | 0.099 |
| testHeredocs | Success | | 0.026 |
| testLexOperators | Success | | 0.044 |
| testReservedWords | Success | | 0.047 |
| testSamplePhp | Success | | 0.852 |
| testStrings | Success | | 0.009 |
| testVariable | Error | File: /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