-
I am building and running the CXXTests through valgrind, and mostly, the tests pass with flying colors. However, when I ran it on the ./xmsgrid/xmsgrid//ugrid/XmUGrid.t.h case, it did find problems. …
-
While upgrading our repository from Nx 11.x & Angular 11.x to Nx 13.1.4 and Angular to v12.x we noticed all of our `expect(result).toBeObservable(expected)` that used `store.overrideSelector` started …
-
Here is one of the erroneously calculated builds: https://coveralls.io/builds/40758673 However, all other current builds look identically. Note that the CI passes on GitHub and the local TestRunner in…
-
A couple of ideas that could be implemented in unittest or dedicated tools/libs:
- [ ] Print a test summary at the end (# of passed, failed, skipped tests, ... )
- [ ] JSON outputs
- [x] JUnit #2…
-
auto-reduced (treereduce-rust):
````rust
#![feature(generic_const_exprs)]
type Value = &[[u8; SIZE]];
trait Trait: Fn(Value) -> Value {}
impl Trait for F {
type A: Iterator;
//~^ ERROR ass…
-
Java Version: 1.8
Jmeter Version:5.1.1
Maven Version :3.63
JMeter-Maven-Plugin Version: 3.0.0
JMX file name is testfile.jmx and while generating the reports its creating folder with jmx filename…
-
snippet:
````rust
pub trait A {}
pub trait B: A {}
pub trait Mirror {
type Assoc: ?Sized;
}
impl Mirror for A {
type Assoc = T;
}
pub fn foo
-
Hello. Have Astor implemented the function that Astor launches a thread for the test? If so, how can I execute it (a command example)?
-
snippet:
````rust
#![feature(generic_const_exprs)]
pub trait True {}
impl PartialEq for FixedI8 where
If: True
{
}
````
Version information
````
rustc 1.78.0-nightly (f813…
-
Functions like the max upload check and other client side code should be validated with Jasmine unit tests.