<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.303</duration><failedSince>0</failedSince><name>constantFolding</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.263</duration><failedSince>0</failedSince><name>controlFlowMergeNoSideEffect</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.233</duration><failedSince>0</failedSince><name>controlFlowMergeSideEffect</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>1</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>2.213</duration><errorDetails>java.lang.Error: this expr should have been flattened: {
    i_620;
    Player532(i_620);
    &gt;&gt;&gt;  null}

initPlayerArray181</errorDetails><errorStackTrace>java.lang.Error: this expr should have been flattened: {
    i_620;
    Player532(i_620);
    &gt;&gt;&gt;  null}

initPlayerArray181
	at de.peeeq.wurstscript.translation.imtojass.ExprTranslation.translate(ExprTranslation.java:98)
	at de.peeeq.wurstscript.jassIm.ImStatementExprImpl.translate(ImStatementExprImpl.java:172)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:61)
	at de.peeeq.wurstscript.jassIm.ImStatementExprImpl.translate(ImStatementExprImpl.java:168)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:82)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.translate(ImStmtsImpl.java:76)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:30)
	at de.peeeq.wurstscript.jassIm.ImLoopImpl.translate(ImLoopImpl.java:143)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:82)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.translate(ImStmtsImpl.java:76)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunction(ImToJassTranslator.java:171)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:123)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translate(ImToJassTranslator.java:57)
	at de.peeeq.wurstio.WurstCompilerJassImpl.transformProgToJass(WurstCompilerJassImpl.java:515)
	at tests.wurstscript.tests.WurstScriptTest.translateAndTest(WurstScriptTest.java:467)
	at tests.wurstscript.tests.WurstScriptTest.testWithoutInliningAndOptimization(WurstScriptTest.java:373)
	at tests.wurstscript.tests.WurstScriptTest.access$000(WurstScriptTest.java:39)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.testScript(WurstScriptTest.java:196)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.run(WurstScriptTest.java:126)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.lines(WurstScriptTest.java:116)
	at tests.wurstscript.tests.OptimizerTests.controlFlowMergeSideEffect2(OptimizerTests.java:667)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1204)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
	at org.testng.TestNG.runSuites(TestNG.java:1049)
	at org.testng.TestNG.run(TestNG.java:1017)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:140)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:89)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
	at com.sun.proxy.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:175)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:157)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
	at java.base/java.lang.Thread.run(Thread.java:834)
</errorStackTrace><failedSince>1193</failedSince><name>controlFlowMergeSideEffect2</name><skipped>false</skipped><status>REGRESSION</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.285</duration><failedSince>0</failedSince><name>cyclicFunctionRemover</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.276</duration><failedSince>0</failedSince><name>inlinerIntRealsConstantFolding</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.382</duration><failedSince>0</failedSince><name>moveTowardsBug</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.341</duration><failedSince>0</failedSince><name>multiArrayNoInline</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.279</duration><failedSince>0</failedSince><name>multiArrayNoInline2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.267</duration><failedSince>0</failedSince><name>number</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>1</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>2.024</duration><errorDetails>java.lang.Error: this expr should have been flattened: {
    i_991;
    Player173(i_991);
    &gt;&gt;&gt;  null}

initPlayerArray165</errorDetails><errorStackTrace>java.lang.Error: this expr should have been flattened: {
    i_991;
    Player173(i_991);
    &gt;&gt;&gt;  null}

initPlayerArray165
	at de.peeeq.wurstscript.translation.imtojass.ExprTranslation.translate(ExprTranslation.java:98)
	at de.peeeq.wurstscript.jassIm.ImStatementExprImpl.translate(ImStatementExprImpl.java:172)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:61)
	at de.peeeq.wurstscript.jassIm.ImStatementExprImpl.translate(ImStatementExprImpl.java:168)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:82)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.translate(ImStmtsImpl.java:76)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:30)
	at de.peeeq.wurstscript.jassIm.ImLoopImpl.translate(ImLoopImpl.java:143)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:82)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.translate(ImStmtsImpl.java:76)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunction(ImToJassTranslator.java:171)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:123)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translate(ImToJassTranslator.java:57)
	at de.peeeq.wurstio.WurstCompilerJassImpl.transformProgToJass(WurstCompilerJassImpl.java:515)
	at tests.wurstscript.tests.WurstScriptTest.translateAndTest(WurstScriptTest.java:467)
	at tests.wurstscript.tests.WurstScriptTest.testWithoutInliningAndOptimization(WurstScriptTest.java:373)
	at tests.wurstscript.tests.WurstScriptTest.access$000(WurstScriptTest.java:39)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.testScript(WurstScriptTest.java:196)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.run(WurstScriptTest.java:126)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.lines(WurstScriptTest.java:116)
	at tests.wurstscript.tests.WurstScriptTest.testAssertOkLinesWithStdLib(WurstScriptTest.java:323)
	at tests.wurstscript.tests.OptimizerTests.optimizeDuplicateNullSets(OptimizerTests.java:754)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1204)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
	at org.testng.TestNG.runSuites(TestNG.java:1049)
	at org.testng.TestNG.run(TestNG.java:1017)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:140)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:89)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
	at com.sun.proxy.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:175)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:157)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
	at java.base/java.lang.Thread.run(Thread.java:834)
