Skip to main content

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





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
80203995.14%198.597
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.test802390198.597

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite185207.944
HeadlessTestSuite617370190.653
Back to top


TestCase BareTestSuite

NameStatusTypeTime(s)
testVariableSuccess0.199
testFunctionInvocationSuccess0.023
testFunctionInvocationWithParamsSuccess0.039
testStaticFunctionInvocationSuccess0.027
testArrayVariableWithoutIndexSuccess0.019
testArrayVariableSuccess0.031
testHashTableVariableSuccess0.122
testListVariableSuccess0.032
testAssignmentSuccess0.032
testReflectionSimpleSuccess0.017
testReflectionNestedSuccess0.020
testReflectionFunctionSuccess0.020
testReflectionComplexSuccess0.018
testStaticMemberSimpleSuccess0.019
testStaticMemberWithArraySuccess0.020
testDispatchSimpleSuccess0.025
testDispatchNestedSuccess0.022
testDispatchWithStaticCallSuccess0.020
testDispatchNestedWithStaticCallSuccess0.021
testCloneSuccess0.046
testCastOfVariableSuccess0.047
testCastOfDispatchSuccess0.058
testClassConstantSuccess0.125
testClassVarSuccess0.106
testAbsClassSuccess0.049
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.037
testPostfixSimpleSuccess0.049
testPostfixWithFunctionSuccess0.057
testPrefixSimpleSuccess0.061
testPrefixWithFunctionSuccess0.054
testUnaryOperationSimpleSuccess0.048
testUnaryOperationWithFunctionSuccess0.056
testUnaryOperationComplexSuccess0.060
testClassInstanciationSimpleSuccess0.051
testClassInstanciationVariableSuccess0.056
testClassInstanciationFunctionSuccess0.096
testRefernceSimpleSuccess0.073
testRefernceWithFunctionSuccess0.065
testRefernceInstanciationSuccess0.062
testInstanceofSimpleSuccess0.052
testInstanceofWithFunctionSuccess0.057
testInstanceofDispatchSuccess0.034
testIgnoreErrorSuccess0.024
testIncludeSuccess0.023
testIncludeOnceSuccess0.022
testRequireSuccess0.023
testRequireOnceSuccess0.023
testArraySuccess0.033
testArrayKeyValueSuccess0.025
testArrayComplexSuccess0.126
testConditionalExpressionSuccess0.019
testPlusOperationSuccess0.017
testMinusOperationSuccess0.016
testAndOperationSuccess0.020
testBitwiseOperationSuccess0.016
testConcatOperationSuccess0.018
testQuoteSuccess0.022
testSingleQuoteSuccess0.036
testEncapsQuoteSuccess0.023
testQuoteWithOffsetNumberSuccess0.020
testQuoteWithCurlySuccess0.020
testQuoteWithOffsetStringSuccess0.018
testHeredocSuccess0.021
testEmptyHeredocSuccess0.019
testBreakStatementSuccess0.026
testContinueStatementExpressionSuccess0.018
testContinueEmptySuccess0.017
testReturnStatementSuccess0.030
testEchoStatementSuccess0.021
testSwitchStatementSuccess0.026
testSwitchStatement1Success0.026
testSwitchStatement2Success0.021
testSwitchStatement3Success0.020
testSwitchStatement4Success0.017
testIfStatementSuccess0.023
testEndIfStatementSuccess0.024
testNewIfStatementSuccess0.019
testWhileStatementSuccess0.024
testWhileEndStatementSuccess0.018
testDoWhileStatementSuccess0.019
testForStatementSuccess0.020
testEndForStatementSuccess0.021
testForStatementNoConditionSuccess0.023
testForStatementNoArgsSuccess0.017
testEmptyForStatementSuccess0.028
testForEachStatementSuccess0.019
testForEachStatement1Success0.025
testForEachStatementWithValueSuccess0.024
testForEachStatementBlockedSuccess0.021
testTryCatchStatementSuccess0.023
testTryMultiCatchStatementSuccess0.191
testGlobalStatementSimpleSuccess0.022
testGlobalStatementMultipleSuccess0.019
testStaticSuccess0.021
testDeclareSimpleSuccess0.021
testEmptyDeclareSuccess0.018
testDeclareWithStatementSuccess0.019
testEndDeclareSuccess0.020
testFunctionDeclarationSuccess0.019
testFunctionDeclarationReferenceSuccess0.018
testFunctionDeclarationWithParamsSuccess0.023
testFunctionDeclarationWithParams2Success0.021
testClassDeclarationSimpleSuccess0.019
testClassDeclarationWithDeclarationsSuccess0.027
testInterfaceDeclarationSimpleSuccess0.019
testInterfaceDeclarationWithDeclarationsSuccess0.022
testCommentSingleSuccess0.019
testCommentMultiSuccess0.018
testCommentMulti2Success0.019
testCommentPhpDocBlockSuccess0.033
testCommentVarSuccess0.020
testEmptySuccess0.020
testEvalSuccess0.020
testBacktickExpressionSuccess0.019
testBacktickExpression1Success0.020
testErrorStatementSuccess0.021
testErrorBlockSuccess0.026
testCodeWithDocSuccess0.115
testFuncDefineSuccess0.027
testFuncIsSetSuccess0.077
testEnclosedVarSuccess0.035
testStaticVarListSuccess0.031
testMethodModifiersSuccess0.038
testNonEmptyArrayPairListSuccess0.047
testObjectDimListSuccess0.052
testHaltSuccess0.041
testVariableExpressionsSuccess0.063
testNotVariableExpressionsSuccess0.083
testNotVariableExpressions1Success0.053
testUnsetVarsSuccess0.038
testUseFilenameSuccess0.120
testThrowSuccess0.035
testInnerDeclarationsSuccess0.031
testParametersSuccess0.042
testPHPconstsSuccess0.041
testStaticScalarSuccess0.106
testScalarSuccess0.028
testCtorSuccess0.029
testCommentsSuccess0.299
testHeredocsSuccess0.022
testLexOperatorsSuccess0.107
testReservedWordsSuccess0.096
testSamplePhpSuccess0.871
testStringsSuccess0.011
testCommentsSuccess0.028
testHeredocsSuccess0.019
testLexOperatorsSuccess0.025
testReservedWordsSuccess0.032
testSamplePhpSuccess0.822
testStringsSuccess0.009
testVarSuccess0.005
testVarWithModifiers1Success0.003
testVarWithModifiers2Success0.003
testVarWithModifiers3Success0.003
testVarWithModifiers4Success0.003
testVarWithModifiers5Success0.003
testVarWithModifiers6Success0.003
testVarWithModifiers7Success0.003
testVarWithModifiers8Success0.003
testVarWithModifiers9Success0.003
testVarWithModifiers10Success0.003
testClassSuccess0.002
testClassNegativeSuccess0.003
testInterfaceSuccess0.003
testClassAbstractSuccess0.003
testClassFinalSuccess0.003
testMethodSuccess0.003
testMethodWithModifiers1Success0.003
testMethodWithModifiers2Success0.002
testMethodWithModifiers3Success0.002
testMethodWithModifiers4Success0.002
testMethodWithModifiers5Success0.002
testMethodWithModifiers6Success0.003
testMethodWithModifiers7Success0.003
testMethodWithModifiers8Success0.003
testMethodWithModifiers9Success0.003
testMethodWithModifiers10Success0.003
testMethodWithModifiers11Success0.003
testMethodWithModifiers12Success0.003
testMethodWithModifiers13Success0.003
testMethodWithModifiers14Success0.003
testMethodWithModifiers15Success0.003
testMethodWithModifiers16Success0.003
testMethodWithModifiers17Success0.003
testVariableErrorFile: /tmp/phpdoc_testparam59398Golden :phpdoc_testparam.xml Diff : (line: 2, offset: 0) expected= actual=/

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

