Andreas Åkesson
Andreas Åkesson
There also seems to be some other tests that fails on jenkins(ubuntu), but not locally for me on mac: path_to_regex_no_options.cpp:734-736: ``` EXPECT(std::regex_match("/B", r)); // FAILS WHEN NOT CASE SENSITIVE (icase...
One more, line 895 (890fed1). It looks like case insensitive `/[a-z]` matches `/A` but not `/B` etc. Maybe @AnnikaH can explain the issue better.
Yes, looks very much like it. Nice find!
So avoid binary blobs from entering seems to be in the progress with #897. Whats the best solution for cleaning up history? (I belive this issue is related to #266)
I'm currently trying to write to qemu from python (using `_proc.stdin.write()` on the qemu process), but it doesn't look like the service (IncludeOS) receives any interrupts. Can someone confirm that...
After a lot of digging I got it working. Added `IRQ_manager::cpu(0).enable_irq(4);` in the service and now it's working. This should be done inside `Serial` when subscribing? Or should this already...
Nvm, I'm wrong. It looks like writing to subprocess (qemu) stdin just echos the text back to stdout.. So I still need to find out how to write to serial...
Hm not really sure whats missing here. We've moved Acorn upstream to [IncludeOS:dev](https://github.com/hioa-cs/IncludeOS/tree/dev) and its waiting to be merged in to master soon. I suggest you try using the dev...
@AnnikaH has started on some unit tests - but there is still more modules that don't have. Will close when the majority has it.