Philip Chimento
Philip Chimento
Tests with a space in their name don't run, either when running all tests or individual ones. For example, my build file defines a test named `API tests`. The full...
I'm trying to build gst-plugins-bad in my Flatpak manifest, using flatpak-github-actions@v6. It errors out while cloning a git submodule, gst-integration-tests. Here's the relevant snippet from the manifest: ```yaml - name:...
For proposals which don't yet have a feature flag in the test262 main branch, this adds links to PRs that add a feature flag. I think this gives more convenience...
Hi, since this proposal has gained some exciting momentum recently, I would like to give a perspective from a potential user of decorators that you probably haven't heard from yet:...
If you invoke `d8` with any `--harmony` flags, it prints a warning to stderr that you are using experimental technologies. Remove this warning from the captured stderr, because it's just...
I don't work in a laser lab anymore, and so I don't have easy access to a laser on which I would test a beam profiler; at the same time...
From a user on Windows using the OpenCV plugin with 0.9rc5: > For some reason when I use the choose camera menu to select the camera it will cause the...
Per @trygentoo: > I can't switch from internal laptop webcam to external which is going to work as beamprofiler. > When I go to "Choose camera..." menu there only 2...
The problem is that earlier tests can schedule a timeout on the mainloop, and when later tests would advance the mainloop unexpected events would be triggered. Would be nice to...
The [JUnit format](http://llg.cubic.org/docs/junit/) allows `` and `` elements that report any output from stdout and stderr captured during a test or suite. The TAP reporter can output this as diagnostic...