Andrew Bird
Andrew Bird
> AttributeError: 'NoneType' object has no attribute 'group' is what the errors are saying. Yes those three ERRORs are now fixed, I expect they'll now be FAILs instead. I see...
I also think this may be significant, it seems to be in many logs ~~~ msdos_ldt.c:264:48: runtime error: applying non-zero offset 65536 to null pointer SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior msdos_ldt.c:264:48 in...
With dosemu compiled with gcc, I don't see those errors here. Also many more tests pass again.
Just build as you like, clang or gcc, with or without asan, then run the following in the dev directory ~~~ ./test/test_dos.py PPDOSGITTestCase.test_passing_environment_variable ~~~
That one fails on both clang and gcc with asan, but ok on both without asan.
I'll have to look at the logs again for an example.
cool, thanks, saves me a job!
Stderr itself won't cause the test itself, but we can test for specific strings in it and fail on those. It might take a bit of figuring out what to...
Does it need a rebase?
Is it possible with this branch that kvm just got a whole lot slower, as there seem to be many tests that are failing with timeout?