-
coverage 7.5.4
--------------
When running `python -m coverage json -q -o /dev/stdout` I get this error
```
python -m coverage run -m unittest
python -m coverage json -q -o /dev/stdout |
…
-
I have added the following rake code:
require 'digest'
require 'ci/reporter/rake/minitest'
ENV["CI_REPORTS"] = "reports/"
.
.
.
.
desc 'Run Subset of Tests'
task :subset => 'ci:setup:min…
-
From https://github.com/scala/scala/blob/2.13.x/src/library/scala/concurrent/ExecutionContext.scala#L221 I see that `ExecutionContext`'s defaultReporter just does `_.printStackTrace`.
I found that …
-
There has been a mysterious but persistent errors on tests on Solaris ODS on CRAN and RHub. This does not happen on any other major OS but "Segmentation Fault" is worrying.
```r
* checking tests .…
-
**Reporter: tomkralidis**
**Date: 2006/04/06 - 04:26**
```
1./
When throwing a ServiceException in SOS, the ows:Exception element MUST have an
attribute called exceptionCode, which is defined by OWS…
-
```
2021-02-28 17:05:54+0000 [-] Failed to update "pending" for GKernelCI/linux-patches at a36c86ff7da449dcc400901d3e361d4042fd9f7e, context "buildbot/4.9:amd64", issue None. http 404, b'{"message":…
-
| | |
| --- | --- |
| Bugzilla Link | [18730](https://llvm.org/bz18730) |
| Version | trunk |
| OS | Windows NT |
| Attachments | [batch file to compile](https://user-images.githubusercontent.c…
-
**Reporter: bartvde@osgis.nl**
**Date: 2005/02/17 - 10:54**
```
Looking at the source code, Mapserver WMS client, always uses the inimage
type of exceptions in its WMS request:
if (nVersion …
-
| | |
| --- | --- |
| Bugzilla Link | [27099](https://llvm.org/bz27099) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@DougGregor,@LittleFox94 |
…
-
```
What steps will reproduce the problem?
1. Create a simple application that uses has a null pointer dereference
2. Crash the application
3. Notice breakpad catching the crash and then the Apple cra…