Enji Cooper
Enji Cooper
Being able to directly specify a config file on the command line to pass along to the pytest-flake8 plugin would be a boon in terms of usability. There are a...
According to one of our internal developers, calling makefs as-is in tools/do_gpt.sh is very slow. I've provided the patch below. I would go one step further and say that the...
The code in `Makefile` assumes that the kernel path is always `kernel`, but in cases where one provides a custom src.conf , the kernel could be installed to `/boot/kernel.amd64`, for...
I had to manually execute an ATF test program in a loop with gdb in order reproduce the issue noted in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215715 . I shouldn't have to do this --...
This change adds fine grained execution of GoogleTest framework-based test programs. First, the GoogleTest test is executed with `--gtest_list_tests`. Next, based on the output from `--gtest_list_tests`, the testcases are run...
I was thinking about this a bit and I believe it makes sense for there to be a series of routines written in Lua to enforce requirements. This would allow...
Looks like the directory name needs to be sanitized before it's passed into kyua report, etc: # pwd /usr/tests/lib/atf/libatf-c++ # kyua report kyua: E: regcomp on '^results.usr_tests_lib_atf_libatf-c++.[0-9]{8}-[0-9]{6}-[0-9]{6}.db$' failed: repetition-operator operand...
I was running the new kyua tests and I noticed that some of the tests were failing with asserts. I did some more digging and the failures are caused by...
In the event a test fails, there isn't a means for testers to recover necessary data in order to determine why an issue occurred in all cases. It would be...
The primary purpose of `event_rpcgen.py` is to create libevent compatible RPC structures for end-users. While churning over the code in #987, I've been thinking about the overall architecture potentially being...