</errorStackTrace><failedSince>1193</failedSince><name>optimizeDuplicateNullSets</name><skipped>false</skipped><status>REGRESSION</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.243</duration><failedSince>0</failedSince><name>optimizeExitwhen</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.242</duration><failedSince>0</failedSince><name>optimizeSet</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.241</duration><failedSince>0</failedSince><name>optimizeSet2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>1</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>2.161</duration><errorDetails>java.lang.Error: this expr should have been flattened: {
    i_306;
    Player177(i_306);
    &gt;&gt;&gt;  null}

initPlayerArray111</errorDetails><errorStackTrace>java.lang.Error: this expr should have been flattened: {
    i_306;
    Player177(i_306);
    &gt;&gt;&gt;  null}

initPlayerArray111
	at de.peeeq.wurstscript.translation.imtojass.ExprTranslation.translate(ExprTranslation.java:98)
	at de.peeeq.wurstscript.jassIm.ImStatementExprImpl.translate(ImStatementExprImpl.java:172)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:61)
	at de.peeeq.wurstscript.jassIm.ImStatementExprImpl.translate(ImStatementExprImpl.java:168)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:82)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.translate(ImStmtsImpl.java:76)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:30)
	at de.peeeq.wurstscript.jassIm.ImLoopImpl.translate(ImLoopImpl.java:143)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:82)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.translate(ImStmtsImpl.java:76)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunction(ImToJassTranslator.java:171)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:123)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translate(ImToJassTranslator.java:57)
	at de.peeeq.wurstio.WurstCompilerJassImpl.transformProgToJass(WurstCompilerJassImpl.java:515)
	at tests.wurstscript.tests.WurstScriptTest.translateAndTest(WurstScriptTest.java:467)
	at tests.wurstscript.tests.WurstScriptTest.testWithoutInliningAndOptimization(WurstScriptTest.java:373)
	at tests.wurstscript.tests.WurstScriptTest.access$000(WurstScriptTest.java:39)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.testScript(WurstScriptTest.java:196)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.run(WurstScriptTest.java:126)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.lines(WurstScriptTest.java:116)
	at tests.wurstscript.tests.WurstScriptTest.testAssertOkLinesWithStdLib(WurstScriptTest.java:323)
	at tests.wurstscript.tests.OptimizerTests.testInlineAnnotation(OptimizerTests.java:772)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1204)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
	at org.testng.TestNG.runSuites(TestNG.java:1049)
	at org.testng.TestNG.run(TestNG.java:1017)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:140)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:89)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
	at com.sun.proxy.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:175)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:157)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
	at java.base/java.lang.Thread.run(Thread.java:834)
</errorStackTrace><failedSince>1193</failedSince><name>testInlineAnnotation</name><skipped>false</skipped><status>REGRESSION</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.22</duration><failedSince>0</failedSince><name>test_ConstFolding</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.261</duration><failedSince>0</failedSince><name>test_ConstFoldingCombined</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.255</duration><failedSince>0</failedSince><name>test_controlFlowMergeSideEffect</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.228</duration><failedSince>0</failedSince><name>test_double_renaming_bug</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.228</duration><failedSince>0</failedSince><name>test_exitwhen</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.265</duration><failedSince>0</failedSince><name>test_ifDoubleAnd1</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.239</duration><failedSince>0</failedSince><name>test_ifDoubleAnd2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.241</duration><failedSince>0</failedSince><name>test_ifDoubleOr1</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.244</duration><failedSince>0</failedSince><name>test_ifDoubleOr2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.25</duration><failedSince>0</failedSince><name>test_ifEmpty</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.246</duration><failedSince>0</failedSince><name>test_ifFalse</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.263</duration><failedSince>0</failedSince><name>test_ifInt1</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.23</duration><failedSince>0</failedSince><name>test_ifInt2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.232</duration><failedSince>0</failedSince><name>test_ifInt3</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.25</duration><failedSince>0</failedSince><name>test_ifInt4</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.235</duration><failedSince>0</failedSince><name>test_ifMulti</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.245</duration><failedSince>0</failedSince><name>test_ifTrue</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.23</duration><failedSince>0</failedSince><name>test_inline_globals</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.274</duration><failedSince>0</failedSince><name>test_localVarMerger</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.25</duration><failedSince>0</failedSince><name>test_localVarMerger2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.245</duration><failedSince>0</failedSince><name>test_mult2rewrite</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.25</duration><failedSince>0</failedSince><name>test_mult3rewrite</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.252</duration><failedSince>0</failedSince><name>test_nullsetter1</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.279</duration><failedSince>0</failedSince><name>test_nullsetter2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.355</duration><failedSince>0</failedSince><name>test_nullsetter3</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.318</duration><failedSince>0</failedSince><name>test_nullsetter4</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.353</duration><failedSince>0</failedSince><name>test_number_shortening</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.249</duration><failedSince>0</failedSince><name>test_number_shortening2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.281</duration><failedSince>0</failedSince><name>test_remove_useless</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.267</duration><failedSince>0</failedSince><name>test_tempVarRemover</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.237</duration><failedSince>0</failedSince><name>test_tempVarRemover2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>1</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>2.46</duration><errorDetails>java.lang.Error: this expr should have been flattened: {
    i_118;
    Player107(i_118);
    &gt;&gt;&gt;  null}

