Skip to main content

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





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
40601795.81%171.156
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.test406170171.156

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite12001.464
HeadlessTestSuite394170169.692
Back to top


TestCase BareTestSuite

NameStatusTypeTime(s)
testCommentsSuccess0.111
testHeredocsSuccess0.037
testLexOperatorsSuccess0.061
testReservedWordsSuccess0.058
testSamplePhpSuccess0.550
testStringsSuccess0.010
testCommentsSuccess0.030
testHeredocsSuccess0.013
testLexOperatorsSuccess0.028
testReservedWordsSuccess0.035
testSamplePhpSuccess0.300
testStringsSuccess0.009

Back to top

TestCase HeadlessTestSuite

NameStatusTypeTime(s)
testLoadUnloadSuccess52.600
testGoldenExceptionSuccess0.005
testGoldenEqualSuccess0.003
testVariableSuccess0.172
testFunctionInvocationSuccess0.025
testFunctionInvocationWithParamsSuccess0.031
testStaticFunctionInvocationSuccess0.026
testArrayVariableWithoutIndexSuccess0.022
testArrayVariableSuccess0.024
testArrayVariableMultiIndexSuccess0.027
testHashTableVariableSuccess0.022
testListVariableSuccess0.025
testNestedListVariableSuccess0.026
testAssignmentSuccess0.021
testPlusAssignmentSuccess0.021
testSLAssignmentSuccess0.021
testReflectionSimpleSuccess0.019
testReflectionNestedSuccess0.021
testReflectionFunctionSuccess0.021
testReflectionComplexSuccess0.019
testStaticMemberSimpleSuccess0.020
testStaticMemberWithArraySuccess0.023
testDispatchSimpleSuccess0.020
testDispatchNestedSuccess0.022
testDispatchWithStaticCallSuccess0.019
testDispatchNestedWithStaticCallSuccess0.022
testCloneSuccess0.015
testCastOfVariableSuccess0.016
testCastOfDispatchSuccess0.018
testClassConstantSuccess0.018
testPostfixSimpleSuccess0.016
testPostfixWithFunctionSuccess0.014
testPrefixSimpleSuccess0.015
testPrefixWithFunctionSuccess0.014
testUnaryOperationSimpleSuccess0.015
testUnaryOperationWithFunctionSuccess0.014
testUnaryOperationComplexSuccess0.015
testClassInstanciationSimpleSuccess0.017
testClassInstanciationVariableSuccess0.014
testClassInstanciationFunctionSuccess0.016
testRefernceSimpleSuccess0.015
testRefernceWithFunctionSuccess0.016
testRefernceInstanciationSuccess0.015
testInstanceofSimpleSuccess0.014
testInstanceofWithFunctionSuccess0.015
testInstanceofDispatchSuccess0.016
testIgnoreErrorSuccess0.016
testIncludeSuccess0.015
testIncludeOnceSuccess0.014
testRequireSuccess0.016
testRequireOnceSuccess0.014
testArraySuccess0.017
testArrayKeyValueSuccess0.016
testArrayComplexSuccess0.021
testConditionalExpressionSuccess0.016
testPlusOperationSuccess0.014
testMinusOperationSuccess0.014
testAndOperationSuccess0.018
testConcatOperationSuccess0.016
testQuoteSuccess0.019
testSingleQuoteSuccess0.018
testQuoteWithOffsetNumberSuccess0.016
testQuoteWithCurlySuccess0.016
testQuoteWithOffsetStringSuccess0.017
testHeredocSuccess0.016
testEmptyHeredocSuccess0.013
testNotQuoteSuccess0.057
testBreakStatementSuccess0.014
testContinueStatementExpressionSuccess0.014
testContinueEmptySuccess0.023
testReturnStatementSuccess0.013
testReturnExprStatementSuccess0.013
testEchoStatementSuccess0.015
testSwitchStatementSuccess0.022
testIfStatementSuccess0.023
testEndIfStatementSuccess0.021
testWhileStatementSuccess0.017
testWhileEndStatementSuccess0.017
testDoWhileStatementSuccess0.017
testForStatementSuccess0.021
testEndForStatementSuccess0.020
testForStatementNoConditionSuccess0.021
testForStatementNoArgsSuccess0.022
testEmptyForStatementSuccess0.025
testForEachStatementSuccess0.019
testForEachStatementWithValueSuccess0.021
testForEachStatementBlockedSuccess0.019
testTryCatchStatementSuccess0.020
testTryMultiCatchStatementSuccess0.021
testGlobalStatementSimpleSuccess0.013
testGlobalStatementReflectionSuccess0.013
testGlobalStatementReflectionWithExpressionSuccess0.016
testGlobalStatementMultipleSuccess0.013
testStaticSimpleSuccess0.014
testStaticMultiWithAssignmentSuccess0.014
testInLineHtmlSuccess0.012
testInLineHtmlWithPHPSuccess0.013
testDeclareSimpleSuccess0.018
testEmptyDeclareSuccess0.015
testDeclareWithStatementSuccess0.019
testFunctionDeclarationSuccess0.019
testFunctionDeclarationReferenceSuccess0.015
testFunctionDeclarationWithParamsSuccess0.025
testClassDeclarationSimpleSuccess0.017
testClassDeclarationWithDeclarationsSuccess0.032
testInterfaceDeclarationSimpleSuccess0.015
testInterfaceDeclarationWithDeclarationsSuccess0.021
testCommentSingleSuccess0.014
testCommentMultiSuccess0.013
testCommentPhpDocBlockSuccess0.014
testCommentVarSuccess0.018
testEmptySuccess0.015
testEvalSuccess0.015
testErrorStatementSuccess0.016
testErrorBlockSuccess0.014
testBindVariableSuccess0.022
testBindBooleanOperation1Success0.007
testBindBooleanOperation2Success0.007
testBindBooleanOperation3Success0.008
testBindBooleanOperation4Success0.007
testBindBooleanOperation5Success0.008
testBindBooleanOperation6Success0.008
testCommentsCreationErrorFile: /tmp/testCommentsCreation904Golden :testCommentsCreation Diff : (line: 1, offset: 30) expected=48 actual=49

