Julio Merino

Results 71 issues of Julio Merino

_From [[email protected]](https://code.google.com/u/115749396596694607213/) on November 27, 2010 12:34:45_ The Kyua runtime engine currently cleans up a particular subset of environment variables (HOME and those locale-related) when executing a test case but...

enhancement

_From [[email protected]](https://code.google.com/u/115749396596694607213/) on December 07, 2012 13:21:45_ The atf-interface does not specify what happens to open file descriptors when a test is executed. We need to decide something (possibly closing...

enhancement

_From [[email protected]](https://code.google.com/u/115749396596694607213/) on December 07, 2012 13:34:00_ The Kyuafiles currently allow defining the test suite on a test program basis, instead of as a global property of the Kyuafile. I...

enhancement

_From [[email protected]](https://code.google.com/u/116807652240575800029/) on July 16, 2013 07:49:13_ At the moment, the creation of an action and all of its contents in the database is performed within a transaction. This means...

bug

_From [[email protected]](https://code.google.com/u/116807652240575800029/) on July 14, 2012 15:46:05_ The "debug" command should provide a mechanism (flag) to tell the test case to ignore any "skip" conditions and proceed anyway. This is...

enhancement

_From [[email protected]](https://code.google.com/u/115749396596694607213/) on September 18, 2011 14:40:37_ Test cases that attempt to reproduce race conditions will sometimes pass and sometimes fail. If the race condition is known to exist, we...

enhancement

This is a bug to request and track the addition of support for `getattrlist(2)` hooks in FUSE file systems. I see the following in `kext/osxfuse/fuse_vnops.c`: ```` // { &vnop_getattrlist_desc, (fuse_vnode_op_t)...

enhancement

Our Travis CI builds for macOS currently rely on the image that provides El Capitan because there is no known mechanism to load the FUSE kext without interacting with the...

sandboxfs currently does not track ctimes for the nodes it manages. Instead, it relies on the ctimes returned by the underlying file systems and propagates those to the caller. This...

The missing piece to be able to write some retro-style games or demos is the ability to play some sounds. I'd probably start mimicking the `PLAY` statement from Locomotive BASIC...

enhancement