TestCase HeadlessTestSuite

NameStatusTypeTime(s)
testMethodDeclarationsErrorFile: /tmp/modelMethods.txt23413Golden :modelMethods.txt Diff : (line: 1, offset: 18) expected=[ actual=(

junit.framework.AssertionFailedError: File: /tmp/modelMethods.txt23413Golden :modelMethods.txt
Diff : (line: 1, offset: 18) 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.headless.core.search.TestModel.runTest(Unknown Source)
at org.eclipse.php.test.headless.core.search.TestModel.testMethodDeclarations(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.146
testTypeDeclarationsErrorFile: /tmp/modelTypes.txt23414Golden :modelTypes.txt Diff : (line: 1, offset: 13) expected=[ actual=(

junit.framework.AssertionFailedError: File: /tmp/modelTypes.txt23414Golden :modelTypes.txt
Diff : (line: 1, offset: 13) 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.headless.core.search.TestModel.runTest(Unknown Source)
at org.eclipse.php.test.headless.core.search.TestModel.testTypeDeclarations(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
testFieldDeclarationsSuccess0.025
testTypeReferencesSuccess0.028
testLoadUnloadSuccess37.941
testGoldenExceptionSuccess0.003
testGoldenEqualSuccess0.002
testVariableSuccess0.137
testFunctionInvocationSuccess0.033
testFunctionInvocationWithParamsSuccess0.045
testStaticFunctionInvocationSuccess0.030
testArrayVariableWithoutIndexSuccess0.025
testArrayVariableSuccess0.027
testArrayVariableMultiIndexSuccess0.039
testHashTableVariableSuccess0.023
testListVariableSuccess0.028
testNestedListVariableSuccess0.022
testAssignmentSuccess0.017
testPlusAssignmentSuccess0.018
testSLAssignmentSuccess0.020
testReflectionSimpleSuccess0.020
testReflectionNestedSuccess0.023
testReflectionFunctionSuccess0.023
testReflectionComplexSuccess0.019
testStaticMemberSimpleSuccess0.022
testStaticMemberWithArraySuccess0.025
testDispatchSimpleSuccess0.023
testDispatchNestedSuccess0.030
testDispatchWithStaticCallSuccess0.026
testDispatchNestedWithStaticCallSuccess0.027
testCloneSuccess0.018
testCastOfVariableSuccess0.019
testCastOfDispatchSuccess0.022
testClassConstantSuccess0.021
testPostfixSimpleSuccess0.018
testPostfixWithFunctionSuccess0.019
testPrefixSimpleSuccess0.021
testPrefixWithFunctionSuccess0.019
testUnaryOperationSimpleSuccess0.019
testUnaryOperationWithFunctionSuccess0.018
testUnaryOperationComplexSuccess0.019
testClassInstanciationSimpleSuccess0.015
testClassInstanciationVariableSuccess0.015
testClassInstanciationFunctionSuccess0.021
testRefernceSimpleSuccess0.018
testRefernceWithFunctionSuccess0.020
testRefernceInstanciationSuccess0.018
testInstanceofSimpleSuccess0.018
testInstanceofWithFunctionSuccess0.020
testInstanceofDispatchSuccess0.019
testIgnoreErrorSuccess0.022
testIncludeSuccess0.020
testIncludeOnceSuccess0.019
testRequireSuccess0.023
testRequireOnceSuccess0.020
testArraySuccess0.020
testArrayKeyValueSuccess0.019
testArrayComplexSuccess0.035
testConditionalExpressionSuccess0.020
testPlusOperationSuccess0.019
testMinusOperationSuccess0.016
testAndOperationSuccess0.022
testConcatOperationSuccess0.017
testQuoteSuccess0.015
testSingleQuoteSuccess0.021
testQuoteWithOffsetNumberSuccess0.019
testQuoteWithCurlySuccess0.020
testQuoteWithOffsetStringSuccess0.019
testHeredocSuccess0.017
testEmptyHeredocSuccess0.018
testNotQuoteSuccess0.021
testBreakStatementSuccess0.029
testContinueStatementExpressionSuccess0.018
testContinueEmptySuccess0.013
testReturnStatementSuccess0.017
testReturnExprStatementSuccess0.021
testEchoStatementSuccess0.018
testSwitchStatementSuccess0.031
testIfStatementSuccess0.038
testEndIfStatementSuccess0.029
testWhileStatementSuccess0.024
testWhileEndStatementSuccess0.031
testDoWhileStatementSuccess0.024
testForStatementSuccess0.030
testEndForStatementSuccess0.764
testForStatementNoConditionSuccess0.268
testForStatementNoArgsSuccess0.026
testEmptyForStatementSuccess0.074
testForEachStatementSuccess0.025
testForEachStatementWithValueSuccess0.025
testForEachStatementBlockedSuccess0.024
testTryCatchStatementSuccess0.025
testTryMultiCatchStatementSuccess0.056
testGlobalStatementSimpleSuccess0.018
testGlobalStatementReflectionSuccess0.017
testGlobalStatementReflectionWithExpressionSuccess0.021
testGlobalStatementMultipleSuccess0.016
testStaticSimpleSuccess0.017
testStaticMultiWithAssignmentSuccess0.019
testInLineHtmlSuccess0.014
testInLineHtmlWithPHPSuccess0.016
testDeclareSimpleSuccess0.019
testEmptyDeclareSuccess0.019
testDeclareWithStatementSuccess0.020
testFunctionDeclarationSuccess0.018
testFunctionDeclarationReferenceSuccess0.017
testFunctionDeclarationWithParamsSuccess0.031
testClassDeclarationSimpleSuccess0.019
testClassDeclarationWithDeclarationsSuccess0.043
testInterfaceDeclarationSimpleSuccess0.043
testInterfaceDeclarationWithDeclarationsSuccess0.042
testCommentSingleSuccess0.015
testCommentMultiSuccess0.018
testCommentPhpDocBlockSuccess0.021
testCommentVarSuccess0.014
testEmptySuccess0.014
testEvalSuccess0.015
testErrorStatementSuccess0.014
testErrorBlockSuccess0.013
testVariableSuccess0.013
testVariableTwoCommentsSuccess0.001
testVariableMultipleSuccess0.001
testFunctionSuccess0.001
testClassSuccess0.002
testMethodSuccess0.001
testFieldSuccess0.001
testMethodSecondSuccess0.002
testFieldSecondSuccess0.002
testCommentsCreationSuccess5.953
checkForStaticScalar[0]Success0.002
checkForStaticScalar[1]Success0.000
checkForStaticScalar[2]Success0.000
checkForStaticScalar[3]Success0.001
checkForStaticScalar[4]Success0.001
checkForStaticScalar[5]Success0.000
checkForStaticScalar[6]Success0.001
checkForStaticScalar[7]Success0.001
checkForStaticScalar[8]Success0.001
checkForStaticScalar[9]Success0.000
checkForStaticScalar[10]Success0.001
checkForStaticScalar[11]Success0.001
checkForStaticScalar[12]Success0.001
checkForStaticScalar[13]Success0.000
checkForStaticScalar[14]Success0.001
checkForStaticScalar[15]Success0.001
checkForStaticScalar[16]Success0.001
checkForStaticScalar[17]Success0.000
checkForStaticScalar[18]Success0.001
checkForStaticScalar[19]Success0.000
checkForStaticScalar[20]Success0.001
checkForStaticScalar[21]Success0.001
checkForStaticScalar[22]Success0.000
checkForStaticScalar[23]Success0.001
checkForStaticScalar[24]Success0.001
testVariableSuccess0.031
testFunctionInvocationSuccess0.013
testFunctionInvocationWithParamsSuccess0.014
testStaticFunctionInvocationSuccess0.013
testArrayVariableWithoutIndexSuccess0.013
testArrayVariableSuccess0.012
testArrayVariableMultiIndexSuccess0.012
testHashTableVariableSuccess0.010
testListVariableSuccess0.011
testNestedListVariableSuccess0.012
testAssignmentSuccess0.010
testPlusAssignmentSuccess0.010
testSLAssignmentSuccess0.013
testReflectionSimpleSuccess0.013
testReflectionNestedSuccess0.012
testReflectionFunctionSuccess0.010
testReflectionComplexSuccess0.012
testDispatchSimpleSuccess0.013
testDispatchNestedSuccess0.011
testDispatchWithStaticCallSuccess0.011
testDispatchNestedWithStaticCallSuccess0.013
testCastOfVariableSuccess0.013
testCastOfDispatchSuccess0.010
testPostfixSimpleSuccess0.012
testPrefixSimpleSuccess0.013
testUnaryOperationSimpleSuccess0.011
testUnaryOperationWithFunctionSuccess0.012
testUnaryOperationComplexSuccess0.013
testClassInstanciationSimpleSuccess0.013
testClassInstanciationVariableSuccess0.014
testClassInstanciationFunctionSuccess0.016
testRefernceSimpleSuccess0.013
testRefernceWithFunctionSuccess0.010
testRefernceInstanciationSuccess0.014
testIgnoreErrorSuccess0.012
testIncludeSuccess0.010
testIncludeOnceSuccess0.011
testRequireSuccess0.011
testRequireOnceSuccess0.010
testArraySuccess0.011
testArrayKeyValueSuccess0.011
testArrayComplexSuccess0.014
testConditionalExpressionSuccess0.108
testPlusOperationSuccess0.013
testMinusOperationSuccess0.012
testAndOperationSuccess0.012
testConcatOperationSuccess0.010
testQuoteSuccess0.010
testSingleQuoteSuccess0.011
testQuoteWithOffsetNumberSuccess0.010
testQuoteWithOffsetStringSuccess0.013
testHeredocSuccess0.013
testEmptyHeredocSuccess0.012
testNotQuoteSuccess0.020
testBreakStatementSuccess0.030
testContinueStatementExpressionSuccess0.013
testContinueEmptySuccess0.011
testReturnStatementSuccess0.010
testReturnExprStatementSuccess0.011
testEchoStatementSuccess0.010
testSwitchStatementSuccess0.012
testIfStatementSuccess0.015
testEndIfStatementSuccess0.015
testWhileStatementSuccess0.013
testWhileEndStatementSuccess0.014
testDoWhileStatementSuccess0.013
testForStatementSuccess0.013
testEndForStatementSuccess0.013
testForStatementNoConditionSuccess0.018
testForStatementNoArgsSuccess0.021
testEmptyForStatementSuccess0.017
testForEachStatementSuccess0.013
testForEachStatementWithValueSuccess0.013
testForEachStatementBlockedSuccess0.032
testGlobalStatementSimpleSuccess0.012
testGlobalStatementReflectionSuccess0.016
testGlobalStatementReflectionWithExpressionSuccess0.013
testGlobalStatementMultipleSuccess0.013
testStaticSimpleSuccess0.012
testStaticMultiWithAssignmentSuccess0.014
testInLineHtmlSuccess0.012
testInLineHtmlWithPHPSuccess0.012
testDeclareSimpleSuccess0.014
testEmptyDeclareSuccess0.013
testDeclareWithStatementSuccess0.014
testFunctionDeclarationSuccess0.012
testFunctionDeclarationReferenceSuccess0.013
testFunctionDeclarationWithParamsSuccess0.013
testClassDeclarationSimpleSuccess0.013
testClassDeclarationWithDeclarationsSuccess0.017
testCommentSingleSuccess0.013
testCommentMultiSuccess0.012
testCommentPhpDocBlockSuccess0.013
testCommentVarSuccess0.013
testEmptySuccess0.012
testEvalSuccess0.014
testMatchScalarSuccess0.010
testMatchVariableSuccess0.008
testMatchBackTickExpressionSuccess0.009
testMatchFunctionInvocationSuccess0.006
testMatchFunctionInvocationWithParamsSuccess0.509
testMatchStaticFunctionInvocationSuccess0.008
testMatchArrayVariableWithoutIndexSuccess0.008
testMatchArrayVariableSuccess0.007
testMatchArrayVariableMultiIndexSuccess0.009
testMatchHashTableVariableSuccess0.008
testMatchListVariableSuccess0.009
testMatchNestedListVariableSuccess0.006
testMatchAssignmentSuccess0.012
testMatchPlusAssignmentSuccess0.007
testMatchSLAssignmentSuccess0.007
testMatchReflectionSimpleSuccess0.007
testMatchReflectionNestedSuccess0.008
testMatchReflectionFunctionSuccess0.006
testMatchReflectionComplexSuccess0.008
testMatchStaticMemberSimpleSuccess0.008
testMatchStaticMemberWithArraySuccess0.016
testMatchDispatchSimpleSuccess0.008
testMatchDispatchNestedSuccess0.009
testMatchDispatchWithStaticCallSuccess0.008
testMatchDispatchNestedWithStaticCallSuccess0.008
testMatchCloneSuccess0.007
testMatchCastOfVariableSuccess0.007
testMatchCastOfDispatchSuccess0.006
testMatchClassConstantSuccess0.008
testMatchPostfixSimpleSuccess0.008
testMatchPostfixWithFunctionSuccess0.008
testMatchPrefixSimpleSuccess0.018
testMatchPrefixWithFunctionSuccess0.008
testMatchUnaryOperationSimpleSuccess0.008
testMatchUnaryOperationWithFunctionSuccess0.008
testMatchUnaryOperationComplexSuccess0.012
testMatchClassInstanciationSimpleSuccess0.008
testMatchClassInstanciationVariableSuccess0.009
testMatchClassInstanciationFunctionSuccess0.008
testMatchRefernceSimpleSuccess0.008
testMatchRefernceWithFunctionSuccess0.009
testMatchRefernceInstanciationSuccess0.008
testMatchInstanceofSimpleSuccess0.009
testMatchInstanceofWithFunctionSuccess0.008
testMatchInstanceofDispatchSuccess0.009
testMatchIgnoreErrorSuccess0.008
testMatchIncludeSuccess0.008
testMatchIncludeOnceSuccess0.008
testMatchRequireSuccess0.006
testMatchRequireOnceSuccess0.006
testMatchArraySuccess0.007
testMatchArrayKeyValueSuccess0.007
testMatchArrayComplexSuccess0.006
testMatchConditionalExpressionSuccess0.007
testMatchPlusOperationSuccess0.006
testMatchMinusOperationSuccess0.006
testMatchAndOperationSuccess0.007
testMatchConcatOperationSuccess0.006
testMatchQuoteSuccess0.006
testMatchSingleQuoteSuccess0.009
testMatchQuoteWithOffsetNumberSuccess0.008
testMatchQuoteWithCurlySuccess0.008
testMatchQuoteWithOffsetStringSuccess0.008
testMatchHeredocSuccess0.009
testMatchEmptyHeredocSuccess0.007
testMatchNotQuoteSuccess0.007
testMatchBreakStatementSuccess0.008
testMatchContinueStatementExpressionSuccess0.007
testMatchReturnExprStatementSuccess0.007
testMatchEchoStatementSuccess0.008
testMatchSwitchStatementSuccess0.009
testMatchIfStatementSuccess0.009
testMatchEndIfStatementSuccess0.008
testMatchWhileStatementSuccess0.009
testMatchWhileEndStatementSuccess0.009
testMatchDoWhileStatementSuccess0.008
testMatchForStatementSuccess0.007
testMatchEndForStatementSuccess0.007
testMatchForStatementNoConditionSuccess0.006
testMatchForStatementNoArgsSuccess0.007
testMatchEmptyForStatementSuccess0.006
testMatchForEachStatementSuccess0.008
testMatchForEachStatementWithValueSuccess0.008
testMatchForEachStatementBlockedSuccess0.008
testMatchTryCatchStatementSuccess0.009
testMatchTryMultiCatchStatementSuccess0.008
testMatchGlobalStatementSimpleSuccess0.008
testMatchGlobalStatementReflectionSuccess0.008
testMatchGlobalStatementReflectionWithExpressionSuccess0.008
testMatchGlobalStatementMultipleSuccess0.008
testMatchStaticSimpleSuccess0.008
testMatchStaticMultiWithAssignmentSuccess0.008
testMatchInLineHtmlErrornull

junit.framework.AssertionFailedError: null
at org.eclipse.php.test.headless.core.ast.TestASTMatcher.performMatching(Unknown Source)
at org.eclipse.php.test.headless.core.ast.TestASTMatcher.testMatchInLineHtml(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.010
testMatchInLineHtmlWithPHPErrornull

junit.framework.AssertionFailedError: null
at org.eclipse.php.test.headless.core.ast.TestASTMatcher.performMatching(Unknown Source)
at org.eclipse.php.test.headless.core.ast.TestASTMatcher.testMatchInLineHtmlWithPHP(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.010
testMatchDeclareSimpleSuccess0.008
testMatchEmptyDeclareSuccess0.007
testMatchDeclareWithStatementSuccess0.006
testMatchFunctionDeclarationSuccess0.006
testMatchFunctionDeclarationReferenceSuccess0.006
testMatchFunctionDeclarationWithParamsSuccess0.008
testMatchClassDeclarationSimpleSuccess0.007
testMatchClassDeclarationWithDeclarationsSuccess0.008
testMatchInterfaceDeclarationSimpleSuccess0.007
testMatchInterfaceDeclarationWithDeclarationsSuccess0.006
testMatchEmptySuccess0.007
testMatchEvalSuccess0.007
astEmptyCreationSuccess0.000
astSmallCreationSuccess0.001
astSetSourceCreationSuccess0.000
astReCreationSuccess0.001
astTimeCreationSuccess0.001
testMixinExampleSuccess0.498
testDocElementsErrorFile: /tmp/mixinDocElements.txt23629Golden :mixinDocElements.txt Diff : (line: 16, offset: 21) expected=2 actual=1

junit.framework.AssertionFailedError: File: /tmp/mixinDocElements.txt23629Golden :mixinDocElements.txt
Diff : (line: 16, offset: 21) expected=2 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.mixin.TestPHPMixinParser.testDocElements(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.367
testClassDeclarationSuccess0.013
testClassExtensionSuccess0.002
testClassInstantiationSuccess0.002
testClassTriggerSuccess0.002
testConstantReferenceSuccess0.003
testFieldDefinitionSuccess0.002
testFunctionDeclarationSuccess0.003
testFunctionInvocationSuccess0.003
testGlobalConstantReferenceSuccess0.002
testInterfaceDeclarationSuccess0.002
testInterfaceExtensionSuccess0.002
testInterfaceImplementationSuccess0.002
testMethodDeclarationSuccess0.002
testMethodInvocationSuccess0.002
testMultipleInterfaceExtensionSuccess0.003
testCatchBlockSuccess0.002
testMultipleInterfaceImplementationSuccess0.002
testNothingSuccess0.003
testPrivateFieldDefinitionSuccess0.002
testProtectedFieldDefinitionSuccess0.002
testPublicFieldDefinitionSuccess0.002
testStaticFieldDefinitionSuccess0.002
testStaticVariableReferenceSuccess0.002
testThisReferenceSuccess0.002
testVariableSuccess0.055
testFunctionInvocationWithParamsFirstSuccess0.011
testFunctionInvocationWithParamsLastSuccess0.008
testFunctionInvocationWithParamsMiddleSuccess0.008
testClassRemoveSuccess0.009
testStatementBeforeClassSuccess0.010
testArrayFirstSuccess0.010
testArrayLastSuccess0.008
testArrayMiddleSuccess0.007
testDeleteArrayKeyValueSuccess0.007
testListFirstSuccess0.007
testListMiddleSuccess0.007
testListLastSuccess0.007
testDeleteBreakSuccess0.007
testDeleteContinueSuccess0.006
testDeleteReturnSuccess0.006
testDeleteEchoFirstSuccess0.007
testDeleteEchoLastSuccess0.008
testDeleteEchoMiddleSuccess0.007
testDeleteSwitchErrorN/A

java.lang.NullPointerException
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doVisitUnchangedChildren(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.rewriteRequiredNodeVisit(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.visit(Unknown Source)
at org.eclipse.php.internal.core.ast.nodes.SwitchCase.accept(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.voidVisit(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer$ListRewriter.rewriteList(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.rewriteParagraphList(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.visit(Unknown Source)
at org.eclipse.php.internal.core.ast.nodes.Block.accept(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.voidVisit(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.voidVisit(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doVisitUnchangedChildren(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.visit(Unknown Source)
at org.eclipse.php.internal.core.ast.nodes.SwitchStatement.accept(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doVisit(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.voidVisitList(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.voidVisit(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doVisitUnchangedChildren(Unknown Source)
at org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.visit(Unknown Source)
at org.eclipse.php.internal.core.ast.nodes.Program.accept(Unknown Source)
at org.eclipse.php.internal.core.ast.nodes.InternalASTRewrite.rewriteAST(Unknown Source)
at org.eclipse.php.internal.core.ast.nodes.AST.rewrite(Unknown Source)
at org.eclipse.php.internal.core.ast.nodes.Program.rewrite(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.rewrite(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.parseAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.parseStringAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.testDeleteSwitch(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.025
testDeleteBlockFirstSuccess0.009
testDeleteBlockMiddleSuccess0.009
testDeleteBlockLastSuccess0.011
testDeleteForComponent1Success0.016
testDeleteHtmlSuccess0.008
testDeleteFunctionFormalFirstErrortest XML matches control skeleton XML org.xmlunit.Diff [different] Expected number of child nodes '3' but was '1' - comparing <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1] to <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1]

junit.framework.AssertionFailedError: test XML matches control skeleton XML org.xmlunit.Diff
[different] Expected number of child nodes '3' but was '1' - comparing <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1] to <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1]

at org.eclipse.php.test.infra.testcase.PhpTestCase.assertXMLGolden(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.parseAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.parseStringAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.testDeleteFunctionFormalFirst(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.011
testDeleteFunctionFormalLastErrortest XML matches control skeleton XML org.xmlunit.Diff [different] Expected number of child nodes '3' but was '1' - comparing <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1] to <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1]

junit.framework.AssertionFailedError: test XML matches control skeleton XML org.xmlunit.Diff
[different] Expected number of child nodes '3' but was '1' - comparing <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1] to <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1]

at org.eclipse.php.test.infra.testcase.PhpTestCase.assertXMLGolden(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.parseAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.parseStringAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.testDeleteFunctionFormalLast(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.010
testDeleteFunctionFormalMiddleErrortest XML matches control skeleton XML org.xmlunit.Diff [different] Expected number of child nodes '3' but was '1' - comparing <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1] to <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1]

junit.framework.AssertionFailedError: test XML matches control skeleton XML org.xmlunit.Diff
[different] Expected number of child nodes '3' but was '1' - comparing <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1] to <Type...> at /Program[1]/Statements[1]/FunctionDeclaration[1]/FormalParameters[1]/FormalParameter[1]/Type[1]

at org.eclipse.php.test.infra.testcase.PhpTestCase.assertXMLGolden(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.parseAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.parseStringAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.rewrite.TestNodeDeletion.testDeleteFunctionFormalMiddle(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.011
testDeleteFunctionBodyFirstSuccess0.008
testDeleteFunctionBodyLastSuccess0.008
testDeleteFunctionBodyMiddleSuccess0.008
testDeleteClassElementsSuccess0.009
org.eclipse.php.test.headless.core.ast.rewrite.TestASTRewriteErrorNo runnable methods

java.lang.Exception: No runnable methods
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.001
testConstantSuccess1.026
testClassConstantSuccess1.019
testArrayCreationSingleTypeSuccess1.017
testArrayCreationMultiTypesSuccess1.032
testClassInstanceCreationSuccess1.018
testCastStringSuccess1.067
testCastObjectFromScalarSuccess1.024
testCastObjectFromClassSuccess1.022
testThisSuccess1.029
testObjectSuccess1.024
testOverridesObjectSuccess1.026
testCombinesObjectErrorFile: /tmp/testCombinesObject23663Golden :testCombinesObject.txt Diff : (line: 1, offset: 12) expected=B actual=A

junit.framework.AssertionFailedError: File: /tmp/testCombinesObject23663Golden :testCombinesObject.txt
Diff : (line: 1, offset: 12) expected=B actual=A
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.typeinference.AbstractTestGoalEvaluators.runTest(Unknown Source)
at org.eclipse.php.test.headless.core.typeinference.TestVariableReferenceEvaluator.testCombinesObject(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)
1.022
testOverridesGlobalSuccess1.103
testOverridesGlobalInnerSuccess1.020
testCombineWithGlobalErrorFile: /tmp/testCombineWithGlobal23664Golden :testCombineWithGlobal.txt Diff : (line: 1, offset: 12) expected=B actual=A

junit.framework.AssertionFailedError: File: /tmp/testCombineWithGlobal23664Golden :testCombineWithGlobal.txt
Diff : (line: 1, offset: 12) expected=B actual=A
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.typeinference.AbstractTestGoalEvaluators.runTest(Unknown Source)
at org.eclipse.php.test.headless.core.typeinference.TestVariableReferenceEvaluator.testCombineWithGlobal(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)
1.098
testGlobalDeclaredInsideFunctionSuccess1.024
testTypedArgumentReferenceSuccess1.018
testPHPDocArgumentReferenceSuccess1.025
testArrayAccessSuccess1.015
testClassVarSuccess1.025
testClassVarPHPDocSuccess1.014
testClassVarNoPHPDocSuccess1.031
testClassVarConstructorSuccess1.017
testClassVarConstructorOverridesPrimaryDeclSuccess1.017
testClassVarMethodDeclSuccess1.036
testCloneObjectSuccess1.014
testInfixOperatorPlusSuccess1.017
testPrefixOperatorPlusPlusSuccess1.020
testPostfixOperatorPlusPlusSuccess1.024
testUnaryOperationMinusSuccess1.016
testUnaryOperationTildaSuccess1.020
testUnaryOperationNotSuccess1.011
testConditionalExpressionSuccess1.015
testAssignmentScalarSuccess1.020
testAssignmentScalarNestedSuccess1.020
testFunctionReturnTypeSuccess1.087
testFunctionReturnTypePHPDocSuccess1.030
testFunctionReturnTypeNoPHPDocSuccess1.090
testFunctionReturnTypeAmbiguousSuccess1.055
testFunctionReturnTypeRecursiveSuccess1.026
testMethodReturnTypeSuccess1.029
testStaticMethodReturnTypeSuccess1.041
testScalarNumberSuccess1.014
testBacktickExpressionSuccess1.018
testOpenTagsSuccess0.006
testCloseTagsSuccess0.004
testCommentSuccess0.005
testDocCommentSuccess0.020
testHeredocSuccess0.007
testToDoSuccess0.007
testBug149403Success0.006
testFilesToGoldenallphpsSuccess0.211
testFilesToGoldenabstractSuccess0.011
testFilesToGoldentype_hinting_001Success0.007
testFilesToGoldenfactory_and_singleton_001Success0.012
testFilesToGoldenfactory_001Success0.008
testFilesToGoldenarray_access_001Success0.013
testFilesToGoldenvisibility_002aSuccess0.007
testFilesToGoldenvisibility_002bSuccess0.008
testFilesToGoldentostring_001Success0.011
testFilesToGoldentype_hinting_003Success0.008
testFilesToGoldenHTMLembedPHPErrorFile: /tmp/HTMLembedPHP.php23680Golden :sourceParserHTMLembedPHP.php Diff : (line: 160, offset: 18) expected=1 actual=8

junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php23680Golden :sourceParserHTMLembedPHP.php
Diff : (line: 160, offset: 18) expected=1 actual=8
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: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)
2.954
testYylex__call_001Success0.029
testYylex__call_002Success0.008
testYylex__set__get_001Success0.063
testYylex__set__get_002Success0.009
testYylex__set__get_003Success0.008
testYylex__set__get_004Success0.046
testYylex__set__get_005Success0.071
testYylex__set_data_corruptSuccess0.034
testYylexabstract_classSuccess0.028
testYylexabstract_derivedSuccess0.015
testYylexabstract_finalSuccess0.011
testYylexabstract_inheritSuccess0.018
testYylexabstract_not_declaredSuccess0.011
testYylexabstract_redeclareSuccess0.021
testYylexabstract_staticSuccess0.022
testYylexclass_abstractSuccess0.039
testYylexclass_checkSuccess0.117
testYylexclass_exampleSuccess0.065
testYylexclone_001Success0.037
testYylexallphpsSuccess0.774
testTokenizePhpGenerictokenizer_php5_sampleSuccess0.020
testTokenizePhpGenerictokenizer_php5_stringsSuccess0.004
testTokenizePhpGenerictokenizer_php5_heredocsSuccess0.005
testEmbeddedCodeErrorFile: /tmp/HTMLembedPHP.php23704Golden :HTMLembedPHP.php Diff : (line: 1, offset: 2) expected=P actual=S

junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php23704Golden :HTMLembedPHP.php
Diff : (line: 1, offset: 2) expected=P actual=S
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: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.926
testTokenizePhpSuccess0.005
testTokenizeTaskstokenizer_phpTasks1Success0.003
testTokenizeTaskstokenizer_phpTasks2Success0.002
testTokenizeTaskstokenizer_phpTasks3Success0.004
testTokenizeTaskstokenizer_phpTasks4Success0.003
testTokenizeTaskstokenizer_phpTasks5Success0.002
testTokenizeTaskstokenizer_phpTasks6Success0.002
testTokenizePhpWithHtmltokenizer_phpInHtmlSuccess0.008
testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeKeySuccess0.014
testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeValueSuccess0.011
testYylexAllPhpSuccess0.491
testYylexlargeFile1Success0.400
testYylexlargeFile2Success0.161
testYylexlargeFile3Success0.132
testYylexlargeFile4Success0.088
testYylexbig_classSuccess0.008
testYylexccSuccess0.054
testYylexclass_checkSuccess0.093
testYylexclass_exampleSuccess0.064
testYylex001Success0.006
testYylex002Success0.006
testYylex003Success0.015
testYylex004Success0.009
testYylex005Success0.011
testYylex006Success0.010
testYylex007Success0.010
testYylex008Success0.011
testYylex009Success0.010
testYylex010Success0.008
testYylex011Success0.018
testYylex012Success0.020
testYylex013Success0.006
testAllPhpsSuccess0.029
testCall001Success0.003
testSetGetSuccess0.006
testAbstractByInterfaceSuccess0.005
testAbstractClassSuccess0.004
testArrayAccessSuccess0.005
testAssignOpPropertySuccess0.005
testAutoload1Success0.003
testAutoload6Success0.003
testCCSuccess0.007
testClassCheckSuccess0.006
testBug20175Success0.006
testDesructorSuccess0.003
testInterfaceSuccess0.019
testBug209768Success0.012
testLanguageModel4Success1.638
testLanguageModel5Success2.076
testBug191887Success0.001
testAllPhpsSuccess0.003
testFileInspectorSuccess0.003
test15_VarGlobalUnusedSuccess0.002
testBigClassSuccess0.002
testCCSuccess0.005
testClassCheckSuccess0.002
testClassExampleSuccess0.005
testClass032Success0.005
testLargeFile4Success0.006
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: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.010
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: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.006
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: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.011
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: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
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: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
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: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.006
testInClassDeclarationErrorexpected:<6> but was:<-1>

junit.framework.AssertionFailedError: expected:<6> but was:<-1>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestInClassDeclaration(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testInClassDeclaration(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.006
testInClassDeclaration2Success0.004
testInFuctionDeclarationErrorexpected:<0> but was:<-1>

junit.framework.AssertionFailedError: expected:<0> but was:<-1>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestInFunctionDeclaration(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testInFuctionDeclaration(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
testInFunctionDeclaration2Success0.004
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: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
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: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
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: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
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: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
testGetPrivousTriggerIndex5Success0.004
testGetPrivousTriggerIndex6Success0.004
testReadIdentifierStartIndexErrorN/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.readIdentifierStartIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestReadIdentifierStartIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testReadIdentifierStartIndex(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
testReadIdentifierEndIndexErrorexpected:<19> but was:<10>

junit.framework.AssertionFailedError: expected:<19> but was:<10>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestReadIdentifierEndIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testReadIdentifierEndIndex(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
testPartitionInHTMLSuccess0.053
testPartitionStandaloneSuccess0.005
testPartitionPhpAsHTMLAttributeKeySuccess0.006
testPartitionPhpAsHTMLAttributeValueSuccess0.004
testInLineHtmlSuccess0.098
testArrayStatementsSuccess0.013
testClassCommentsSuccess0.033
testDeclarationStatementsSuccess0.017
testForeachStatementsSuccess0.011
testForStatementsSuccess0.018
testIfStatementsSuccess0.017
testPHPWithinHtmlTagSuccess0.660
testPHPWithHtmlSuccess0.371
testSwitchStatementsSuccess0.117
testTryStatementsSuccess0.021
testWhileStatementsSuccess0.078
testContentTypeSuccess0.000
testPHP5SampleErrortest XML matches control skeleton XML org.xmlunit.Diff [different] Expected number of element attributes '4' but was '3' - comparing <PHPMethodDeclaration...> at /Program[1]/PHPMethodDeclaration[1] to <PHPMethodDeclaration...> at /Program[1]/PHPMethodDeclaration[1]

junit.framework.AssertionFailedError: test XML matches control skeleton XML org.xmlunit.Diff
[different] Expected number of element attributes '4' but was '3' - comparing <PHPMethodDeclaration...> at /Program[1]/PHPMethodDeclaration[1] to <PHPMethodDeclaration...> at /Program[1]/PHPMethodDeclaration[1]

at org.eclipse.php.test.infra.testcase.PhpTestCase.assertXMLGolden(Unknown Source)
at org.eclipse.php.test.headless.core.compiler.ast.TestProjectAstCreation.parseAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.compiler.ast.TestProjectAstCreation.testPHP5Sample(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)
5.698
testGetFileDataErrornull expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>

junit.framework.ComparisonFailure: null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>
at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetFileData(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.003
testGetPhpFileErrornull expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>

junit.framework.ComparisonFailure: null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>
at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetPhpFile(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.003
testMatchingClassesErrornull expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>
at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testMatchingClasses(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.002
testMatchingFunctionsErrornull expected:<modelUtilFunction [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<modelUtilFunction [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<modelUtilFunction [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<modelUtilFunction [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>
at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testMatchingFunctions(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.002
testMatchingElementsErrornull expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>
at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testMatchingElements(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.003
testIncludeModelLocationSuccess0.002
testGetInterfacesErrornull expected:<ModelUtilInterface [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilInterface [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<ModelUtilInterface [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilInterface [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>
at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetInterfaces(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.003
testGetSuperClassErrornull expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php]>
at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetSuperClass(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.002
testGetSuperClassNameSuccess0.082
testGetParentErrornull expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>

junit.framework.ComparisonFailure: null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203470356607/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>
at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetParent(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.003
testGetModifierSuccess0.002
testGetFunctionsToOverrideSuccess0.002
testGetContainerFromStringSuccess0.002
testDummyMethodsSuccess0.001
testHasSuperClassSuccess0.002
testGetExternalResourcesSuccess0.002

Back to top

Attachment: bug_distribution.csv
Description: Binary data


Back to the top