Skip to content

Instantly share code, notes, and snippets.

View daantimmer's full-sized avatar

Daan Timmer daantimmer

View GitHub Profile
on_test_run_started: {"id":"707","timestamp":{"nanos":528000000,"seconds":1764717789}}
on_test_case: {"id":"715","pickleId":"36","testRunStartedId":"707","testSteps":[{"hookId":"3","id":"708"},{"hookId":"4","id":"709"},{"id":"710","pickleStepId":"32","stepDefinitionIds":["1"],"stepMatchArgumentsLists":[{"stepMatchArguments":[]}]},{"id":"711","pickleStepId":"33","stepDefinitionIds":["3"],"stepMatchArgumentsLists":[{"stepMatchArguments":[{"group":{"children":[],"value":"10"},"parameterTypeName":"int"}]}]},{"id":"712","pickleStepId":"34","stepDefinitionIds":["4"],"stepMatchArgumentsLists":[{"stepMatchArguments":[{"group":{"children":[],"value":"5"},"parameterTypeName":"int"}]}]},{"id":"713","pickleStepId":"35","stepDefinitionIds":["6"],"stepMatchArgumentsLists":[{"stepMatchArguments":[{"group":{"children":[],"value":"5"}}]}]},{"hookId":"5","id":"714"}]}
on_test_case: {"id":"723","pickleId":"41","testRunStartedId":"707","testSteps":[{"hookId":"3","id":"716"},{"hookId":"4","id":"717"},{"id":"718","pickleStepId":"3
This file has been truncated, but you can view the full file.
[LOG 13:40:33.255] ******* Log Initiated for Kerbal Space Program - 1.10.1.2939 (WindowsPlayer x64) en-us *******
Kerbal Space Program - 1.10.1.2939 (WindowsPlayer x64) en-us
OS: Windows 10 (10.0.0) 64bit
CPU: Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz (4)
RAM: 49111
GPU: NVIDIA GeForce GTX 980 (4053MB)
SM: 50 (Direct3D 11.0 [level 11.1])
RT Formats: ARGB32, Depth, ARGBHalf, Shadowmap, RGB565, ARGB4444, ARGB1555, Default, ARGB2101010, DefaultHDR, ARGB64, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf, R8, ARGBInt, RGInt, RInt, BGRA32, RGB111110Float, RG32, RGBAUShort, RG16, BGRA10101010_XR, BGR101010_XR, R16
Log file created at: 2021/03/25 21:38:50
Running on machine: X
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
E0325 21:38:50.620216 5668 interface.cpp:698] Initialized Google logging for Principia
E0325 21:38:50.621186 5668 interface.cpp:699] Principia version 2021031310-Goldbach-0-g984a6bc0af1e58e21ccddf5a43a7d58a1c3824a9 built on 2021-03-11T16:26:46Z by Microsoft Visual C++ version 192829333 for Windows x86-64
E0325 21:38:50.621186 5668 interface.cpp:712] Base address is 00007FFE6E2B0000
E0325 23:45:59.840443 5668 ksp_plugin_adapter.cs:497] Closed Timelike Curve: 32331100.5761344 > 32331100.0761344 plugin-universal=0.500000033527613
E0325 23:45:59.887440 5668 ksp_plugin_adapter.cs:497] Closed Timelike Curve: 32331100.5761344 > 32331100.0961344 plugin-universal=0.480000033974648
E0325 23:46:00.054448 5668 ksp_plugin_adapter.cs:497] Closed Timelike Curve: 32331100.5761344 > 32331100.1161344 plugin-universal=0.460000034421682
E0325 23:46:00.058473 5668 ksp_plugin_adapter.cs:497] Clo
auto ptrExpected = reinterpret_cast<std::array<uint8_t, sizeof(buffer//data//struct)>*>(expectedBuffer//&data//&struct);
auto ptrActual = reinterpret_cast<const std::array<uint8_t, sizeof(buffer//data//struct)>*>(actualBuffer//&data//&struct);
ASSERT_EQ(*ptrExpected, *ptrActual);