{
  "_class" : "hudson.tasks.junit.TestResult",
  "testActions" : [
    
  ],
  "duration" : 2896.4055,
  "empty" : False,
  "failCount" : 1,
  "passCount" : 644,
  "skipCount" : 0,
  "suites" : [
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 1,
          "className" : "Gradle Test Executor 2",
          "duration" : 2570.157,
          "errorDetails" : "org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not complete execution for Gradle Test Executor 2.",
          "errorStackTrace" : "org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not complete execution for Gradle Test Executor 2.\u000a\u0009at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)\u000a\u0009at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\u000a\u0009at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\u000a\u0009at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\u000a\u0009at java.base/java.lang.reflect.Method.invoke(Method.java:566)\u000a\u0009at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)\u000a\u0009at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)\u000a\u0009at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)\u000a\u0009at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)\u000a\u0009at com.sun.proxy.$Proxy5.stop(Unknown Source)\u000a\u0009at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:132)\u000a\u0009at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\u000a\u0009at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\u000a\u0009at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\u000a\u0009at java.base/java.lang.reflect.Method.invoke(Method.java:566)\u000a\u0009at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)\u000a\u0009at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)\u000a\u0009at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:175)\u000a\u0009at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:157)\u000a\u0009at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)\u000a\u0009at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)\u000a\u0009at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)\u000a\u0009at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\u000a\u0009at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\u000a\u0009at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)\u000a\u0009at java.base/java.lang.Thread.run(Thread.java:834)\u000aCaused by: java.lang.OutOfMemoryError: Java heap space\u000a\u0009at java.base/java.util.Arrays.copyOf(Arrays.java:3689)\u000a\u0009at java.base/java.util.ArrayList.grow(ArrayList.java:237)\u000a\u0009at java.base/java.util.ArrayList.grow(ArrayList.java:242)\u000a\u0009at java.base/java.util.ArrayList.add(ArrayList.java:485)\u000a\u0009at java.base/java.util.ArrayList.add(ArrayList.java:498)\u000a\u0009at org.testng.collections.MultiMap.put(MultiMap.java:31)\u000a\u0009at org.testng.internal.DynamicGraph.addEdges(DynamicGraph.java:100)\u000a\u0009at org.testng.internal.DynamicGraph.addEdge(DynamicGraph.java:72)\u000a\u0009at org.testng.internal.DynamicGraph.setStatus(DynamicGraph.java:250)\u000a\u0009at org.testng.internal.DynamicGraph.setStatus(DynamicGraph.java:208)\u000a\u0009at org.testng.TestRunner.privateRun(TestRunner.java:650)\u000a\u0009at org.testng.TestRunner.run(TestRunner.java:505)\u000a\u0009at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)\u000a\u0009at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)\u000a\u0009at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)\u000a\u0009at org.testng.SuiteRunner.run(SuiteRunner.java:364)\u000a\u0009at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)\u000a\u0009at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)\u000a\u0009at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)\u000a\u0009at org.testng.TestNG.runSuitesSequentially(TestNG.java:1204)\u000a\u0009at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)\u000a\u0009at org.testng.TestNG.runSuites(TestNG.java:1049)\u000a\u0009at org.testng.TestNG.run(TestNG.java:1017)\u000a\u0009at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:140)\u000a\u0009at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:89)\u000a\u0009at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)\u000a\u0009at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\u000a\u0009at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\u000a\u0009at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\u000a\u0009at java.base/java.lang.reflect.Method.invoke(Method.java:566)\u000a\u0009at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)\u000a\u0009at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)\u000a",
          "failedSince" : 1220,
          "name" : "failed to execute tests",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "FAILED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 2570.157,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "Gradle Test Executor 2",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:24:54"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.immutablecollections.ImmutableListTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "iterator1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.immutablecollections.ImmutableListTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sizeOfCons",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.immutablecollections.ImmutableListTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sizeOfTail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.028,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.immutablecollections.ImmutableListTest",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:34"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.immutablecollections.IntRangeTests",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.0,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.immutablecollections.IntRangeTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:34"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.utils.GraphInterpreterTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testCycle",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.utils.GraphInterpreterTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSimpleGraph",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.utils.GraphInterpreterTests",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testStronglyConnectedComponents",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.007,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.utils.GraphInterpreterTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:33"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.objectreader.ObjectHelperTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "example1a",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.objectreader.ObjectHelperTests",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "example2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.objectreader.ObjectHelperTests",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ver1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.002,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.objectreader.ObjectHelperTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:29:39"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 5.347,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "array_init_global1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "array_init_global_fail1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.156,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "array_init_global_fail2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "array_init_global_fail3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.747,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "array_init_global_type_inference",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.756,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "array_init_length1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.58,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "array_init_length2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "array_init_local_fail1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.478,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "array_init_local_type_inference",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.7,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classArrayInit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.397,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalWithArray",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.565,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "intArrayInit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 1.144,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multiArrayDefaultValue",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.875,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multiArrayInit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multiArrayWrongSize",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.522,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testArray1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testArrayParam",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ArrayTests",
          "duration" : 0.55,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testArray_jass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 12.895,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.ArrayTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:24:57"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 1.946,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closuresWithOperatorOverloading",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.76,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "completionAtEndOfFileWithNewline",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.485,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "completionAtEndOfFileWithNewline2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.965,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inForLoop",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.479,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "onlyFromClasses",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.553,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overload1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.507,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ratings_returnType1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.484,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ratings_returnType2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.41,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simpleExample1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.428,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simpleExample2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.54,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simpleExample3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.374,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testAfterDot",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.438,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDeprecated",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.47,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInnerClasses",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.526,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testNestedClass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.488,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testPrivateMethod",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.38,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testPrivateMethod2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.58,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testProtectedMethod",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.498,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testProtectedMethod2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.552,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testWithParentheses",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.44,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testWithParentheses2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.521,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testWithoutParentheses",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.AutoCompleteTests",
          "duration" : 0.383,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testWithoutParentheses2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 13.271,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.AutoCompleteTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:25:10"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 20.426,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ObjectRecycler",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.786,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bitset_add",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bug61_break",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bug62_codearray",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.576,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classNull",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classesCyclic",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.378,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closureClassConstructor",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closureClassConstructorInvalid",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.29,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constFolding",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.626,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cycle_with_generics",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.334,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cyclic",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.379,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cyclicDepReadVars",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cyclicDependency",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cyclicDependency2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cyclicForLoop",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "division",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.429,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doubleNativeDecl",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "duplicateNames",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.435,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "duplicateNames2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.553,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "duplicateNamesOk",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dynamicVarFromStaticContext",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dynamicVarFromStaticContext2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extensionFunc_noreturn",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extensionMethodStatic",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.443,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "flattenBug",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "forLoop",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 13.469,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "forfrom",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "func_noreturn",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.441,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "funcrefs1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.521,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "funcrefs2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.335,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "functionWithUnderscore",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.356,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericsNull",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.308,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hotdoc",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implementNothing",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.313,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inlineBug",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.259,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inlinerBugShortCircuit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.316,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inlinerBugShortCircuit2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.336,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "intBoundaries",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "intBoundariesH",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "intBoundariesL",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.309,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localOptimizerFail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.477,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localsInOndestroy",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.53,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "memberMethodParens",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.694,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "middlewareOverload",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.525,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "negativeNumberLiterals",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "nonAbstractClass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.418,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "optBug",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 9.625,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ovveride_nativeTypeReturn",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.386,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "parseHexValues",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.383,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "polarOfffsetInline",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.405,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "realIndex",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.621,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "recursive",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.387,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "recursive2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "recursiveTuple",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "recursiveTuple2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "staticGenerics1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "staticGenerics2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.329,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "staticGenerics3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "staticOverride",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.397,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringPlusNull1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.429,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringPlusNull2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.336,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringPlusNull3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "subStringError",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testClassExtendsClassWithoutNoArgConstructor",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testClassImplementsClass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.468,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testCodeNull",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testCyclicDependencyError",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.282,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInferInSuper",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.352,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testLinePos",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.498,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testNestedTimerClosure",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.537,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSelfAssignmentNoWarning",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.039,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSelfAssignmentWarning",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSelfAssignmentWarningDot",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.589,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testStacktrace",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.267,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_correct_escapesequence",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_empty_escapesequence",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.291,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_for_from",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.303,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_for_in",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_init_order_globals_warning",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_init_order_globals_warning_jass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_init_order_jass_warning",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.259,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_inline_jass_div",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.395,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_null_in_jass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.303,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_unit_array",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ticket706",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 8.975,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ticket709",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "typenameAsFuncname1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "typenameAsFuncname2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.485,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "underlineArray",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.322,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "underscore",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.328,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "underscore_end",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.325,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "underscores_in_name",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.31,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "unreadVarWarning",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "unreadVarWarning2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.385,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "unreadVarWarningArrays",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.BugTests",
          "duration" : 0.383,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "varname_with_interface",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
          "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a"
        }
      ],
      "duration" : 74.974,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.BugTests",
      "nodeId" : None,
      "stderr" : "... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling bar(2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a... when calling foo(1, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a\u000a... when calling\u000a...[truncated 1391 chars]...\u000a, 2) in testStacktrace:17\u000a... when calling init_Test() in testStacktrace:5\u000a... when calling main()\u000a\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling bar in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a\u000a   when calling foo in testStacktrace, line 17\u000a   when calling init_Test in testStacktrace, line 5\u000a",
      "stdout" : "Wrong version 'de817780abc68d8c39fb5d715a6661c36f1ae664', executing git pull to get 'e1a61914adb9cdb2a631603ce8cab651043ad288'\u000a",
      "timestamp" : "2019-12-31T20:25:23"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.384,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "castToIntGenerics",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.456,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "castToIntGenerics2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.303,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "castToIntPointerArithmetic",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constr1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.371,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constr2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.395,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constr_super",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constr_super_wrong1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.349,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extends_override",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.361,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extends_override2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.344,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extends_override3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.573,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extends_override4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.444,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extends_simple",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.39,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extends_variables",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.371,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.386,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroyUsingThis",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.409,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy_dynamicdispatch",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.435,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy_dynamicdispatch2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.379,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy_dynamicdispatch3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.375,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy_dynamicdispatch4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.313,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy_dynamicdispatch5",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.321,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy_dynamicdispatchFrotty1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.392,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy_dynamicdispatchFrotty2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.374,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy_dynamicdispatchFrotty3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.393,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy_withVar",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "privateFunc",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.373,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "privateFuncOverride",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "privateVar",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.353,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "subTypeGeneric1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.315,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "subTypeGeneric2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "subTypeGeneric3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.304,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "subTypeGenericInterface",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "subTypeGenericInterface2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.344,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "superCall",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.35,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "superCall2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.322,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testArrayInitInClass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.293,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testArrayInitInClassStatic",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.419,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testMultiArray",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.364,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testNoDispatch",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.47,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverrideInterfaceAbstractClass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.359,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverrideInterfaceAbstractClass2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "teststaticoverride",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "teststaticoverride2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "teststaticoverride3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "teststaticoverride4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesExtTests",
          "duration" : 0.38,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testtest",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
          "stdout" : ""
        }
      ],
      "duration" : 13.226,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.ClassesExtTests",
      "nodeId" : None,
      "stderr" : "AAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000aAAbstract\u000aMyInterfaceImpl\u000a",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:27:10"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "NPE",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.325,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "OverrideClass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.386,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "abstract_class",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.481,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "abstract_class2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "abstract_fail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "abstract_fail2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "abstract_must_not_be_private",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "arrayAttributeFail1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "arrayAttributeFail2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.391,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "arrayAttributeTest1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.454,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "arrayAttributeTest2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.458,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "big_instanceof",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "callStaticFunctionFromInit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.35,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cast_class",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.372,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cast_class2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cast_class_unrelated",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.35,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.308,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_construct",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_double_defined",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.65,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_lifecycle",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.408,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_method",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.387,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_method_implicit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_static_func",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_static_var",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_static_var2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_static_var_get",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_static_var_set",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "classes_static_var_set2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "code_members",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constantVars",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constant_fields",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constant_fields2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "construct_super",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.378,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructor_overloading",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructor_private",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.379,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructor_private_ok",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "destroyed",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.376,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dotdotOperator",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dotdotOperatorFail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "duplicateConstructor",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.336,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "initConstant",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.316,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "initialization_static_inner1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.411,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "initialization_static_inner2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.311,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "instanceof_null",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "method_private",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.359,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ondestroy",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "override",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.396,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "override_valid",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.385,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "override_valid2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.326,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "override_valid_trans",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.466,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "override_valid_trans_big",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.289,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "override_valid_void",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.409,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "protectedInOtherPackage",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.41,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "protectedInOtherPackage2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 6.226,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "recyling",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.277,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "recyling2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 1.056,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "recyling_random",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "staticThisAccess",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.388,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "static_class_qualified_field",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.297,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "static_class_qualified_function",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.342,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "static_class_qualified_type",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.311,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "static_field",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.279,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "static_field_other_package",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.359,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "static_static_array_field",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.443,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testArraySize",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testArraySize2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.394,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInnerClass_module",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.395,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInnerClass_module_thistype",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInnerClass_module_thistype2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.435,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInnerClass_module_thistype3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.662,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInnerClass_static1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.338,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInnerClass_static_from_outside",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.423,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testNoOverride",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 6.863,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOver9000",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.31,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "thisHandling",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClassesTests",
          "duration" : 0.386,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tupleArrayMember",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
          "stdout" : ""
        }
      ],
      "duration" : 31.274,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.ClassesTests",
      "nodeId" : None,
      "stderr" : "Nullpointer exception when calling A.foo\u000aCalled A.foo on invalid object.\u000a",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:26:38"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.391,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "beginEndExpr",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.436,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blockSyntax",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.522,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blockSyntax2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.35,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "captureParam",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.356,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "captureThis",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.426,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "captureThis2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.367,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closure1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.419,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closure2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.412,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closure3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.403,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closureCaptureMain",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.464,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closureInClassInit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.457,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closureWithGenerics",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.362,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closure_begin_end1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.323,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closure_begin_end2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.351,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closure_begin_end3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closure_inferType",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.339,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closure_void",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.36,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "closure_void_call",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.308,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "code_anonfunc1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.258,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "code_anonfunc2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "code_anonfuncErr",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "code_anonfuncErr2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.33,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "code_anonfuncTuple",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.402,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "code_anonfunc_mixed",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "code_anonfunc_mixed_err1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.367,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generic1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.49,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generic2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.562,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generic3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.416,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "intliteralClosure",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "noAbstractMethod",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.344,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneAbstractMethod",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.391,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneAbstractMethodInherited",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.385,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneAbstractMethodInheritedOverloaded",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.068,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overload1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.469,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overload2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.401,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "skipInClosure",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "skipInClosure_fail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.532,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDispatch",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.327,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloadingConstructorClosureUse",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.386,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloadingFuncClosureUse",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tryCaptureArray",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.375,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tryCaptureTuple",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoAbstractMethods",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uninitialized",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uninitialized2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uninitialized3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.36,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uninitialized4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uninitialized6",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ClosureTests",
          "duration" : 0.408,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withoutParameterType",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 14.45,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.ClosureTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:27:23"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.CompilationUnitTests",
          "duration" : 0.284,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "jass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.CompilationUnitTests",
          "duration" : 0.239,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "packages",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.523,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.CompilationUnitTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:27:37"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ConfigPackageTests",
          "duration" : 0.285,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "configFunc",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ConfigPackageTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "configFuncWrongType",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ConfigPackageTests",
          "duration" : 0.314,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "configVar",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ConfigPackageTests",
          "duration" : 0.379,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "configVarCyclic",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ConfigPackageTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "configVarWrongType",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.983,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.ConfigPackageTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:27:38"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.DeterministicChecks",
          "duration" : 0.732,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simple",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.732,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.DeterministicChecks",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:27:39"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.EnumTests",
          "duration" : 0.356,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "enum_short1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.EnumTests",
          "duration" : 0.329,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "enum_short2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.EnumTests",
          "duration" : 0.297,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "enum_short3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.EnumTests",
          "duration" : 0.362,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "enum_to_int_test",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 1.345,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.EnumTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:27:58"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.373,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_blocks",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.342,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_false",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_inferNull_fail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.275,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_inferNull_left",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.293,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_inferNull_right1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.297,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_inferNull_right2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.333,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_linebreaks1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.302,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_linebreaks2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.316,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_linebreaks3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.26,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_real",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_subtypes_err1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_subtypes_err2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_subtypes_err3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_subtypes_err4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.399,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_subtypes_ok1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.316,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_true",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "conditionalExpr_voidFail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.306,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "div1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.295,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "div3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "err_assign",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.312,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ints1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.278,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ints2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.256,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ints4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.264,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ints6",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.245,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ints7",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.31,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "minus",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.251,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mod1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.375,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "parantheses",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.259,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "plus",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.255,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "real1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.239,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "string",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.253,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "unaryMinus1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.297,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "unaryMinus2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.283,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "unaryMinus3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExpressionTests",
          "duration" : 0.308,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "unaryMinus4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 8.334,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.ExpressionTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:27:40"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExtensionMethodsTests",
          "duration" : 8.124,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extFuncDouble",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExtensionMethodsTests",
          "duration" : 0.325,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extensionFunction_chain",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExtensionMethodsTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extensionFunction_class",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExtensionMethodsTests",
          "duration" : 0.296,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extensionFunction_int",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExtensionMethodsTests",
          "duration" : 0.297,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extensionFunction_int_across_packages",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExtensionMethodsTests",
          "duration" : 0.392,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extensionFunction_int_order",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExtensionMethodsTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extmethontype",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExtensionMethodsTests",
          "duration" : 0.333,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "intreal",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ExtensionMethodsTests",
          "duration" : 0.307,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sameName",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 10.086,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.ExtensionMethodsTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:27:48"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.FlowAnalysisTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "destroyDataflowTest",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.FlowAnalysisTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "destroyThisDataflowTest",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.FlowAnalysisTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInitalized",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.FlowAnalysisTests",
          "duration" : 0.302,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testReturns1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.FlowAnalysisTests",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testReturns2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.FlowAnalysisTests",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testReturns3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.FlowAnalysisTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testReturns4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.FlowAnalysisTests",
          "duration" : 0.317,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testReturns5",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.FlowAnalysisTests",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testUnreachable1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.688,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.FlowAnalysisTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:00"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsModuleTests",
          "duration" : 0.281,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "biggerModule",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsModuleTests",
          "duration" : 0.286,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericInception",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsModuleTests",
          "duration" : 0.311,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simpleGenericModule",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.88,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.GenericsModuleTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:33"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.403,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "abstractReturnT",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.384,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cast",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.028,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cellExample",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.448,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "extensionFunc",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.599,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "function",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.419,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericChain1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericChain1Err",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.35,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericChain2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericChain2ErrA",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericChain2ErrB",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.383,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericExtensionMethod1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.428,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericForFrom",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.632,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericForIn",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.431,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericFunctionOverload",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.383,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericMethod1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.459,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericOverload",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.399,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericOverload2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.406,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericRecursive",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.339,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericRecursive2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.357,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericReturnOverride",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.329,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericReturnOverride2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.412,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericsDispatch",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.291,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericsSubstitute",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.352,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericsSubstitute1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.381,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericsSubstitute2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.368,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericsSubstitute3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.358,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericsSubstitute_override",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.331,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericsSubstitute_override_interface",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "genericsSubstitute_override_interface_fail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.273,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "identity",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.293,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "identity2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "identityFail1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "identityFail2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 7.507,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversionFail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 7.89,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversionFail2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.285,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversionFailSimple",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.358,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversions",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.311,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversions2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.364,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversions3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.329,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversions4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.384,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversions5",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.274,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversionsAssign",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversionsFail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitConversionsFail2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.315,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitsWithClass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.324,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitsWithClass2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.355,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implicitsWithClosures",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.312,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inferType",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.334,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inheritField",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.313,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inheritField2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.297,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inheritMethod",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "missingTypeArgsConstructor",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "missingTypeArgsFunc",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "missingTypeArgsMethod",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.351,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "nativeTypes",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.339,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "normalFoldlInfer",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.269,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "nullWithGeneric",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.301,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "strangeFoldl",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.271,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSubtypeGenericClass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.277,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSubtypeGenericClass2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.277,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSubtypeGenericInterface",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tooManyTypeArgsConstructor",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tooManyTypeArgsFunc",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.GenericsTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tooManyTypeArgsMethod",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 32.363,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.GenericsTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:00"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceExtendedTests",
          "duration" : 0.379,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "defaultImpl",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceExtendedTests",
          "duration" : 0.351,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "defaultImplInClass",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceExtendedTests",
          "duration" : 0.416,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "defaultImplInClassDelegation",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 1.148,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.InterfaceExtendedTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:41"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.534,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "as_argument",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.536,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "as_return_value",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.382,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "casts",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.35,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "destroyInterface",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.334,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equality",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.443,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hierarchy",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.42,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "implGap",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.376,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inequality",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "missing_method",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "module_prob",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.406,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simple",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.451,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "swap",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.394,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "swapArray",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testEmptyImplements",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.393,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInterfaceDefaultImpl",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.304,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverride",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverrideFail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.351,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoInterfaces",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.329,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "type_param1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.366,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "type_param_class",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.366,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "type_param_complicated1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "type_param_complicated1_fail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.401,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "type_param_complicated2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "type_param_fail_generics",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.InterfaceTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "wrong_method",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
          "stdout" : ""
        }
      ],
      "duration" : 7.209,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.InterfaceTests",
      "nodeId" : None,
      "stderr" : "Error in File testEmptyImplements line 3:\u000a mismatched input '\\n' expecting {'thistype', ID}\u000aError in File testEmptyImplements line 3:\u000a Could not find type .\u000aError in File testEmptyImplements line 3:\u000a Expecting interface name after `implements`\u000a",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:34"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.LexerTests",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dotNewline",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.LexerTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dotNewline2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 0.006,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.LexerTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:42"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "arg_constructor",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.563,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diamond1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.369,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diamond2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.345,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "initdestroy",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.412,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localInModuleConstructor",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.341,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localInModuleConstructor2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.309,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "moduleConstructor",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.377,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modulesInSubclasses",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.282,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_abstract",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_abstract_err",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.368,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_call_global",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.304,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_call_indirect",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_conflict",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.274,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_import",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_missing_override",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.288,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_thistype",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_wrong_param_count1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "modules_wrong_param_count2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.293,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multi1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.332,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multi2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.369,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multi_modules",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.373,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multi_modules2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multiple_constructors",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.378,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "nested_class_module",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.323,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "nested_module_init",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.316,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "override",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.326,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "override2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overrideStatic",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.274,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overrideStaticAndActuallyDoStuff",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.332,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simple",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "static_external",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "staticmeth_external",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 7.376,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stupidTest",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.334,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "subclassModuleOnDestroy",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 6.635,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testModuleMemberInit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 6.036,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testModuleMemberInit2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.ModuleTests",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "useModuleAsType",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
          "stdout" : ""
        }
      ],
      "duration" : 28.008,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.ModuleTests",
      "nodeId" : None,
      "stderr" : "set x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset x 3\u000aget x 2\u000aget x 3\u000aset x 2\u000aget x 2\u000aset \u000a...[truncated 725 chars]...\u000aize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test:1\u000asize test2:1\u000asize test3:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000aconstructed\u000asize test2:1\u000a",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:28:42"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.351,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "callFunctionsWithAnnotation",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.451,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cyclicFunc1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.422,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cyclicFunc2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.687,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "instanceCount",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.495,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "instanceMaxCount",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.411,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "maxTypeId",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.364,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testAnnotationWithMessage",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 6.611,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testEnums",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.256,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testEnums2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.259,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testEnums_cast",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.319,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testForInClose",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.272,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testForInCloseBeforeReturn",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 6.041,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGenericUnit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.31,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testIfNotDefinedAnnotation1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.268,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testIfNotDefinedAnnotation2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.264,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testIfNotDefinedAnnotationNative",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testIteratorStatic",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 5.56,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testMinusOne",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.324,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitch",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.287,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchDefault",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchEnumAll",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.273,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchEnumAll2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.321,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchEnumAll3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.276,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchEnumAll4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.365,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchEnumAll5",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchEnumDuplicate",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.315,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchInit",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.334,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchInt",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.283,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchMulti",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.285,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchReturn",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.27,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchShort",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.308,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchString",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSwitchWrongTypes",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.336,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testTypeId1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testTypeId2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.371,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testTypeId3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.385,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testTypeId4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.391,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testTypeId5",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.36,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "typeName",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.NewFeatureTests",
          "duration" : 0.382,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "typeName2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 29.257,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.NewFeatureTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:29:10"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.358,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.362,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading1_2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.277,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading1_3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.395,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading1_4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.33,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.412,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading2Abbreviation",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.333,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading_shortForm1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OpOverloading",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testOverloading_shortForm2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 2.483,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.OpOverloading",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:30:19"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.478,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constantFolding",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.489,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "controlFlowMergeNoSideEffect",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.421,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "controlFlowMergeSideEffect",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 5.582,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "controlFlowMergeSideEffect2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.408,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cyclicFunctionRemover",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.37,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inlinerIntRealsConstantFolding",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.588,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "moveTowardsBug",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.318,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multiArrayNoInline",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.316,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multiArrayNoInline2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.284,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "number",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 5.213,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "optimizeDuplicateNullSets",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.327,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "optimizeExitwhen",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.277,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "optimizeSet",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.267,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "optimizeSet2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 5.18,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInlineAnnotation",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.301,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ConstFolding",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.254,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ConstFoldingCombined",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.366,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_controlFlowMergeSideEffect",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.428,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_double_renaming_bug",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.345,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_exitwhen",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.327,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifDoubleAnd1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.315,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifDoubleAnd2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.361,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifDoubleOr1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.384,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifDoubleOr2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.349,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifEmpty",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.382,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifFalse",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.347,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifInt1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.302,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifInt2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.349,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifInt3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.263,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifInt4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.385,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifMulti",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.322,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_ifTrue",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.349,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_inline_globals",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.333,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_localVarMerger",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.342,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_localVarMerger2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.27,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_mult2rewrite",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.321,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_mult3rewrite",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.378,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_nullsetter1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.5,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_nullsetter2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.307,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_nullsetter3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.273,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_nullsetter4",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.307,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_number_shortening",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.347,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_number_shortening2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.298,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_remove_useless",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.319,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_tempVarRemover",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.296,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_tempVarRemover2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 5.717,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_unreachableCodeRemover",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.44,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_unused_func_remover",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.313,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_unused_func_remover2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.OptimizerTests",
          "duration" : 0.33,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_varRemoval",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
          "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a"
        }
      ],
      "duration" : 37.782,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.OptimizerTests",
      "nodeId" : None,
      "stderr" : "1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a1751543663\u000a1751543664\u000a1751543665\u000a",
      "stdout" : "// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1220\u000aglobals\u000ainteger tempReturn_integer=0\u000aendglobals\u000anative testSuccess takes nothing returns nothing\u000afunction initGlobals takes nothing returns nothing\u000aendfunction\u000a\u000afunction cyc_h takes integer funcChoice, integer x returns nothing\u000a\u0009if funcChoice == 0 then\u000a\u0009\u0009call cyc_h(3, x / 100)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009return\u000a\u0009elseif funcChoice == 1 then\u000a\u0009\u0009call cyc_h(3, x / 10)\u000a\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u000a...[truncated 312 chars]...\u000ar = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009if x > 10 then\u000a\u0009\u0009\u0009call cyc_h(1, x)\u000a\u0009\u0009\u0009set tempReturn_integer = tempReturn_integer\u000a\u0009\u0009\u0009return\u000a\u0009\u0009endif\u000a\u0009\u0009set tempReturn_integer = x\u000a\u0009\u0009return\u000a\u0009endif\u000aendfunction\u000a\u000afunction init_Test takes nothing returns nothing\u000a\u0009call cyc_h(3, 7531)\u000a\u0009if tempReturn_integer == 7 then\u000a\u0009\u0009call testSuccess()\u000a\u0009endif\u000aendfunction\u000a\u000afunction main takes nothing returns nothing\u000a\u0009call initGlobals()\u000a\u0009call init_Test()\u000aendfunction\u000a\u000afunction config takes nothing returns nothing\u000aendfunction\u000a\u000a\u000a",
      "timestamp" : "2019-12-31T20:29:39"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "duplicatePackageName",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.278,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "import_public",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "import_self1",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "import_self2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.367,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testMembersNoImport",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_cyclic_import",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_cyclic_import_with_init",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_cyclic_import_with_init2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.373,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_global_type",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.246,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_global_var",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.309,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_globals_init",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.441,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_globals_init2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.311,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_class",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_class_fail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_class_private",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_class_protected",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.331,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_ext_function",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_ext_function_fail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.367,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_function",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_function_fail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.275,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_var",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_import_var_fail",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.272,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_same_name_as_class",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.31,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_static_init",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_typename_as_var",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_typename_as_var2",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PackageTests",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "test_typename_as_var3",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : ""
        }
      ],
      "duration" : 3.961,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.PackageTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "",
      "timestamp" : "2019-12-31T20:36:53"
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "tests.wurstscript.tests.PositionTests",
          "duration" : 0.334,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testFuncCallPos",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "",
          "stdout" : "pos = 3\u000apos = 12\u000apos = 15\u000a"
        }
      ],
      "duration" : 0.334,
      "enclosingBlockNames" : [
        
      ],
      "enclosingBlocks" : [
        
      ],
      "id" : None,
      "name" : "tests.wurstscript.tests.PositionTests",
      "nodeId" : None,
      "stderr" : "",
      "stdout" : "pos = 3\u000apos = 12\u000apos = 15\u000a",
      "timestamp" : "2019-12-31T20:32:07"
    }
  ]
}