initPlayerArray166</errorDetails><errorStackTrace>java.lang.Error: this expr should have been flattened: {
    i_118;
    Player107(i_118);
    &gt;&gt;&gt;  null}

initPlayerArray166
	at de.peeeq.wurstscript.translation.imtojass.ExprTranslation.translate(ExprTranslation.java:98)
	at de.peeeq.wurstscript.jassIm.ImStatementExprImpl.translate(ImStatementExprImpl.java:172)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:61)
	at de.peeeq.wurstscript.jassIm.ImStatementExprImpl.translate(ImStatementExprImpl.java:168)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:82)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.translate(ImStmtsImpl.java:76)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:30)
	at de.peeeq.wurstscript.jassIm.ImLoopImpl.translate(ImLoopImpl.java:143)
	at de.peeeq.wurstscript.translation.imtojass.StatementTranslation.translate(StatementTranslation.java:82)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.translate(ImStmtsImpl.java:76)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunction(ImToJassTranslator.java:171)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:123)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translateFunctionTransitive(ImToJassTranslator.java:120)
	at de.peeeq.wurstscript.translation.imtojass.ImToJassTranslator.translate(ImToJassTranslator.java:57)
	at de.peeeq.wurstio.WurstCompilerJassImpl.transformProgToJass(WurstCompilerJassImpl.java:515)
	at tests.wurstscript.tests.WurstScriptTest.translateAndTest(WurstScriptTest.java:467)
	at tests.wurstscript.tests.WurstScriptTest.testWithoutInliningAndOptimization(WurstScriptTest.java:373)
	at tests.wurstscript.tests.WurstScriptTest.access$000(WurstScriptTest.java:39)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.testScript(WurstScriptTest.java:196)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.run(WurstScriptTest.java:126)
	at tests.wurstscript.tests.WurstScriptTest$TestConfig.lines(WurstScriptTest.java:116)
	at tests.wurstscript.tests.OptimizerTests.test_unreachableCodeRemover(OptimizerTests.java:573)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1204)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
	at org.testng.TestNG.runSuites(TestNG.java:1049)
	at org.testng.TestNG.run(TestNG.java:1017)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:140)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:89)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
	at com.sun.proxy.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:175)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:157)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
	at java.base/java.lang.Thread.run(Thread.java:834)
</errorStackTrace><failedSince>1193</failedSince><name>test_unreachableCodeRemover</name><skipped>false</skipped><status>REGRESSION</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.256</duration><failedSince>0</failedSince><name>test_unused_func_remover</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.233</duration><failedSince>0</failedSince><name>test_unused_func_remover2</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><child><age>0</age><className>tests.wurstscript.tests.OptimizerTests</className><duration>0.271</duration><failedSince>0</failedSince><name>test_varRemoval</name><skipped>false</skipped><status>PASSED</status><stderr>1751543663
1751543664
1751543665
</stderr><stdout>// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1193
globals
integer tempReturn_integer=0
endglobals
native testSuccess takes nothing returns nothing
function initGlobals takes nothing returns nothing
endfunction

function cyc_g takes integer funcChoice, integer x returns nothing
	if funcChoice == 0 then
		call cyc_g(1, x / 1000)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 1 then
		if x &gt; 1000 then
			call cyc_g(0, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 100 then
			call cyc_g(2, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		if x &gt; 10 then
			call cyc_g(3, x)
			set tempReturn_integer = tempReturn_integer
			return
		endif
		set tempReturn_integer = x
		return
	elseif funcChoice == 2 then
		call cyc_g(1, x / 100)
		set tempReturn_integer = tempReturn_integer
		return
	elseif funcChoice == 3 then
		call cyc_g(1, x / 10)
		set tempReturn_integer = tempReturn_integer
		return
	endif
endfunction

function init_Test takes nothing returns nothing
	call cyc_g(1, 7531)
	if tempReturn_integer == 7 then
		call testSuccess()
	endif
endfunction

function main takes nothing returns nothing
	call initGlobals()
	call init_Test()
endfunction

function config takes nothing returns nothing
endfunction


</stdout></child><failCount>4</failCount><name>OptimizerTests</name><passCount>46</passCount><skipCount>0</skipCount></classResult>