Skip to main content

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





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
91904095.65%188.033
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.test919400188.033

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite3002012.183
HeadlessTestSuite619380175.850
Back to top


TestCase BareTestSuite

NameStatusTypeTime(s)
testAbsClassSuccess0.674
testBacktickExpressionSuccess0.112
testBacktickExpression1Success0.029
testClassConstantSuccess0.043
testClassDeclarationWithDeclarationsSuccess0.043
testClassVarSuccess0.065
testCloneSuccess0.043
testForEachStatementWithValueSuccess0.087
testFunctionDeclarationWithParamsErrortest XML matches control skeleton XML org.xmlunit.Diff [different] Expected attribute value '44' but was '47' - comparing <Program end="44"...> at /Program[1]/@end to <Program end="47"...> at /Program[1]/@end

junit.framework.AssertionFailedError: test XML matches control skeleton XML org.xmlunit.Diff
[different] Expected attribute value '44' but was '47' - comparing <Program end="44"...> at /Program[1]/@end to <Program end="47"...> at /Program[1]/@end

at org.eclipse.php.test.infra.testcase.PhpTestCase.assertXMLGolden(Unknown Source)
at org.eclipse.php.test.bare.core.compiler.ast.TestAstCreationCommon.parseAndCompare(Unknown Source)
at org.eclipse.php.test.bare.core.compiler.ast.TestAstCreationCommon.parseStringAndCompare(Unknown Source)
at org.eclipse.php.test.bare.core.compiler.ast.TestAstCreationPhp5.testFunctionDeclarationWithParams(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.076
testGlobalStatementSimpleSuccess0.072
testHaltSuccess0.083
testHeredocSuccess0.061
testInnerDeclarationsSuccess0.052
testInstanceofDispatchSuccess0.055
testInstanceofSimpleSuccess0.047
testInstanceofWithFunctionSuccess0.051
testInterfaceDeclarationSimpleSuccess0.040
testInterfaceDeclarationWithDeclarationsSuccess0.064
testMethodModifiersSuccess0.062
testNonEmptyArrayPairListSuccess0.099
testParametersSuccess0.082
testPHPconstsSuccess0.069
testPostfixWithFunctionSuccess0.045
testPrefixWithFunctionSuccess0.048
testQuoteSuccess0.050
testQuoteWithCurlySuccess0.041
testQuoteWithOffsetNumberSuccess0.051
testQuoteWithOffsetStringSuccess0.057
testSingleQuoteSuccess0.028
testStaticMemberSimpleSuccess0.023
testStaticMemberWithArraySuccess0.027
testStaticScalarSuccess0.050
testThrowSuccess0.249
testTryCatchStatementSuccess0.033
testTryMultiCatchStatementSuccess0.039
testAndOperationSuccess0.036
testArraySuccess0.035
testArrayComplexSuccess0.028
testArrayKeyValueSuccess0.027
testArrayVariableSuccess0.041
testArrayVariableWithoutIndexSuccess0.081
testAssignmentSuccess0.035
testBitwiseOperationSuccess0.020
testBreakStatementSuccess0.032
testCastOfDispatchSuccess0.029
testCastOfVariableSuccess0.036
testClassDeclarationSimpleSuccess0.025
testClassInstanciationFunctionSuccess0.038
testClassInstanciationSimpleSuccess0.027
testClassInstanciationVariableSuccess0.027
testClassVarCommentSuccess0.584
testCodeWithDocSuccess0.045
testCommentMultiSuccess0.020
testCommentMulti2Success0.022
testCommentPhpDocBlockSuccess0.033
testCommentSingleSuccess0.021
testCommentVarSuccess0.024
testConcatOperationSuccess0.022
testConditionalExpressionSuccess0.025
testContinueEmptySuccess0.016
testContinueStatementExpressionSuccess0.017
testCtorSuccess0.023
testDeclareSimpleSuccess0.018
testDeclareWithStatementSuccess0.021
testDispatchNestedSuccess0.023
testDispatchNestedWithStaticCallSuccess0.022
testDispatchSimpleSuccess0.020
testDispatchWithStaticCallSuccess0.021
testDoWhileStatementSuccess0.022
testEchoStatementSuccess0.016
testEmptySuccess0.018
testEmptyDeclareSuccess0.016
testEmptyForStatementSuccess0.024
testEmptyHeredocSuccess0.015
testEnclosedVarSuccess0.020
testEndDeclareSuccess0.016
testEndForStatementSuccess0.020
testEndIfStatementSuccess0.021
testErrorBlockSuccess0.017
testErrorStatementSuccess0.019
testEvalSuccess0.020
testForEachStatementSuccess0.017
testForEachStatement1Success0.021
testForEachStatementBlockedSuccess0.023
testForStatementSuccess0.024
testForStatementNoArgsSuccess0.018
testForStatementNoConditionSuccess0.027
testFuncDefineSuccess0.018
testFuncIsSetSuccess0.021
testFunctionDeclarationSuccess0.019
testFunctionDeclarationReferenceSuccess0.030
testFunctionInvocationSuccess0.029
testFunctionInvocationWithParamsSuccess0.042
testGlobalStatementMultipleSuccess0.025
testGlobalStatementReflectionWithExpressionSuccess0.028
testHashTableVariableSuccess0.029
testIfStatementSuccess0.043
testIgnoreErrorSuccess0.029
testIncludeSuccess0.027
testIncludeOnceSuccess0.027
testListVariableSuccess0.052
testMinusOperationSuccess0.028
testNewIfStatementSuccess0.036
testNotVariableExpressionsSuccess0.121
testNotVariableExpressions1Success0.054
testObjectDimListSuccess0.051
testPlusOperationSuccess0.027
testPostfixSimpleSuccess0.024
testPrefixSimpleSuccess0.024
testRefernceInstanciationSuccess0.028
testRefernceSimpleSuccess0.025
testRefernceWithFunctionSuccess0.028
testReflectionComplexSuccess0.081
testReflectionFunctionSuccess0.027
testReflectionNestedSuccess0.028
testReflectionSimpleSuccess0.025
testRequireSuccess0.028
testRequireOnceSuccess0.028
testReturnStatementSuccess0.029
testScalarSuccess0.025
testStaticSuccess0.029
testStaticFunctionInvocationSuccess0.033
testStaticVarListSuccess0.028
testSwitchStatementSuccess0.039
testSwitchStatement1Success0.034
testSwitchStatement2Success0.029
testSwitchStatement3Success0.026
testSwitchStatement4Success0.025
testUnaryOperationComplexSuccess0.026
testUnaryOperationSimpleSuccess0.024
testUnaryOperationWithFunctionSuccess0.024
testUnsetVarsSuccess0.031
testUseFilenameSuccess0.025
testVariableSuccess0.015
testVariableExpressionsSuccess0.023
testWhileEndStatementSuccess0.015
testWhileStatementSuccess0.016
testBacktickExpressionSuccess0.055
testBacktickExpression1Success0.015
testForEachStatementWithValueSuccess0.017
testFunctionDeclarationWithParamsSuccess0.014
testHaltSuccess0.017
testHeredocSuccess0.015
testInnerDeclarationsSuccess0.014
testPHPconstsSuccess0.015
testQuoteSuccess0.014
testQuoteWithCurlySuccess0.015
testQuoteWithOffsetNumberSuccess0.014
testQuoteWithOffsetStringSuccess0.014
testSingleQuoteSuccess0.015
testAndOperationSuccess0.015
testArraySuccess0.017
testArrayComplexSuccess0.015
testArrayKeyValueSuccess0.014
testArrayVariableSuccess0.016
testArrayVariableWithoutIndexSuccess0.013
testAssignmentSuccess0.017
testBitwiseOperationSuccess0.012
testBreakStatementSuccess0.015
testCastOfDispatchSuccess0.013
testCastOfVariableSuccess0.012
testClassDeclarationSimpleSuccess0.014
testClassInstanciationFunctionSuccess0.016
testClassInstanciationSimpleSuccess0.015
testClassInstanciationVariableSuccess0.017
testClassVarCommentSuccess0.015
testCodeWithDocSuccess0.018
testCommentMultiSuccess0.015
testCommentMulti2Success0.015
testCommentPhpDocBlockSuccess0.014
testCommentSingleSuccess0.011
testCommentVarSuccess0.012
testConcatOperationSuccess0.013
testConditionalExpressionSuccess0.013
testContinueEmptySuccess0.012
testContinueStatementExpressionSuccess0.354
testCtorSuccess0.030
testDeclareSimpleSuccess0.015
testDeclareWithStatementSuccess0.013
testDispatchNestedSuccess0.018
testDispatchNestedWithStaticCallSuccess0.017
testDispatchSimpleSuccess0.016
testDispatchWithStaticCallSuccess0.016
testDoWhileStatementSuccess0.016
testEchoStatementSuccess0.016
testEmptySuccess0.016
testEmptyDeclareSuccess0.015
testEmptyForStatementSuccess0.020
testEmptyHeredocSuccess0.020
testEnclosedVarSuccess0.018
testEndDeclareSuccess0.013
testEndForStatementSuccess0.018
testEndIfStatementSuccess0.019
testErrorBlockSuccess0.013
testErrorStatementSuccess0.022
testEvalSuccess0.016
testForEachStatementSuccess0.017
testForEachStatement1Success0.016
testForEachStatementBlockedSuccess0.015
testForStatementSuccess0.029
testForStatementNoArgsSuccess0.014
testForStatementNoConditionSuccess0.019
testFuncDefineSuccess0.020
testFuncIsSetSuccess0.017
testFunctionDeclarationSuccess0.013
testFunctionDeclarationReferenceSuccess0.014
testFunctionInvocationSuccess0.015
testFunctionInvocationWithParamsSuccess0.019
testGlobalStatementMultipleSuccess0.016
testGlobalStatementReflectionWithExpressionSuccess0.014
testHashTableVariableSuccess0.015
testIfStatementSuccess0.019
testIgnoreErrorSuccess0.015
testIncludeSuccess0.016
testIncludeOnceSuccess0.015
testListVariableSuccess0.019
testMinusOperationSuccess0.016
testNewIfStatementSuccess0.024
testNotVariableExpressionsSuccess0.022
testNotVariableExpressions1Success0.019
testObjectDimListSuccess0.016
testPlusOperationSuccess0.013
testPostfixSimpleSuccess0.015
testPrefixSimpleSuccess0.015
testRefernceInstanciationSuccess0.015
testRefernceSimpleSuccess0.016
testRefernceWithFunctionSuccess0.016
testReflectionComplexSuccess0.016
testReflectionFunctionSuccess0.085
testReflectionNestedSuccess0.012
testReflectionSimpleSuccess0.011
testRequireSuccess0.012
testRequireOnceSuccess0.012
testReturnStatementSuccess0.012
testScalarSuccess0.011
testStaticSuccess0.400
testStaticFunctionInvocationSuccess0.016
testStaticVarListSuccess0.016
testSwitchStatementSuccess0.019
testSwitchStatement1Success0.025
testSwitchStatement2Success0.020
testSwitchStatement3Success0.020
testSwitchStatement4Success0.019
testUnaryOperationComplexSuccess0.020
testUnaryOperationSimpleSuccess0.019
testUnaryOperationWithFunctionSuccess0.019
testUnsetVarsSuccess0.022
testUseFilenameSuccess0.021
testVariableSuccess0.018
testVariableExpressionsSuccess0.032
testWhileEndStatementSuccess0.021
testWhileStatementSuccess0.019
testCommentsSuccess0.134
testHeredocsSuccess0.013
testLexOperatorsSuccess0.042
testReservedWordsSuccess0.059
testSamplePhpSuccess1.161
testStringsSuccess0.009
testCommentsSuccess0.025
testHeredocsSuccess0.012
testLexOperatorsSuccess0.816
testReservedWordsSuccess0.023
testSamplePhpSuccess0.463
testStringsSuccess0.011
testVarSuccess0.007
testVarWithModifiers1Success0.004
testVarWithModifiers2Success0.003
testVarWithModifiers3Success0.003
testVarWithModifiers4Success0.004
testVarWithModifiers5Success0.003
testVarWithModifiers6Success0.002
testVarWithModifiers7Success0.003
testVarWithModifiers8Success0.003
testVarWithModifiers9Success0.003
testVarWithModifiers10Success0.003
testClassSuccess0.002
testClassNegativeSuccess0.003
testInterfaceSuccess0.002
testClassAbstractSuccess0.003
testClassFinalSuccess0.003
testMethodSuccess0.003
testMethodWithModifiers1Success0.002
testMethodWithModifiers2Success0.002
testMethodWithModifiers3Success0.003
testMethodWithModifiers4Success0.004
testMethodWithModifiers5Success0.004
testMethodWithModifiers6Success0.003
testMethodWithModifiers7Success0.002
testMethodWithModifiers8Success0.003
testMethodWithModifiers9Success0.003
testMethodWithModifiers10Success0.002
testMethodWithModifiers11Success0.002
testMethodWithModifiers12Success0.003
testMethodWithModifiers13Success0.003
testMethodWithModifiers14Success0.003
testMethodWithModifiers15Success0.003
testMethodWithModifiers16Success0.003
testMethodWithModifiers17Success0.003
testVarCommentSuccess0.001
testVariableErrorFile: /tmp/phpdoc_testparam33825Golden :phpdoc_testparam.xml Diff : (line: 2, offset: 0) expected= actual=/

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

Back to top

TestCase HeadlessTestSuite

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

junit.framework.AssertionFailedError: File: /tmp/modelMethods.txt61159Golden :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)
1.129
testTypeDeclarationsErrorFile: /tmp/modelTypes.txt61160Golden :modelTypes.txt Diff : (line: 1, offset: 13) expected=[ actual=(

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

junit.framework.AssertionFailedError: File: /tmp/mixinDocElements.txt61375Golden :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.328
testClassDeclarationSuccess0.011
testClassExtensionSuccess0.003
testClassInstantiationSuccess0.002
testClassTriggerSuccess0.003
testConstantReferenceSuccess0.002
testFieldDefinitionSuccess0.003
testFunctionDeclarationSuccess0.003
testFunctionInvocationSuccess0.002
testGlobalConstantReferenceSuccess0.003
testInterfaceDeclarationSuccess0.002
testInterfaceExtensionSuccess0.003
testInterfaceImplementationSuccess0.002
testMethodDeclarationSuccess0.002
testMethodInvocationSuccess0.003
testMultipleInterfaceExtensionSuccess0.002
testCatchBlockSuccess0.004
testMultipleInterfaceImplementationSuccess0.005
testNothingSuccess0.003
testPrivateFieldDefinitionSuccess0.004
testProtectedFieldDefinitionSuccess0.004
testPublicFieldDefinitionSuccess0.006
testStaticFieldDefinitionSuccess0.003
testStaticVariableReferenceSuccess0.003
testThisReferenceSuccess0.003
testVariableSuccess0.050
testFunctionInvocationWithParamsFirstSuccess0.010
testFunctionInvocationWithParamsLastSuccess0.007
testFunctionInvocationWithParamsMiddleSuccess0.008
testClassRemoveSuccess0.007
testStatementBeforeClassSuccess0.006
testArrayFirstSuccess0.008
testArrayLastSuccess0.007
testArrayMiddleSuccess0.007
testDeleteArrayKeyValueSuccess0.007
testListFirstSuccess0.007
testListMiddleSuccess0.007
testListLastSuccess0.007
testDeleteBreakSuccess0.006
testDeleteContinueSuccess0.006
testDeleteReturnSuccess0.006
testDeleteEchoFirstSuccess0.006
testDeleteEchoLastSuccess0.007
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.021
testDeleteBlockFirstSuccess0.008
testDeleteBlockMiddleSuccess0.007
testDeleteBlockLastSuccess0.007
testDeleteForComponent1Success0.009
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.012
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.009
testDeleteFunctionBodyFirstSuccess0.009
testDeleteFunctionBodyLastSuccess0.010
testDeleteFunctionBodyMiddleSuccess0.011
testDeleteClassElementsSuccess0.008
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.030
testClassConstantSuccess1.035
testArrayCreationSingleTypeSuccess1.021
testArrayCreationMultiTypesSuccess1.019
testClassInstanceCreationSuccess1.019
testCastStringSuccess1.021
testCastObjectFromScalarSuccess1.018
testCastObjectFromClassSuccess1.018
testThisSuccess1.020
testObjectSuccess1.022
testOverridesObjectSuccess1.016
testCombinesObjectErrorFile: /tmp/testCombinesObject61409Golden :testCombinesObject.txt Diff : (line: 1, offset: 12) expected=B actual=A

junit.framework.AssertionFailedError: File: /tmp/testCombinesObject61409Golden :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.025
testOverridesGlobalSuccess1.015
testOverridesGlobalInnerSuccess1.019
testCombineWithGlobalErrorFile: /tmp/testCombineWithGlobal61410Golden :testCombineWithGlobal.txt Diff : (line: 1, offset: 12) expected=B actual=A

junit.framework.AssertionFailedError: File: /tmp/testCombineWithGlobal61410Golden :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.019
testGlobalDeclaredInsideFunctionSuccess1.012
testTypedArgumentReferenceSuccess1.009
testPHPDocArgumentReferenceSuccess1.335
testArrayAccessSuccess1.015
testClassVarSuccess1.034
testClassVarPHPDocSuccess1.018
testClassVarNoPHPDocSuccess1.021
testClassVarConstructorSuccess1.017
testClassVarConstructorOverridesPrimaryDeclSuccess1.021
testClassVarMethodDeclSuccess1.021
testCloneObjectSuccess1.014
testInfixOperatorPlusSuccess1.013
testPrefixOperatorPlusPlusSuccess1.010
testPostfixOperatorPlusPlusSuccess1.030
testUnaryOperationMinusSuccess1.013
testUnaryOperationTildaSuccess1.020
testUnaryOperationNotSuccess1.018
testConditionalExpressionSuccess1.016
testBindingUtilitySuccess1.018
testBindingUtilityCacheErrorThe evaluated type is not cached. First call time=0, second call time=0

junit.framework.AssertionFailedError: The evaluated type is not cached. First call time=0, second call time=0
at org.eclipse.php.test.headless.core.typeinference.TestBindingUtility.testBindingUtilityCache(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.070
testAssignmentScalarSuccess1.014
testAssignmentScalarNestedSuccess1.018
testFunctionReturnTypeSuccess1.022
testFunctionReturnTypePHPDocSuccess1.014
testFunctionReturnTypeNoPHPDocSuccess1.011
testFunctionReturnTypeAmbiguousSuccess1.010
testFunctionReturnTypeRecursiveSuccess1.023
testMethodReturnTypeSuccess1.023
testStaticMethodReturnTypeSuccess1.022
testScalarNumberSuccess1.022
testBacktickExpressionSuccess1.021
testOpenTagsSuccess0.006
testCloseTagsSuccess0.004
testCommentSuccess0.006
testDocCommentSuccess0.020
testHeredocSuccess0.007
testToDoSuccess0.007
testBug149403Success0.008
testFilesToGoldenallphpsSuccess0.078
testFilesToGoldenabstractSuccess0.007
testFilesToGoldentype_hinting_001Success0.007
testFilesToGoldenfactory_and_singleton_001Success0.011
testFilesToGoldenfactory_001Success0.008
testFilesToGoldenarray_access_001Success0.013
testFilesToGoldenvisibility_002aSuccess0.007
testFilesToGoldenvisibility_002bSuccess0.051
testFilesToGoldentostring_001Success0.011
testFilesToGoldentype_hinting_003Success0.011
testFilesToGoldenHTMLembedPHPErrorFile: /tmp/HTMLembedPHP.php61426Golden :sourceParserHTMLembedPHP.php Diff : (line: 160, offset: 18) expected=1 actual=8

junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php61426Golden :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)
3.248
testYylex__call_001Success0.024
testYylex__call_002Success0.007
testYylex__set__get_001Success0.052
testYylex__set__get_002Success0.008
testYylex__set__get_003Success0.008
testYylex__set__get_004Success0.039
testYylex__set__get_005Success0.055
testYylex__set_data_corruptSuccess0.030
testYylexabstract_classSuccess0.024
testYylexabstract_derivedSuccess0.013
testYylexabstract_finalSuccess0.011
testYylexabstract_inheritSuccess0.018
testYylexabstract_not_declaredSuccess0.008
testYylexabstract_redeclareSuccess0.016
testYylexabstract_staticSuccess0.021
testYylexclass_abstractSuccess0.020
testYylexclass_checkSuccess0.102
testYylexclass_exampleSuccess0.064
testYylexclone_001Success0.033
testYylexallphpsSuccess0.610
testTokenizePhpGenerictokenizer_php5_sampleSuccess0.020
testTokenizePhpGenerictokenizer_php5_stringsSuccess0.004
testTokenizePhpGenerictokenizer_php5_heredocsSuccess0.004
testEmbeddedCodeErrorFile: /tmp/HTMLembedPHP.php61450Golden :HTMLembedPHP.php Diff : (line: 1, offset: 2) expected=P actual=S

junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php61450Golden :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.718
testTokenizePhpSuccess0.008
testTokenizeTaskstokenizer_phpTasks1Success0.004
testTokenizeTaskstokenizer_phpTasks2Success0.004
testTokenizeTaskstokenizer_phpTasks3Success0.004
testTokenizeTaskstokenizer_phpTasks4Success0.003
testTokenizeTaskstokenizer_phpTasks5Success0.004
testTokenizeTaskstokenizer_phpTasks6Success0.003
testTokenizePhpWithHtmltokenizer_phpInHtmlSuccess0.007
testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeKeySuccess0.018
testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeValueSuccess0.013
testYylexAllPhpSuccess0.513
testYylexlargeFile1Success0.297
testYylexlargeFile2Success0.125
testYylexlargeFile3Success0.115
testYylexlargeFile4Success0.092
testYylexbig_classSuccess0.008
testYylexccSuccess0.157
testYylexclass_checkSuccess0.088
testYylexclass_exampleSuccess0.055
testYylex001Success0.005
testYylex002Success0.005
testYylex003Success0.011
testYylex004Success0.008
testYylex005Success0.008
testYylex006Success0.008
testYylex007Success0.010
testYylex008Success0.012
testYylex009Success0.008
testYylex010Success0.007
testYylex011Success0.015
testYylex012Success0.015
testYylex013Success0.004
testAllPhpsSuccess0.016
testCall001Success0.004
testSetGetSuccess0.014
testAbstractByInterfaceSuccess0.005
testAbstractClassSuccess0.004
testArrayAccessSuccess0.005
testAssignOpPropertySuccess0.005
testAutoload1Success0.003
testAutoload6Success0.005
testCCSuccess0.009
testClassCheckSuccess0.007
testBug20175Success0.006
testDesructorSuccess0.004
testInterfaceSuccess0.023
testBug209768Success0.018
testLanguageModel4Success1.649
testLanguageModel5Success2.296
testBug191887Success0.002
testAllPhpsSuccess0.004
testFileInspectorSuccess0.004
test15_VarGlobalUnusedSuccess0.003
testBigClassSuccess0.003
testCCSuccess0.006
testClassCheckSuccess0.003
testClassExampleSuccess0.005
testClass032Success0.005
testLargeFile4Success0.007
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.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: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
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.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: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
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.005
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.004
testInClassDeclaration2Success0.003
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.008
testInFunctionDeclaration2Success0.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: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.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: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
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.004
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.008
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.005
testPartitionInHTMLSuccess0.010
testPartitionStandaloneSuccess0.003
testPartitionPhpAsHTMLAttributeKeySuccess0.003
testPartitionPhpAsHTMLAttributeValueSuccess0.004
testInLineHtmlSuccess0.105
testArrayStatementsSuccess0.012
testClassCommentsSuccess0.033
testDeclarationStatementsSuccess0.019
testForeachStatementsSuccess0.012
testForStatementsSuccess0.019
testIfStatementsSuccess0.016
testPHPWithinHtmlTagSuccess0.620
testPHPWithHtmlSuccess0.161
testSwitchStatementsSuccess0.038
testTryStatementsSuccess0.010
testWhileStatementsSuccess0.021
testContentTypeSuccess0.001
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.922
testGetFileDataErrornull expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>

junit.framework.ComparisonFailure: null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203556243873/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.005
testGetPhpFileErrornull expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>

junit.framework.ComparisonFailure: null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203556243873/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.004
testMatchingClassesErrornull expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203556243873/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.003
testMatchingFunctionsErrornull expected:<modelUtilFunction [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<modelUtilFunction [in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<modelUtilFunction [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<modelUtilFunction [in /Smoke Test Project PHP5-1203556243873/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.003
testMatchingElementsErrornull expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203556243873/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.005
testGetInterfacesErrornull expected:<ModelUtilInterface [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilInterface [in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<ModelUtilInterface [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilInterface [in /Smoke Test Project PHP5-1203556243873/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.008
testGetSuperClassErrornull expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php]>

junit.framework.ComparisonFailure: null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1203556243873/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.003
testGetSuperClassNameSuccess0.003
testGetParentErrornull expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203556243873/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>

junit.framework.ComparisonFailure: null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1203556243873/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.003
testDummyMethodsSuccess0.002
testHasSuperClassSuccess0.002
testGetExternalResourcesSuccess0.002

Back to top

Attachment: bug_distribution.csv
Description: Binary data


Back to the top