Simon Heimberg
Simon Heimberg
The results of this test run shows nothing special because there are only marks on failure. And there is none, as expected. a demo with one failure: https://github.com/SimonHeimberg/widelands/pull/9 marks in...
> Looks nice. Will the output of each failed test be collapsible separately? (Could you please make a demo run with multiple failuers?) > Yes, each one is collapsed separately....
> > Looks nice. Will the output of each failed test be collapsible separately? (Could you please make a demo run with multiple failuers?) > > Yes, each one is...
An example of a run showing editor tests are run twice (and showing unrelated failures in the 2nd run): https://github.com/SimonHeimberg/widelands/actions/runs/7527495787/job/20487836926?pr=9#step:7:2415
Note: In case more memory leaks should be known, I get a bunch with running only one test case: ``` LSAN_OPTIONS="suppressions=./asan_3rd_party_leaks" ./regression_test.py -r 'lua_testsuite.*/test_lua' ``` `SUMMARY: AddressSanitizer: 5429 byte(s) leaked...
Now the tests pass. How can I verify that the netclient has this attribute correct?
I could not yet practically test if the attribute is set in the game. The setting `player.ai` is received and saved in netclient (see below, probably writes in player from...
I finally managed to compile and have everything so I can start the executable. The ai_type works as expected in multiplayer mode. Random ai players get a valid value in...
This could be included in 1.2 as is. It already adds helpful functionality. And it warns about what is not reliable. The fixing of single player must be in a...
OLD report, _older version, without asan_ Crash report for Widelands 1.2~git26359 (0c6108f@master) Debug at 2023-11-08T21.49.13, signal 11 (Speicherzugriffsfehler) see backtrace ``` **** BEGIN BACKTRACE **** /home/simon/src/widelands-div/edit-github/widelands(+0xe21588)[0x55572fc78588] /lib/x86_64-linux-gnu/libc.so.6(+0x3bfd0)[0x7fc2f737bfd0] /home/simon/src/widelands-div/edit-github/widelands(_ZN2UI3Box13set_item_sizeEjii+0x9c)[0x55573000ac5a] /home/simon/src/widelands-div/edit-github/widelands(_ZN2UI3Box16update_positionsEv+0x167)[0x55573000a62d] /home/simon/src/widelands-div/edit-github/widelands(_ZN2UI3Box6layoutEv+0x65e)[0x55573000a44c]...