[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[pdt-unit-test] Nightly build results 200802152001
|
Unit Test Results
Summary
Tests | Failures | Errors | Success rate | Time |
151 | 0 | 2 | 98.68% | 5.809 |
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.168 |
testFunctionInvocation | Success | | 0.023 |
testFunctionInvocationWithParams | Success | | 0.040 |
testStaticFunctionInvocation | Success | | 0.026 |
testArrayVariableWithoutIndex | Success | | 0.021 |
testArrayVariable | Success | | 0.067 |
testHashTableVariable | Success | | 0.058 |
testListVariable | Success | | 0.166 |
testAssignment | Success | | 0.080 |
testReflectionSimple | Success | | 0.037 |
testReflectionNested | Success | | 0.045 |
testReflectionFunction | Success | | 0.044 |
testReflectionComplex | Success | | 0.038 |
testStaticMemberSimple | Success | | 0.040 |
testStaticMemberWithArray | Success | | 0.046 |
testDispatchSimple | Success | | 0.054 |
testDispatchNested | Success | | 0.051 |
testDispatchWithStaticCall | Success | | 0.048 |
testDispatchNestedWithStaticCall | Success | | 0.055 |
testClone | Success | | 0.038 |
testCastOfVariable | Success | | 0.038 |
testCastOfDispatch | Success | | 0.046 |
testClassConstant | Success | | 0.078 |
testClassVar | Success | | 0.053 |
testAbsClass | Success | | 0.035 |
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.021 |
testPostfixSimple | Success | | 0.040 |
testPostfixWithFunction | Success | | 0.043 |
testPrefixSimple | Success | | 0.038 |
testPrefixWithFunction | Success | | 0.044 |
testUnaryOperationSimple | Success | | 0.040 |
testUnaryOperationWithFunction | Success | | 0.031 |
testUnaryOperationComplex | Success | | 0.019 |
testClassInstanciationSimple | Success | | 0.021 |
testClassInstanciationVariable | Success | | 0.031 |
testClassInstanciationFunction | Success | | 0.026 |
testRefernceSimple | Success | | 0.018 |
testRefernceWithFunction | Success | | 0.018 |
testRefernceInstanciation | Success | | 0.019 |
testInstanceofSimple | Success | | 0.017 |
testInstanceofWithFunction | Success | | 0.018 |
testInstanceofDispatch | Success | | 0.019 |
testIgnoreError | Success | | 0.018 |
testInclude | Success | | 0.017 |
testIncludeOnce | Success | | 0.020 |
testRequire | Success | | 0.019 |
testRequireOnce | Success | | 0.020 |
testArray | Success | | 0.027 |
testArrayKeyValue | Success | | 0.021 |
testArrayComplex | Success | | 0.025 |
testConditionalExpression | Success | | 0.022 |
testPlusOperation | Success | | 0.017 |
testMinusOperation | Success | | 0.019 |
testAndOperation | Success | | 0.067 |
testBitwiseOperation | Success | | 0.017 |
testConcatOperation | Success | | 0.015 |
testQuote | Success | | 0.017 |
testSingleQuote | Success | | 0.018 |
testEncapsQuote | Success | | 0.020 |
testQuoteWithOffsetNumber | Success | | 0.017 |
testQuoteWithCurly | Success | | 0.017 |
testQuoteWithOffsetString | Success | | 0.016 |
testHeredoc | Success | | 0.015 |
testEmptyHeredoc | Success | | 0.014 |
testBreakStatement | Success | | 0.020 |
testContinueStatementExpression | Success | | 0.017 |
testContinueEmpty | Success | | 0.016 |
testReturnStatement | Success | | 0.016 |
testEchoStatement | Success | | 0.015 |
testSwitchStatement | Success | | 0.021 |
testSwitchStatement1 | Success | | 0.018 |
testSwitchStatement2 | Success | | 0.018 |
testSwitchStatement3 | Success | | 0.015 |
testSwitchStatement4 | Success | | 0.015 |
testIfStatement | Success | | 0.021 |
testEndIfStatement | Success | | 0.019 |
testNewIfStatement | Success | | 0.016 |
testWhileStatement | Success | | 0.017 |
testWhileEndStatement | Success | | 0.017 |
testDoWhileStatement | Success | | 0.018 |
testForStatement | Success | | 0.020 |
testEndForStatement | Success | | 0.018 |
testForStatementNoCondition | Success | | 0.020 |
testForStatementNoArgs | Success | | 0.014 |
testEmptyForStatement | Success | | 0.019 |
testForEachStatement | Success | | 0.018 |
testForEachStatement1 | Success | | 0.020 |
testForEachStatementWithValue | Success | | 0.019 |
testForEachStatementBlocked | Success | | 0.021 |
testTryCatchStatement | Success | | 0.017 |
testTryMultiCatchStatement | Success | | 0.019 |
testGlobalStatementSimple | Success | | 0.017 |
testGlobalStatementMultiple | Success | | 0.014 |
testStatic | Success | | 0.017 |
testDeclareSimple | Success | | 0.015 |
testEmptyDeclare | Success | | 0.014 |
testDeclareWithStatement | Success | | 0.015 |
testEndDeclare | Success | | 0.014 |
testFunctionDeclaration | Success | | 0.014 |
testFunctionDeclarationReference | Success | | 0.212 |
testFunctionDeclarationWithParams | Success | | 0.018 |
testFunctionDeclarationWithParams2 | Success | | 0.015 |
testClassDeclarationSimple | Success | | 0.016 |
testClassDeclarationWithDeclarations | Success | | 0.021 |
testInterfaceDeclarationSimple | Success | | 0.014 |
testInterfaceDeclarationWithDeclarations | Success | | 0.016 |
testCommentSingle | Success | | 0.014 |
testCommentMulti | Success | | 0.014 |
testCommentMulti2 | Success | | 0.013 |
testCommentPhpDocBlock | Success | | 0.025 |
testCommentVar | Success | | 0.014 |
testEmpty | Success | | 0.015 |
testEval | Success | | 0.014 |
testBacktickExpression | Success | | 0.014 |
testBacktickExpression1 | Success | | 0.014 |
testErrorStatement | Success | | 0.014 |
testErrorBlock | Success | | 0.014 |
testCodeWithDoc | Success | | 0.016 |
testFuncDefine | Success | | 0.014 |
testFuncIsSet | Success | | 0.014 |
testEnclosedVar | Success | | 0.027 |
testStaticVarList | Success | | 0.025 |
testMethodModifiers | Success | | 0.029 |
testNonEmptyArrayPairList | Success | | 0.036 |
testObjectDimList | Success | | 0.042 |
testHalt | Success | | 0.032 |
testVariableExpressions | Success | | 0.048 |
testNotVariableExpressions | Success | | 0.056 |
testNotVariableExpressions1 | Success | | 0.036 |
testUnsetVars | Success | | 0.026 |
testUseFilename | Success | | 0.024 |
testThrow | Success | | 0.022 |
testInnerDeclarations | Success | | 0.022 |
testParameters | Success | | 0.028 |
testPHPconsts | Success | | 0.024 |
testStaticScalar | Success | | 0.041 |
testScalar | Success | | 0.020 |
testCtor | Success | | 0.021 |
testComments | Success | | 0.131 |
testHeredocs | Success | | 0.016 |
testLexOperators | Success | | 0.051 |
testReservedWords | Success | | 0.062 |
testSamplePhp | Success | | 0.862 |
testStrings | Success | | 0.009 |
testComments | Success | | 0.028 |
testHeredocs | Success | | 0.011 |
testLexOperators | Success | | 0.018 |
testReservedWords | Success | | 0.020 |
testSamplePhp | Success | | 0.314 |
testStrings | Success | | 0.008 |
testVariable | Error | File: /tmp/phpdoc_testparam8469Golden :phpdoc_testparam.xml Diff : (line: 2, offset: 0) expected= actual=/
junit.framework.AssertionFailedError: File: /tmp/phpdoc_testparam8469Golden :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