junit.framework.AssertionFailedError: File: /tmp/testCommentsCreation904Golden :testCommentsCreation
Diff : (line: 1, offset: 30) expected=48 actual=49
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.headless.core.ast.TestProjectAstCreation.parseAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.TestProjectAstCreation.testCommentsCreation(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
9.203
testVariableSuccess0.027
testFunctionInvocationSuccess0.011
testFunctionInvocationWithParamsSuccess0.011
testStaticFunctionInvocationSuccess0.011
testArrayVariableWithoutIndexSuccess0.012
testArrayVariableSuccess0.011
testArrayVariableMultiIndexSuccess0.011
testHashTableVariableSuccess0.012
testListVariableSuccess0.011
testNestedListVariableSuccess0.012
testAssignmentSuccess0.011
testPlusAssignmentSuccess0.011
testSLAssignmentSuccess0.012
testReflectionSimpleSuccess0.011
testReflectionNestedSuccess0.011
testReflectionFunctionSuccess0.010
testReflectionComplexSuccess0.010
testDispatchSimpleSuccess0.011
testDispatchNestedSuccess0.011
testDispatchWithStaticCallSuccess0.012
testDispatchNestedWithStaticCallSuccess0.011
testCastOfVariableSuccess0.010
testCastOfDispatchSuccess0.011
testPostfixSimpleSuccess0.011
testPrefixSimpleSuccess0.010
testUnaryOperationSimpleSuccess0.010
testUnaryOperationWithFunctionSuccess0.010
testUnaryOperationComplexSuccess0.011
testClassInstanciationSimpleSuccess0.010
testClassInstanciationVariableSuccess0.011
testClassInstanciationFunctionSuccess0.010
testRefernceSimpleSuccess0.011
testRefernceWithFunctionSuccess0.011
testRefernceInstanciationSuccess0.010
testIgnoreErrorSuccess0.011
testIncludeSuccess0.009
testIncludeOnceSuccess0.011
testRequireSuccess0.011
testRequireOnceSuccess0.010
testArraySuccess0.011
testArrayKeyValueSuccess0.012
testArrayComplexSuccess0.012
testConditionalExpressionSuccess0.011
testPlusOperationSuccess0.009
testMinusOperationSuccess0.010
testAndOperationSuccess0.012
testConcatOperationSuccess0.010
testQuoteSuccess0.011
testSingleQuoteSuccess0.111
testQuoteWithOffsetNumberSuccess0.026
testQuoteWithOffsetStringSuccess0.011
testHeredocSuccess0.011
testEmptyHeredocSuccess0.013
testNotQuoteSuccess0.012
testBreakStatementSuccess0.009
testContinueStatementExpressionSuccess0.010
testContinueEmptySuccess0.010
testReturnStatementSuccess0.009
testReturnExprStatementSuccess0.009
testEchoStatementSuccess0.010
testSwitchStatementSuccess0.012
testIfStatementSuccess0.012
testEndIfStatementSuccess0.012
testWhileStatementSuccess0.010
testWhileEndStatementSuccess0.011
testDoWhileStatementSuccess0.010
testForStatementSuccess0.012
testEndForStatementSuccess0.011
testForStatementNoConditionSuccess0.011
testForStatementNoArgsSuccess0.011
testEmptyForStatementSuccess0.012
testForEachStatementSuccess0.012
testForEachStatementWithValueSuccess0.012
testForEachStatementBlockedSuccess0.012
testGlobalStatementSimpleSuccess0.010
testGlobalStatementReflectionSuccess0.010
testGlobalStatementReflectionWithExpressionSuccess0.011
testGlobalStatementMultipleSuccess0.009
testStaticSimpleSuccess0.013
testStaticMultiWithAssignmentSuccess0.013
testInLineHtmlSuccess0.009
testInLineHtmlWithPHPSuccess0.010
testDeclareSimpleSuccess0.010
testEmptyDeclareSuccess0.010
testDeclareWithStatementSuccess0.010
testFunctionDeclarationSuccess0.009
testFunctionDeclarationReferenceSuccess0.010
testFunctionDeclarationWithParamsSuccess0.011
testClassDeclarationSimpleSuccess0.010
testClassDeclarationWithDeclarationsSuccess0.012
testCommentSingleSuccess0.009
testCommentMultiSuccess0.009
testCommentPhpDocBlockSuccess0.010
testCommentVarSuccess0.010
testEmptySuccess0.011
testEvalSuccess0.009
testClassDeclarationSuccess0.011
testClassExtensionSuccess0.003
testClassInstantiationSuccess0.002
testClassTriggerSuccess0.003
testConstantReferenceSuccess0.003
testFieldDefinitionSuccess0.003
testFunctionDeclarationSuccess0.003
testFunctionInvocationSuccess0.003
testGlobalConstantReferenceSuccess0.002
testInterfaceDeclarationSuccess0.003
testInterfaceExtensionSuccess0.002
testInterfaceImplementationSuccess0.003
testMethodDeclarationSuccess0.002
testMethodInvocationSuccess0.003
testMultipleInterfaceExtensionSuccess0.002
testCatchBlockSuccess0.003
testMultipleInterfaceImplementationSuccess0.002
testNothingSuccess0.002
testPrivateFieldDefinitionSuccess0.003
testProtectedFieldDefinitionSuccess0.002
testPublicFieldDefinitionSuccess0.003
testStaticFieldDefinitionSuccess0.002
testStaticVariableReferenceSuccess0.003
testThisReferenceSuccess0.002
testOpenTagsSuccess0.004
testCloseTagsSuccess0.003
testCommentSuccess0.004
testDocCommentSuccess0.010
testHeredocSuccess0.008
testToDoSuccess0.005
testBug149403Success0.006
testFilesToGoldenallphpsSuccess0.114
testFilesToGoldenabstractSuccess0.006
testFilesToGoldentype_hinting_001Success0.007
testFilesToGoldenfactory_and_singleton_001Success0.013
testFilesToGoldenfactory_001Success0.008
testFilesToGoldenarray_access_001Success0.012
testFilesToGoldenvisibility_002aSuccess0.007
testFilesToGoldenvisibility_002bSuccess0.007
testFilesToGoldentostring_001Success0.009
testFilesToGoldentype_hinting_003Success0.007
testFilesToGoldenHTMLembedPHPErrorFile: /tmp/HTMLembedPHP.php1014Golden :sourceParserHTMLembedPHP.php Diff : (line: 160, offset: 18) expected=49 actual=56

junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php1014Golden :sourceParserHTMLembedPHP.php
Diff : (line: 160, offset: 18) expected=49 actual=56
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.headless.core.documentModel.parser.TestPhpSourceParser.doTestFile(Unknown Source)
at org.eclipse.php.test.headless.core.documentModel.parser.TestPhpSourceParser.testFilesToGoldenHTMLembedPHP(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
1.688
testYylex__call_001Success0.029
testYylex__call_002Success0.011
testYylex__set__get_001Success0.056
testYylex__set__get_002Success0.008
testYylex__set__get_003Success0.008
testYylex__set__get_004Success0.058
testYylex__set__get_005Success0.053
testYylex__set_data_corruptSuccess0.076
testYylexabstract_classSuccess0.029
testYylexabstract_derivedSuccess0.010
testYylexabstract_finalSuccess0.008
testYylexabstract_inheritSuccess0.013
testYylexabstract_not_declaredSuccess0.008
testYylexabstract_redeclareSuccess0.019
testYylexabstract_staticSuccess0.024
testYylexclass_abstractSuccess0.016
testYylexclass_checkSuccess0.077
testYylexclass_exampleSuccess0.062
testYylexclone_001Success0.021
testYylexallphpsSuccess0.588
testTokenizePhpGenerictokenizer_php5_sampleSuccess0.020
testTokenizePhpGenerictokenizer_php5_stringsSuccess0.003
testTokenizePhpGenerictokenizer_php5_heredocsSuccess0.003
testEmbeddedCodeErrorFile: /tmp/HTMLembedPHP.php1038Golden :HTMLembedPHP.php Diff : (line: 460, offset: 1) expected=80 actual=-1

junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php1038Golden :HTMLembedPHP.php
Diff : (line: 460, offset: 1) expected=80 actual=-1
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.headless.core.documentModel.parser.TestPhpTokenizer.doTestTokenizer(Unknown Source)
at org.eclipse.php.test.headless.core.documentModel.parser.TestPhpTokenizer.testEmbeddedCode(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.667
testTokenizePhpSuccess0.005
testTokenizeTaskstokenizer_phpTasks1Success0.002
testTokenizeTaskstokenizer_phpTasks2Success0.003
testTokenizeTaskstokenizer_phpTasks3Success0.002
testTokenizeTaskstokenizer_phpTasks4Success0.003
testTokenizeTaskstokenizer_phpTasks5Success0.002
testTokenizeTaskstokenizer_phpTasks6Success0.002
testTokenizePhpWithHtmltokenizer_phpInHtmlSuccess0.005
testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeKeySuccess0.011
testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeValueSuccess0.010
testYylexAllPhpSuccess0.382
testYylexlargeFile1Success0.235
testYylexlargeFile2Success0.152
testYylexlargeFile3Success0.131
testYylexlargeFile4Success0.094
testYylexbig_classSuccess0.010
testYylexccSuccess0.059
testYylexclass_checkSuccess0.080
testYylexclass_exampleSuccess0.059
testYylex001Success0.005
testYylex002Success0.006
testYylex003Success0.016
testYylex004Success0.008
testYylex005Success0.009
testYylex006Success0.007
testYylex007Success0.009
testYylex008Success0.008
testYylex009Success0.008
testYylex010Success0.007
testYylex011Success0.014
testYylex012Success0.015
testYylex013Success0.004
testAllPhpsSuccess0.017
testCall001Success0.004
testSetGetSuccess0.006
testAbstractByInterfaceSuccess0.005
testAbstractClassSuccess0.004
testArrayAccessSuccess0.006
testAssignOpPropertySuccess0.004
testAutoload1Success0.003
testAutoload6Success0.002
testCCSuccess0.010
testClassCheckSuccess0.009
testBug20175Success0.008
testDesructorSuccess0.003
testInterfaceSuccess0.021
testLanguageModel4Success1.407
testLanguageModel5Success1.804
testBug191887Success0.001
testAllPhpsSuccess0.003
testFileInspectorSuccess0.004
test15_VarGlobalUnusedSuccess0.002
testBigClassSuccess0.003
testCCSuccess0.005
testClassCheckSuccess0.003
testClassExampleSuccess0.004
testClass032Success0.004
testLargeFile4Success0.005
testCreateTextSequenceErrornull expected:<[$a = $b->myFunction()]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction()]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequence(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.007
testCreateTextSequenceWithCommentsErrornull expected:<[$a = $b->myFunction()]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction()]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceWithComments(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testCreateTextSequenceInsideBracketsErrornull expected:<[$a = $b->myFunction()]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction()]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceInsideBrackets(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.005
testCreateTextSequenceAfterSemicolumnErrornull expected:<[$a = $b->myFunction()]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction()]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceAfterSemicolumn(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testCreateTextSequenceCompositeSequenceErrornull expected:<[$a = $b->myFunction($c->myVar)]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction($c->myVar)]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceCompositeSequence(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.005
testCreateTextSequenceWithLineCommentErrornull expected:<[// line comment]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[// line comment]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceWithLineComment(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testInClassDeclaretionErrorexpected:<6> but was:<-1>

junit.framework.AssertionFailedError: expected:<6> but was:<-1>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestInClassDeclaretion(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testInClassDeclaretion(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.005
testInClassDeclaretion2Success0.005
testInFuctionDeclaretionErrorexpected:<0> but was:<-1>

junit.framework.AssertionFailedError: expected:<0> but was:<-1>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestInFunctionDeclaretion(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testInFuctionDeclaretion(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.005
testInFunctionDeclaretion2Success0.003
testGetPrivousTriggerIndexErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.getPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestGetPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testGetPrivousTriggerIndex(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testGetPrivousTriggerIndex2ErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.getPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestGetPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testGetPrivousTriggerIndex2(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testGetPrivousTriggerIndex3ErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.getPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestGetPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testGetPrivousTriggerIndex3(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testGetPrivousTriggerIndex4ErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.getPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestGetPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testGetPrivousTriggerIndex4(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testGetPrivousTriggerIndex5Success0.003
testGetPrivousTriggerIndex6Success0.003
testReadIdentifiarStartIndexErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.readIdentifiarStartIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestReadIdentifiarStartIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testReadIdentifiarStartIndex(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testReadIdentifiarEndIndexErrorexpected:<19> but was:<10>

junit.framework.AssertionFailedError: expected:<19> but was:<10>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestReadIdentifiarEndIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testReadIdentifiarEndIndex(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:169)
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:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testPartitionInHTMLSuccess0.005
testPartitionStandaloneSuccess0.002
testPartitionPhpAsHTMLAttributeKeySuccess0.003
testPartitionPhpAsHTMLAttributeValueSuccess0.003
testInLineHtmlSuccess0.075
testArrayStatementsSuccess0.007
testClassCommentsSuccess0.025
testDeclarationStatementsSuccess0.017
testForeachStatementsSuccess0.011
testForStatementsSuccess0.023
testIfStatementsSuccess0.013
testPHPWithinHtmlTagSuccess0.375
testPHPWithHtmlSuccess0.091
testSwitchStatementsSuccess0.025
testTryStatementsSuccess0.006
testWhileStatementsSuccess0.012
testContentTypeSuccess0.001
testGetFileDataSuccess0.002
testGetPhpFileSuccess0.002
testMatchingClassesSuccess0.002
testMatchingFunctionsSuccess0.002
testMatchingElementsSuccess0.002
testIncludeModelLocationSuccess0.002
testGetInterfacesSuccess0.002
testGetSuperClassSuccess0.002
testGetSuperClassNameSuccess0.002
testGetParentSuccess0.002
testGetModifierSuccess0.002
testGetFunctionsToOverrideSuccess0.002
testGetContainerFromStringSuccess0.003
testDummyMethodsSuccess0.002
testHasSuperClassSuccess0.003
testGetExternalResourcesSuccess0.002

Back to top

Attachment: bug_distribution.csv
Description: Binary data


Back to the top