Julio Merino

Results 138 comments of Julio Merino

Unfortunately, macOS does not have `timer_create` et. al.

Please go ahead with that plan. I've only recently retaken Kyua-related work after finding a way to fit it into my schedule, and there are many things to go through......

My preferred mechanism to fix this at the moment, which I've seen working reasonably well elsewhere, would be to implement what is described in issue #5. I've actually started working...

At this point only the `utils/fs/operations_test:free_disk_space__ok__real` test needs tmpfs, (The other tests using tmpfs are tests for the `mount_tmpfs` auxiliary function itself.) I think I'd rather make this test _not_...

My idea for this was to extend `kyua debug` with an option to keep the contents if desired. E.g. doing `kyua debug --workdir=/tmp/foo some-test` would force Kyua to use that...

How do you define the values that `allowed_os` would take? The plain OS name as returned by `uname`? Is that sufficient without version numbers? Also, how useful is that for...

Hmm, but determining those details based on the OS name seems fragile. It's the same issue as `configure` scripts making decisions based on the OS name: they usually work, until...

I still need to make up my mind regarding this feature request, but one comment on your code: you should use `atf_skip` when you are on Darwin to clearly mark...

I know I mentioned this elsewhere but I can't remember where that was now. I think it'd make sense to move this "find core file" functionality to a function shipped...

Been thinking about this today and got to the conclusion that such an API cannot be implemented reliably nor can Kyua implement something that works in all cases. The core...